summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-04-10wgengine: remove IpcSetOperation on LinkChangecrawshaw/rebindDavid 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
2020-04-06Dockerfile: add some usage docs, bump to Go 1.14Brad Fitzpatrick2-5/+24
2020-04-05tstime: add new package for time utilities, starting with Parse3339Brad Fitzpatrick2-0/+162
2020-04-05derp/derpmap: add derp5 (Sydney) to prod map.David Anderson1-0/+1
2020-04-05logtail: don't send a User-AgentBrad Fitzpatrick1-0/+1
2020-04-05tsweb: add some BenchmarksBrad Fitzpatrick1-0/+32
2020-04-05tsweb: rename Handler to ReturnHandlerBrad Fitzpatrick3-41/+38
2020-04-05logtail: add ParsePrivateIDBrad Fitzpatrick2-0/+40
2020-04-05wgengine: unexport some windows funcsBrad Fitzpatrick2-4/+4
2020-04-05tsweb: fix tests.David Anderson1-1/+1
2020-04-05tsweb: add a StdHandler that doesn't log 200 responses.David Anderson1-4/+15
2020-04-04cmd/mkpkg: support depending on stuff.David Anderson1-0/+4
2020-04-04cmd/tailscaled: set CacheDirectory in service.David Anderson1-0/+2
2020-04-04logtail: read to EOF on chunked responseBrad Fitzpatrick1-1/+11
2020-04-04logtail: reduce allocations encoding textBrad Fitzpatrick2-1/+32
2020-04-04tsweb: don't flush, treat no-op Handler as 200, like GoBrad Fitzpatrick2-29/+16
2020-04-04logpolicy: log on dials, add knob to force HTTP/1 for log uploadsBrad Fitzpatrick1-0/+51
2020-04-03tsweb: add a test case for nil child errors in tsweb.Error.David Anderson1-0/+16
2020-04-03tsweb: don't panic if we get a tsweb.Error with no embedded error.David Anderson1-1/+3
2020-04-02controlclient: do not send duplicate hostinfo/netinfoDavid Crawshaw2-9/+26
2020-04-01cmd/microproxy: adjust to export node stats and a Go expvar server's stats.David Anderson1-5/+50
2020-04-01ipn, ipn/policy: filter portlist to a short list of "interesting" portsBrad Fitzpatrick2-17/+47
2020-04-01tailcfg: clarify Hostinfo.OS docBrad Fitzpatrick1-1/+1
2020-04-01version: move runtime.OS to tailscale OS mapping func to versionBrad Fitzpatrick2-16/+13
2020-03-31cmd/microproxy: tiny TLS proxy that borrows autocert x509 certs.David Anderson1-0/+130
2020-03-30derp, netcheck: make tests listen on localhost onlyBrad Fitzpatrick2-4/+2
2020-03-30safesocket: gofmtBrad Fitzpatrick1-3/+3
2020-03-29safesocket: connect to the macOS network extension on darwin (as last resort)Brad Fitzpatrick1-0/+81
2020-03-30controlclient, ipn: adjust tests for authURL semantic changesDavid Crawshaw3-34/+113
2020-03-27cmd/tailscale: add status subcommandBrad Fitzpatrick13-166/+411