| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-10 | wgengine: remove IpcSetOperation on LinkChangecrawshaw/rebind | David Crawshaw | 1 | -20/+0 |
| 2020-04-09 | logpolicy: include Go version in version log | Brad Fitzpatrick | 1 | -1/+5 |
| 2020-04-09 | netcheck: aggregate spammy logging onto one concise line | Brad Fitzpatrick | 3 | -4/+88 |
| 2020-04-09 | wgengine: don't allocate so much in userspaceEngine.getStatus | Brad Fitzpatrick | 4 | -108/+260 |
| 2020-04-09 | controlclient: add auth key test | David Crawshaw | 1 | -0/+69 |
| 2020-04-09 | cmd/tailscale: add up --authkey flag | David Crawshaw | 1 | -0/+3 |
| 2020-04-09 | ipn: add auth key | David Crawshaw | 2 | -1/+5 |
| 2020-04-09 | controlclient: add auth key | David Crawshaw | 1 | -0/+4 |
| 2020-04-09 | tailcfg: add auth key to RegisterRequest | David Crawshaw | 1 | -4/+4 |
| 2020-04-08 | cmd/mkpkg: fix missing default value for --depends | Sylvain Rabot | 1 | -1/+1 |
| 2020-04-07 | wgengine: remove a tiny allocation | Brad Fitzpatrick | 1 | -5/+3 |
| 2020-04-07 | bump wireguard dep | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-04-07 | version: don't depend on goversion on ios | Brad Fitzpatrick | 2 | -0/+21 |
| 2020-04-07 | portlist: don't depend on osexec package on ios, even if it's unused | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-04-07 | portlist: don't depend on tempfork/osexec on iOS, saves 90KB | Brad Fitzpatrick | 2 | -1/+23 |
| 2020-04-06 | portlist: fail earlier, more nicely on iOS | Brad Fitzpatrick | 1 | -1/+8 |
| 2020-04-06 | types/logger: add Discard helper. | David Anderson | 1 | -0/+3 |
| 2020-04-06 | derp/derp_server: fixed unbalanced {register,unregister}Client() calls. | Dmitry Adamushko | 1 | -1/+2 |
| 2020-04-06 | wgengine/magicsock: fix Conn docs type reference | Blake Gentry | 1 | -2/+2 |
| 2020-04-06 | tstime: change an Errorf+return to Fatalf in subtest | Brad Fitzpatrick | 1 | -2/+1 |
| 2020-04-06 | tstime: write Parse3339 parse that doesn't use time.Parse | Brad Fitzpatrick | 2 | -46/+154 |
| 2020-04-06 | Dockerfile: add some usage docs, bump to Go 1.14 | Brad Fitzpatrick | 2 | -5/+24 |
| 2020-04-05 | tstime: add new package for time utilities, starting with Parse3339 | Brad Fitzpatrick | 2 | -0/+162 |
| 2020-04-05 | derp/derpmap: add derp5 (Sydney) to prod map. | David Anderson | 1 | -0/+1 |
| 2020-04-05 | logtail: don't send a User-Agent | Brad Fitzpatrick | 1 | -0/+1 |
| 2020-04-05 | tsweb: add some Benchmarks | Brad Fitzpatrick | 1 | -0/+32 |
| 2020-04-05 | tsweb: rename Handler to ReturnHandler | Brad Fitzpatrick | 3 | -41/+38 |
| 2020-04-05 | logtail: add ParsePrivateID | Brad Fitzpatrick | 2 | -0/+40 |
| 2020-04-05 | wgengine: unexport some windows funcs | Brad Fitzpatrick | 2 | -4/+4 |
| 2020-04-05 | tsweb: fix tests. | David Anderson | 1 | -1/+1 |
| 2020-04-05 | tsweb: add a StdHandler that doesn't log 200 responses. | David Anderson | 1 | -4/+15 |
| 2020-04-04 | cmd/mkpkg: support depending on stuff. | David Anderson | 1 | -0/+4 |
| 2020-04-04 | cmd/tailscaled: set CacheDirectory in service. | David Anderson | 1 | -0/+2 |
| 2020-04-04 | logtail: read to EOF on chunked response | Brad Fitzpatrick | 1 | -1/+11 |
| 2020-04-04 | logtail: reduce allocations encoding text | Brad Fitzpatrick | 2 | -1/+32 |
| 2020-04-04 | tsweb: don't flush, treat no-op Handler as 200, like Go | Brad Fitzpatrick | 2 | -29/+16 |
| 2020-04-04 | logpolicy: log on dials, add knob to force HTTP/1 for log uploads | Brad Fitzpatrick | 1 | -0/+51 |
| 2020-04-03 | tsweb: add a test case for nil child errors in tsweb.Error. | David Anderson | 1 | -0/+16 |
| 2020-04-03 | tsweb: don't panic if we get a tsweb.Error with no embedded error. | David Anderson | 1 | -1/+3 |
| 2020-04-02 | controlclient: do not send duplicate hostinfo/netinfo | David Crawshaw | 2 | -9/+26 |
| 2020-04-01 | cmd/microproxy: adjust to export node stats and a Go expvar server's stats. | David Anderson | 1 | -5/+50 |
| 2020-04-01 | ipn, ipn/policy: filter portlist to a short list of "interesting" ports | Brad Fitzpatrick | 2 | -17/+47 |
| 2020-04-01 | tailcfg: clarify Hostinfo.OS doc | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-04-01 | version: move runtime.OS to tailscale OS mapping func to version | Brad Fitzpatrick | 2 | -16/+13 |
| 2020-03-31 | cmd/microproxy: tiny TLS proxy that borrows autocert x509 certs. | David Anderson | 1 | -0/+130 |
| 2020-03-30 | derp, netcheck: make tests listen on localhost only | Brad Fitzpatrick | 2 | -4/+2 |
| 2020-03-30 | safesocket: gofmt | Brad Fitzpatrick | 1 | -3/+3 |
| 2020-03-29 | safesocket: connect to the macOS network extension on darwin (as last resort) | Brad Fitzpatrick | 1 | -0/+81 |
| 2020-03-30 | controlclient, ipn: adjust tests for authURL semantic changes | David Crawshaw | 3 | -34/+113 |
| 2020-03-27 | cmd/tailscale: add status subcommand | Brad Fitzpatrick | 13 | -166/+411 |