| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-09-29 | version/updates: start of version updates policy packagebradfitz/updates | Brad Fitzpatrick | 3 | -0/+116 |
| 2021-09-29 | go.mod: bump golang.org/x/tools from 0.1.6 to 0.1.7 | dependabot[bot] | 2 | -3/+3 |
| 2021-09-28 | all: disable TCP keep-alives on iOS/Android | Brad Fitzpatrick | 6 | -3/+40 |
| 2021-09-28 | cmd/tailscaled: add support for running an HTTP proxy | Brad Fitzpatrick | 8 | -18/+117 |
| 2021-09-28 | wgengine/netstack: include DNS.ExtraRecords in DNSMap | Brad Fitzpatrick | 1 | -0/+10 |
| 2021-09-28 | cmd/tailscaled: set StateDirectoryMode=0700 in tailscaled.service | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-09-28 | go.mod: bump github.com/creack/pty from 1.1.15 to 1.1.16 | dependabot[bot] | 2 | -3/+3 |
| 2021-09-27 | wgengine/monitor: ignore ipsec link monitor events on iOS/macOS | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-09-27 | paths: skip unix chmod if state directory is already 0700 | Brad Fitzpatrick | 1 | -4/+16 |
| 2021-09-27 | ipn{,/localapi,ipnlocal}: infer cert dir from state file location | Brad Fitzpatrick | 3 | -8/+25 |
| 2021-09-27 | .github: revert dependabot change for vm builder | David Crawshaw | 1 | -1/+1 |
| 2021-09-27 | go.mod: bump github.com/pkg/sftp from 1.13.3 to 1.13.4 | dependabot[bot] | 2 | -9/+6 |
| 2021-09-24 | ipn: test TestFileStore in a fresh subdirectory | Brad Fitzpatrick | 1 | -15/+8 |
| 2021-09-24 | ipn, paths: unconditionally attempt to set state dir perms, but only if the s... | Aaron Klotz | 3 | -8/+15 |
| 2021-09-24 | safesocket: actually fix CLI on macsys build | Brad Fitzpatrick | 1 | -6/+10 |
| 2021-09-24 | cmd/tailscale: add debug -env | Brad Fitzpatrick | 1 | -0/+8 |
| 2021-09-24 | safesocket: fix CLI for macsys GUI variant | Brad Fitzpatrick | 1 | -1/+45 |
| 2021-09-23 | cmd/tailscale: make debug profiling output - mean stdout | Brad Fitzpatrick | 1 | -6/+24 |
| 2021-09-23 | ipn/localapi, cmd/tailscale: add CPU & memory profile support, debug command | Brad Fitzpatrick | 5 | -1/+91 |
| 2021-09-23 | cmd/tailscale/web: support TLS from env vars. | Denton Gentry | 1 | -2/+39 |
| 2021-09-23 | go.mod: bump github.com/frankban/quicktest from 1.13.0 to 1.13.1 | dependabot[bot] | 2 | -5/+8 |
| 2021-09-23 | go.mod: bump github.com/google/uuid from 1.1.2 to 1.3.0 | dependabot[bot] | 2 | -2/+3 |
| 2021-09-23 | go.mod: bump x/tools | Brad Fitzpatrick | 2 | -1/+3 |
| 2021-09-23 | go.mod: bump golang.zx2c4.com/wireguard/windows from 0.3.16 to 0.4.9 | dependabot[bot] | 2 | -17/+18 |
| 2021-09-22 | cmd/tailscaled: appease a security scanner | Brad Fitzpatrick | 1 | -1/+8 |
| 2021-09-22 | ipn: don't log IPN messages that may contain an authkey. | David Anderson | 1 | -2/+2 |
| 2021-09-22 | go.mod: bump github.com/gliderlabs/ssh from 0.3.2 to 0.3.3 | dependabot[bot] | 2 | -3/+3 |
| 2021-09-22 | go.mod: bump github.com/creack/pty from 1.1.9 to 1.1.15 | dependabot[bot] | 2 | -2/+3 |
| 2021-09-22 | go.mod: bump github.com/godbus/dbus/v5 from 5.0.4 to 5.0.5 | dependabot[bot] | 2 | -3/+3 |
| 2021-09-22 | go.mod: bump github.com/miekg/dns from 1.1.42 to 1.1.43 | dependabot[bot] | 2 | -3/+3 |
| 2021-09-22 | go.mod: bump github.com/pkg/sftp from 1.13.0 to 1.13.3 | dependabot[bot] | 2 | -6/+8 |
| 2021-09-22 | .github: Bump actions/setup-go from 1 to 2.1.4 | dependabot[bot] | 14 | -14/+14 |
| 2021-09-22 | .github: add dependabot config to update go.mod and github actions. | David Anderson | 1 | -0/+16 |
| 2021-09-22 | net/dnsfallback: update static map for new derp11. | David Anderson | 1 | -4/+4 |
| 2021-09-22 | go.mod: bump github.com/klauspost/compress to 1.13.6 | David Anderson | 3 | -7/+5 |
| 2021-09-22 | Merge pull request #2893 from tailscale/aaron/programdata-perms-2 | Aaron Klotz | 7 | -4/+175 |
| 2021-09-22 | ipn, paths: ensure that the state directory for Windows has the correct perms | Aaron Klotz | 7 | -4/+175 |
| 2021-09-21 | client/tailscale/example/servetls: add demo program for docs | Brad Fitzpatrick | 1 | -0/+29 |
| 2021-09-21 | github: add code security scanning | Dave Anderson | 1 | -0/+71 |
| 2021-09-20 | logpolicy: don't use C:\ProgramData use for tailscale-ipn GUI's log dir | Brad Fitzpatrick | 3 | -40/+90 |
| 2021-09-20 | version: fix CmdName on the tailscale-ipn.exe binary | Brad Fitzpatrick | 2 | -2/+27 |
| 2021-09-19 | wgengine: flush DNS cache after major link change. | Denton Gentry | 4 | -2/+32 |
| 2021-09-19 | ipn/ipnserver, paths, logpolicy: move Window config files out of %LocalAppData% | Denton Gentry | 5 | -14/+115 |
| 2021-09-19 | tailcfg, health: add way for control plane to add problems to health check | Brad Fitzpatrick | 5 | -1/+39 |
| 2021-09-17 | util/codegen: reorder AssertStructUnchanged args | Josh Bleecher Snyder | 2 | -3/+3 |
| 2021-09-17 | util/codegen: add ContainsPointers | Josh Bleecher Snyder | 2 | -36/+40 |
| 2021-09-17 | cmd/cloner: unify switch cases | Josh Bleecher Snyder | 1 | -3/+1 |
| 2021-09-17 | util/codegen: add NamedTypes | Josh Bleecher Snyder | 2 | -26/+34 |
| 2021-09-17 | cmd/cloner: delete some debug code | Josh Bleecher Snyder | 1 | -4/+0 |
| 2021-09-17 | cmd/cloner: simplify code | Josh Bleecher Snyder | 1 | -77/+79 |