summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-04-21control/controlclient: add missing vlog, for consistency with other sitesv0.98.0v0.98Brad Fitzpatrick1-0/+1
2020-04-21control/controlclient: fix deadlock in timeout+keepalive raceBrad Fitzpatrick1-8/+18
2020-04-19cmd/taillogin: delete itwardn1-99/+0
2020-04-19github: use Go 1.14 in CI.David Anderson7-14/+14
2020-04-18wgengine/magicsock: prune key.Public-keyed on peer removalsBrad Fitzpatrick2-4/+31
2020-04-18wgengine/magicsock: fix slow memory leak as peer endpoints move aroundBrad Fitzpatrick1-14/+29
2020-04-17wgengine/magicsock: use netaddr moreBrad Fitzpatrick3-12/+15
2020-04-17wgengine/magicsock: start using inet.af/netaddr a bitBrad Fitzpatrick3-18/+19
2020-04-17testy: fix clock initialization when Start is provided.David Anderson1-0/+2
2020-04-16go.mod: bump wireguard-go version.David Anderson2-2/+3
2020-04-14wgengine: drop wireguard MTU to 1280 bytes.David Anderson1-1/+11
2020-04-14tstime: hand-implement parseInt for specific needs of rfc3339 parsing.David Anderson2-4/+44
2020-04-13wgengine/windows: use new winipcfg.Sync{Addresses,Routes} functions.Avery Pennarun3-3/+6
2020-04-13wgengine: also diagnose not-yet-rebooted system updates on ArchBrad Fitzpatrick1-0/+12
2020-04-13logtail: add ParsePublicID that doesn't allocateBrad Fitzpatrick2-0/+22
2020-04-11go.mod, go.sum: update go4.org/mem to its new home in its own moduleBrad Fitzpatrick2-240/+3
2020-04-11derp/derphttp: avoid endless reconnect race on failureBrad Fitzpatrick1-4/+14
2020-04-11control/controlclient: add opt-in netmap verbose debugging env varBrad Fitzpatrick1-0/+21
2020-04-11all: remove unnecessary trailing newlines in format patterns for consistencyBrad Fitzpatrick10-102/+102
2020-04-10wgengine/magicsock: close derp connections on rebindBrad Fitzpatrick1-8/+20
2020-04-10wgengine/magicsock: reset AddrSet states on RebindBrad Fitzpatrick1-1/+16
2020-04-10net/interfaces: add IsExpensive and up state to StateBrad Fitzpatrick3-1/+34
2020-04-10wgengine: diagnose why CreateTUN might've failed for usersBrad Fitzpatrick1-3/+71
2020-04-10wgengine: quiet some engine reconfig logging, make more consistentBrad Fitzpatrick3-10/+16
2020-04-10derp: prevent readFrame() from reading more than len(b) bytes.Dmitry Adamushko1-1/+9
2020-04-10derp/derp_server: unregisterClient() for replaced client connections.Dmitry Adamushko1-11/+25
2020-04-10version: bump dateBrad Fitzpatrick1-1/+1
2020-04-10wgengine: remove an allocation in reconfigBrad Fitzpatrick1-3/+3
2020-04-10ipn: outdent some code in if that's statically always trueBrad Fitzpatrick1-15/+13
2020-04-10wgengine: remove IpcSetOperation on LinkChangeDavid Crawshaw1-20/+0
2020-04-09logpolicy: include Go version in version logBrad Fitzpatrick1-1/+5
2020-04-09netcheck: aggregate spammy logging onto one concise lineBrad Fitzpatrick3-4/+88
2020-04-09wgengine: don't allocate so much in userspaceEngine.getStatusBrad Fitzpatrick4-108/+260
2020-04-09controlclient: add auth key testDavid Crawshaw1-0/+69
2020-04-09cmd/tailscale: add up --authkey flagDavid Crawshaw1-0/+3
2020-04-09ipn: add auth keyDavid Crawshaw2-1/+5
2020-04-09controlclient: add auth keyDavid Crawshaw1-0/+4
2020-04-09tailcfg: add auth key to RegisterRequestDavid Crawshaw1-4/+4
2020-04-08cmd/mkpkg: fix missing default value for --dependsSylvain Rabot1-1/+1
2020-04-07wgengine: remove a tiny allocationBrad Fitzpatrick1-5/+3
2020-04-07bump wireguard depBrad Fitzpatrick1-1/+1
2020-04-07version: don't depend on goversion on iosBrad Fitzpatrick2-0/+21
2020-04-07portlist: don't depend on osexec package on ios, even if it's unusedBrad Fitzpatrick1-0/+2
2020-04-07portlist: don't depend on tempfork/osexec on iOS, saves 90KBBrad Fitzpatrick2-1/+23
2020-04-06portlist: fail earlier, more nicely on iOSBrad Fitzpatrick1-1/+8
2020-04-06types/logger: add Discard helper.David Anderson1-0/+3
2020-04-06derp/derp_server: fixed unbalanced {register,unregister}Client() calls.Dmitry Adamushko1-1/+2
2020-04-06wgengine/magicsock: fix Conn docs type referenceBlake Gentry1-2/+2
2020-04-06tstime: change an Errorf+return to Fatalf in subtestBrad Fitzpatrick1-2/+1
2020-04-06tstime: write Parse3339 parse that doesn't use time.ParseBrad Fitzpatrick2-46/+154