| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-12-07 | ipn/ipnlocal,cmd/tailscale: minor improvements to lock modify command | Tom DNetto | 1 | -13/+10 |
| 2022-12-07 | cmd/tailscaled: add a special command to tailscaled's Windows service for rem... | Aaron Klotz | 2 | -1/+42 |
| 2022-12-07 | cmd/containerboot: gracefully degrade if missing patch permissions in k8s. | David Anderson | 3 | -76/+180 |
| 2022-12-06 | ipn/ipnlocal: improve redactErr to handle more cases | Andrew Dunham | 1 | -0/+1 |
| 2022-12-06 | cmd/containerboot: check that k8s secret permissions are correct. | David Anderson | 3 | -11/+70 |
| 2022-12-06 | cmd/containerboot: refactor tests to have more explicit phases. | David Anderson | 1 | -182/+292 |
| 2022-12-06 | cmd/containerboot: split tailscaled bringup and auth phases. | David Anderson | 1 | -18/+26 |
| 2022-12-06 | cmd/containerboot: fix some lint. | David Anderson | 2 | -2/+2 |
| 2022-12-06 | cmd/containerboot: fix TS_STATE_DIR environment variable | Anton Tolchanov | 2 | -2/+2 |
| 2022-12-05 | net/tsaddr: remove ContainsFunc helpers (they're now in x/exp/slices) | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-12-05 | cmd/tailscaled: fix typo in netstack variable name | Mihai Parparita | 1 | -6/+6 |
| 2022-12-03 | cmd/tailscaled: rename variables to be more descriptive | Maisem Ali | 1 | -16/+25 |
| 2022-12-02 | cmd/tailscale/cli: use "account" instead of "profile" in user-visible text | Mihai Parparita | 3 | -9/+9 |
| 2022-12-01 | cmd/tailscale/cli: improve tailnet lock help (#6583) | Maya Kaczorowski | 1 | -24/+54 |
| 2022-12-01 | cmd/tailscale/cli: Fix 'tailscale switch' error message (#6585) | Walter Poupore | 1 | -1/+1 |
| 2022-12-01 | cmd/tailscale/cli: unhide login and switch subcommands | Maisem Ali | 1 | -4/+2 |
| 2022-11-30 | cmd/tailscale/cli: capitalize Get (#6586) | Maya Kaczorowski | 1 | -1/+1 |
| 2022-11-30 | types/key,cmd/tailscale/cli: support tlpub prefix for tailnet-lock keys | Tom DNetto | 1 | -18/+4 |
| 2022-11-30 | ipn{,/ipnlocal}: add ipn.NotifyInitial* flags to WatchIPNBus | Brad Fitzpatrick | 1 | -2/+8 |
| 2022-11-30 | types/ptr: move all the ptrTo funcs to one new package's ptr.To | Brad Fitzpatrick | 4 | -18/+20 |
| 2022-11-30 | cmd/tailscale,ipn: surface TKA-filtered peers in lock status command | Tom DNetto | 1 | -0/+20 |
| 2022-11-30 | cmd/tailscale/cli: show rotation key when suggesting lock sign command | Tom DNetto | 1 | -2/+7 |
| 2022-11-30 | cmd/tailscale/cli: add set --unattended on Windows | Brad Fitzpatrick | 1 | -0/+7 |
| 2022-11-29 | Revert "cmd/tailscale: access QNAP via localhost" | Denton Gentry | 1 | -4/+4 |
| 2022-11-30 | all: use named pipes on windows | Maisem Ali | 4 | -4/+45 |
| 2022-11-29 | cmd/tailscale,ipn: store disallowed TKA's in prefs, lock local-disable | Tom DNetto | 1 | -0/+12 |
| 2022-11-29 | Revert "ipn,types/persist: store disallowed TKA's in prefs, lock local-disable" | Brad Fitzpatrick | 1 | -12/+0 |
| 2022-11-29 | ipn,types/persist: store disallowed TKA's in prefs, lock local-disable | Tom DNetto | 1 | -0/+12 |
| 2022-11-28 | cmd/tailscaled: add TS_DEBUG_BACKEND_DELAY_SEC for testing async startup | Brad Fitzpatrick | 1 | -0/+10 |
| 2022-11-28 | net/connstats: invert network logging data flow (#6272) | Joe Tsai | 1 | -2/+2 |
| 2022-11-28 | types/logid: move logtail ID types here (#6336) | Joe Tsai | 1 | -0/+1 |
| 2022-11-28 | ipn/ipnauth, util/winutil: add temporary LookupPseudoUser workaround to addre... | Aaron Klotz | 1 | -0/+1 |
| 2022-11-28 | cmd/tailscaled: unify the two Windows paths + separate IPN server path | Brad Fitzpatrick | 2 | -325/+117 |
| 2022-11-28 | util/set: add new set package for SetHandle type | Brad Fitzpatrick | 1 | -0/+1 |
| 2022-11-28 | cmd/tailscale,ipn: improve UX of lock init command, cosmetic changes | Tom DNetto | 1 | -17/+94 |
| 2022-11-28 | ipn/ipnserver: change Server to let LocalBackend be supplied async | Brad Fitzpatrick | 5 | -19/+171 |
| 2022-11-27 | cmd/tailscale: de-punycode hostnames in status display | Brad Fitzpatrick | 1 | -0/+6 |
| 2022-11-26 | ipn/ipnserver: move Windows-specific code to tailscaled_windows.go | Brad Fitzpatrick | 2 | -2/+117 |
| 2022-11-26 | cmd/tailscale: add start of "debug derp" subcommand | Brad Fitzpatrick | 2 | -0/+19 |
| 2022-11-25 | ipn/ipnserver: move BabysitProc to tailscaled_windows.go | Brad Fitzpatrick | 2 | -2/+131 |
| 2022-11-25 | ipn/ipnserver: remove IPN protocol server | Brad Fitzpatrick | 2 | -17/+0 |
| 2022-11-25 | ipn/ipnserver: move more connection acceptance logic to LocalBackend | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-11-24 | cmd/tailscale/cli: Improve messaging when Funnel is unavailable. (#6502) | shayne | 2 | -2/+45 |
| 2022-11-24 | cmd/tailscaled, wgengine/router: use wingoes/com for COM initialization inste... | Aaron Klotz | 2 | -0/+14 |
| 2022-11-23 | envknob: add GOOS func | Brad Fitzpatrick | 1 | -6/+1 |
| 2022-11-23 | cmd/derpprobe: add -once flag for one-off CLI diagnostics | James Tucker | 1 | -0/+15 |
| 2022-11-23 | cmd/stunc: add command for making debug stun requests | James Tucker | 1 | -0/+58 |
| 2022-11-23 | ipn/ipnauth: start splitting ipnserver into new ipnauth package | Brad Fitzpatrick | 1 | -4/+5 |
| 2022-11-23 | cmd/tailscale: fix 'debug local-creds' hostname | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-11-22 | ipn, cmd/tailscale/cli: add LocalAPI IPN bus watch, Start, convert CLI | Brad Fitzpatrick | 4 | -244/+167 |