aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libwg-go: version bumpJason A. Donenfeld2019-10-181-1/+1
|
* libwg-go: version bumpJason A. Donenfeld2019-10-183-11/+11
|
* tools: bump wg-quickJason A. Donenfeld2019-10-161-0/+0
|
* libwg-go: overwrite socket directory correctlyJason A. Donenfeld2019-10-131-1/+1
|
* libwg-go: version bumpJason A. Donenfeld2019-10-132-6/+6
|
* libwg-go: overwrite socket directory correctlyJason A. Donenfeld2019-10-131-1/+1
|
* tools: prepare for binder usage in wg-quickNicolas Douma2019-10-122-1/+2
| | | | Signed-off-by: Nicolas Douma <nicolas@serveur.io>
* libwg-go: update to go 1.13Jason A. Donenfeld2019-10-124-53/+39
|
* Update to Golang 1.12.10Harsh Shandilya2019-09-271-1/+1
| | | | Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* tools: bump depsJason A. Donenfeld2019-07-083-2/+12
|
* libwg-go: bumpJason A. Donenfeld2019-06-053-13/+13
|
* libwg-go: bumpJason A. Donenfeld2019-03-192-6/+6
|
* Version bumpJason A. Donenfeld2019-03-082-7/+8
|
* libwg-go: use netpoll rather than rwcancelJason A. Donenfeld2019-03-072-8/+7
|
* libwg-go: don't use submoduleJason A. Donenfeld2019-03-039-110/+41
|
* libwg-go: update to 1.12Jason A. Donenfeld2019-02-277-328/+49
|
* tools: bump upstream versionJason A. Donenfeld2019-02-143-3/+1
| | | | | This now includes the latest ARM64 ChaCha20 implementation, which should improve performance.
* Update copyrightJason A. Donenfeld2019-01-078-8/+8
|
* Bump the go runtimeJason A. Donenfeld2018-12-161-1/+1
|
* Bump the go runtimeJason A. Donenfeld2018-12-151-1/+1
|
* Add upstream go patch for lstatJason A. Donenfeld2018-12-103-2/+293
| | | | | Android O disallows lstat, and this upstream golang patch hasn't made it into a release yet.
* Bump go submoduleJason A. Donenfeld2018-12-101-0/+0
| | | | | Fixes a problem with inotify_init being blocked by Android 9's seccomp policy.
* tools: wg-quick: bumpJason A. Donenfeld2018-11-111-0/+0
|
* libwg-go: do not mix C style and Go style variable namesJason A. Donenfeld2018-11-062-8/+8
|
* libwg-go: don't forget to include jni callsJason A. Donenfeld2018-11-032-1/+1
|
* Bump version so that we have correct submodule hashesJason A. Donenfeld2018-11-011-0/+0
|
* tools: update submodulesJason A. Donenfeld2018-10-303-4/+6
|
* Never use system goJason A. Donenfeld2018-10-111-13/+6
| | | | Telling people to patch their system go is bonkers.
* Update to go modulesJason A. Donenfeld2018-10-098-13/+28
|
* Update gradle and external depsJason A. Donenfeld2018-10-014-1/+17
|
* global: update copyright headersJason A. Donenfeld2018-09-064-4/+4
|
* tools: bump submodulesJason A. Donenfeld2018-08-262-0/+0
|
* libwg-go: update golang versionJason A. Donenfeld2018-08-262-48/+94
|
* GoBackend: make socket IPC optionalJason A. Donenfeld2018-07-311-19/+21
| | | | | | This fixes the multi-user case, which cannot be determined at compile time and probably isn't reasonable to consider anyway in a global manner.
* tools: Bump wireguard submoduleHarsh Shandilya2018-07-241-0/+0
| | | | | | This force pushing is going to be the death of me Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* tools: support ancient NDKsJason A. Donenfeld2018-07-244-4/+97
|
* tools: let wg(8) play with userspace implementationJason A. Donenfeld2018-07-244-10/+41
|
* tools: pass in debug package nameJason A. Donenfeld2018-07-242-2/+2
|
* tools: bump versionJason A. Donenfeld2018-07-181-0/+0
|
* Version bumpJason A. Donenfeld2018-07-101-0/+0
|
* tools: update wg-quick for ExcludedApplications supportJason A. Donenfeld2018-07-061-0/+0
|
* global: move to Apache 2.0Jason A. Donenfeld2018-07-065-5/+5
|
* wireguard: Bump snapshotHarsh Shandilya2018-06-301-0/+0
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* libwg-quick: add iptables output allowanceJason A. Donenfeld2018-06-251-0/+0
|
* application: style fixJason A. Donenfeld2018-06-171-0/+0
|
* Version bump for clat fixJason A. Donenfeld2018-06-171-0/+0
|
* Version bumpJason A. Donenfeld2018-06-142-0/+0
|
* Version bumpJason A. Donenfeld2018-06-122-0/+0
|
* libwg-go: better error when using unpatched GoJason A. Donenfeld2018-06-051-3/+3
|
* libwg-go: more efficient and safer string passingJason A. Donenfeld2018-06-052-10/+7
| | | | It was unclear when the Go string was actually freed.