| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-18 | ipn/ipnlocal: add start of netmap cachingbradfitz/nm_cache_disk | Brad Fitzpatrick | 3 | -8/+319 |
| 2025-11-18 | feature/featuretags: add CacheNetMap feature tag for upcoming work | Brad Fitzpatrick | 3 | -0/+30 |
| 2025-11-18 | tailcfg: add some omitzero, adjust some omitempty to omitzero | Brad Fitzpatrick | 1 | -113/+113 |
| 2025-11-18 | cmd/netlogfmt: support resolving IP addresses to synonymous labels (#17955) | Joe Tsai | 1 | -62/+87 |
| 2025-11-18 | types/key,wgengine/magicsock,control/controlclient,ipn: add debug disco key r... | James Tucker | 16 | -37/+375 |
| 2025-11-18 | appc: add ippool type | Fran Bull | 2 | -0/+121 |
| 2025-11-18 | tka: marshal AUMHash totext even if Tailnet Lock is omitted | Alex Chan | 1 | -7/+18 |
| 2025-11-18 | tka: mark young AUMs as active even if the chain is long | Anton Tolchanov | 2 | -10/+44 |
| 2025-11-18 | types/netmap,*: remove some redundant fields from NetMap | Brad Fitzpatrick | 14 | -42/+59 |
| 2025-11-18 | .github/workflows: make go_generate check detect new files | Brad Fitzpatrick | 1 | -0/+1 |
| 2025-11-18 | feature/buildfeatures: re-run go generate | Brad Fitzpatrick | 2 | -6/+6 |
| 2025-11-18 | cmd/vet/jsontags: fix a typo in an error message | Alex Chan | 1 | -2/+2 |
| 2025-11-18 | tka: move RemoveAll() to CompactableChonk | Alex Chan | 2 | -4/+51 |
| 2025-11-18 | all: rename variables with lowercase-l/uppercase-I | Alex Chan | 81 | -923/+923 |
| 2025-11-18 | ipn/localapi: log calls to localapi (#17880) | James 'zofrex' Sanderson | 2 | -16/+41 |
| 2025-11-18 | cmd/tailscale/cli: warn if a simple up would change prefs (#17877) | James 'zofrex' Sanderson | 2 | -23/+73 |
| 2025-11-17 | wgengine/netlog: strip dot suffix from node name (#17954) | Joe Tsai | 2 | -5/+9 |
| 2025-11-17 | ssh/tailssh: fix incubator tests on macOS arm64 | James Tucker | 1 | -3/+10 |
| 2025-11-17 | feature/tpm: disable dictionary attack protection on sealing key (#17952) | Andrew Lytvynov | 2 | -4/+9 |
| 2025-11-17 | ipn{,/local},cmd/tailscale: add "sync" flag and pref to disable control map poll | Brad Fitzpatrick | 10 | -6/+136 |
| 2025-11-17 | tka: fix typo in comment | Brad Fitzpatrick | 1 | -2/+2 |
| 2025-11-17 | ipn/ipnlocal: use an in-memory TKA store if FS is unavailable | Alex Chan | 6 | -27/+174 |
| 2025-11-17 | go.mod: bump golang.org/x/crypto (#17907) | Andrew Lytvynov | 22 | -103/+115 |
| 2025-11-17 | various: add more missing apostrophes in comments | Alex Chan | 3 | -4/+4 |
| 2025-11-17 | ipn: fix typo in comment | Brad Fitzpatrick | 2 | -2/+2 |
| 2025-11-17 | control/controlclient: remove some public API, move to Options & test-only | Brad Fitzpatrick | 3 | -9/+38 |
| 2025-11-17 | cmd/tailscale/cli: stabilise the output of `tailscale lock log --json` | Alex Chan | 6 | -12/+524 |
| 2025-11-16 | syncs: add Mutex/RWMutex alias/wrappers for future mutex debugging | Brad Fitzpatrick | 55 | -94/+145 |
| 2025-11-16 | ipn/ipnlocal: add PROXY protocol support to Funnel/Serve | Andrew Dunham | 16 | -36/+216 |
| 2025-11-16 | types/netmap: remove PrivateKey from NetworkMap | Brad Fitzpatrick | 25 | -462/+292 |
| 2025-11-15 | util/cache: remove unused code | Brad Fitzpatrick | 5 | -386/+0 |
| 2025-11-15 | wgengine/netlog: fix send to closed channel in test | Brad Fitzpatrick | 1 | -0/+1 |
| 2025-11-15 | util/clientmetric: fix regression causing Metric.v to be uninitialised | Avery Palmer | 1 | -5/+8 |
| 2025-11-15 | cmd/tailscale/cli: fix panic in netcheck with mismatched DERP region IDs | Xinyu Kuo | 1 | -1/+5 |
| 2025-11-14 | net/udprelay: implement Server.SetStaticAddrPorts (#17909) | Jordan Whited | 4 | -72/+64 |
| 2025-11-14 | control/controlclient,ipn/ipnlocal: replace State enum with boolean flags | James Tucker | 5 | -193/+224 |
| 2025-11-14 | feature/tpm: check IsZero in clone instead of just nil (#17884) | Andrew Lytvynov | 2 | -4/+7 |
| 2025-11-14 | ipn/localapi: use constant-time comparison for RequiredPassword (#17906) | Andrew Lytvynov | 1 | -1/+2 |
| 2025-11-14 | various: adds missing apostrophes to comments | Alex Chan | 13 | -27/+27 |
| 2025-11-14 | scripts/installer.sh: compare major versions numerically (#17904) | Simon Law | 1 | -19/+20 |
| 2025-11-14 | net/netmon: do not abandon a subscriber when exiting early (#17899) | M. J. Fromberger | 1 | -19/+3 |
| 2025-11-14 | wgengine/wgcfg/nmcfg: reduce wireguard reconfig log spam | Brad Fitzpatrick | 1 | -44/+31 |
| 2025-11-14 | logpolicy: fix nil pointer dereference with invalid TS_LOG_TARGET | Andrew Dunham | 2 | -4/+54 |
| 2025-11-14 | control/controlclient: make Observer optional | Brad Fitzpatrick | 3 | -11/+10 |
| 2025-11-14 | feature/relayserver: fix Shutdown() deadlock (#17898) | Jordan Whited | 1 | -1/+4 |
| 2025-11-14 | ipn/ipnlocal: log prefs changes and reason in Start (#17876) | James 'zofrex' Sanderson | 1 | -7/+13 |
| 2025-11-14 | tka: add a test for unmarshaling existing AUMs | Alex Chan | 1 | -0/+76 |
| 2025-11-13 | feature/relayserver,ipn/ipnlocal,net/udprelay: plumb DERPMap (#17881) | Jordan Whited | 4 | -169/+324 |
| 2025-11-13 | ipn/ipnlocal: remove all the weird locking (LockedOnEntry, UnlockEarly, etc) | Brad Fitzpatrick | 9 | -505/+360 |
| 2025-11-13 | cmd/cloner: support cloning arbitrarily-nested maps | Andrew Dunham | 4 | -32/+354 |