| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-03-20 | cmd/k8s-operator,ipn/conf.go: fix --accept-routes for proxies (#11454) | Irbe Krumina | 1 | -2/+2 |
| 2024-03-09 | ipn/{ipnlocal,localapi}: add debug verb to force spam IPN bus NetMap | Brad Fitzpatrick | 2 | -0/+16 |
| 2024-03-08 | ipn,cmd/tailscale,client/tailscale: add support for renaming TailFS shares | Percy Wegmann | 4 | -18/+356 |
| 2024-03-08 | ipn,tailfs: tie TailFS share configuration to user profile | Percy Wegmann | 8 | -100/+149 |
| 2024-03-06 | ipn/ipnlocal: reduce allocations in TailFS share notifications | Percy Wegmann | 2 | -28/+25 |
| 2024-03-06 | ipn: add comment about thread-safety to StateStore | Percy Wegmann | 1 | -0/+1 |
| 2024-03-06 | ipn/localapi: add set-gui-visible endpoint | Andrea Gottardo | 1 | -0/+22 |
| 2024-03-06 | ipn/ipnlocal: exclude mullvad exit nodes from TailFS peers list | Percy Wegmann | 1 | -0/+7 |
| 2024-03-06 | {ipn,cmd/tailscale/cli}: move ServeConfig mutation logic to ipn/serve | Sonia Appasamy | 1 | -0/+106 |
| 2024-03-05 | {ipn/serve,cmd/tailscale/cli}: move some shared funcs to ipn | Sonia Appasamy | 2 | -2/+141 |
| 2024-02-29 | ipn: include full tailfs shares in ipn notifications | Percy Wegmann | 3 | -19/+15 |
| 2024-02-28 | ipn/ipnlocal: make active IPN sessions keyed by sessionID | Brad Fitzpatrick | 2 | -16/+9 |
| 2024-02-28 | ipn,wgengine: only intercept TailFS traffic on quad 100 | Percy Wegmann | 3 | -17/+95 |
| 2024-02-28 | wgengine{,/wgint}: add wgint.Peer wrapper type, add to wgengine.Engine | Brad Fitzpatrick | 1 | -5/+0 |
| 2024-02-28 | ipn/ipnstate, wgengine: make PeerStatusLite.LastHandshake zero Time means none | Brad Fitzpatrick | 1 | -6/+14 |
| 2024-02-26 | ipn/ipnstate, wgengine/wgint: add handshake attempts accessors | Brad Fitzpatrick | 1 | -0/+4 |
| 2024-02-27 | health: warn about reverse path filtering and exit nodes | Anton Tolchanov | 1 | -0/+17 |
| 2024-02-26 | cmd/tailscaled, ipn/ipnlocal, wgengine: shutdown tailscaled if wgdevice is cl... | Nick Khyl | 1 | -1/+1 |
| 2024-02-25 | all: remove LenIter, use Go 1.22 range-over-int instead | Brad Fitzpatrick | 4 | -20/+20 |
| 2024-02-17 | ipn/ipnlocal: remove ancient transition mechanism for https certs | Brad Fitzpatrick | 1 | -17/+2 |
| 2024-02-16 | ipn/ipnlocal: fix doctor API endpoint (#11155) | San | 1 | -0/+1 |
| 2024-02-15 | doctor/ethtool, ipn/ipnlocal: add ethtool bugreport check | Andrew Dunham | 1 | -0/+2 |
| 2024-02-13 | go.mod, all: move away from inet.af domain seized by Taliban | Brad Fitzpatrick | 2 | -2/+2 |
| 2024-02-12 | tailfs: listen for local clients only on 100.100.100.100 | Percy Wegmann | 2 | -66/+0 |
| 2024-02-11 | tailcfg: remove UserProfile.Groups | Maisem Ali | 2 | -4/+4 |
| 2024-02-09 | tailfs: fix startup issues on windows | Percy Wegmann | 1 | -1/+1 |
| 2024-02-09 | tailfs: disable TailFSForLocal via policy | Percy Wegmann | 2 | -1/+22 |
| 2024-02-09 | tailfs: clean up naming and package structure | Percy Wegmann | 5 | -96/+100 |
| 2024-02-09 | tailfs: initial implementation | Percy Wegmann | 8 | -6/+608 |
| 2024-02-08 | all: use reflect.TypeFor now available in Go 1.22 (#11078) | Joe Tsai | 1 | -5/+5 |
| 2024-02-08 | ipnlocal: force-regen new authURL when it is too old (#10971) | Andrea Gottardo | 1 | -3/+11 |
| 2024-02-07 | util/cmpx: delete now that we're using Go 1.22 | Brad Fitzpatrick | 4 | -8/+7 |
| 2024-02-05 | ipn/localapi: more http status cleanup (#10995) | kari-ts | 1 | -4/+4 |
| 2024-02-01 | ipn/ipnlocal: fix app connector route advertisements on exit nodes | James Tucker | 2 | -6/+19 |
| 2024-02-01 | appc,ipn/ipnlocal: add app connector routes if any part of a CNAME chain is r... | James Tucker | 1 | -0/+66 |
| 2024-01-31 | ipn/ipnlocal: fix pretty printing of multi-record peer DNS results | James Tucker | 2 | -14/+88 |
| 2024-01-30 | ipnlocal: log failure to get ssh host keys | Percy Wegmann | 3 | -7/+15 |
| 2024-01-23 | ipn/ipnlocal: fix failing test (#10937) | Irbe Krumina | 1 | -4/+5 |
| 2024-01-23 | ipn/ipnlocal: fix proxy path that matches mount point (#10864) | Irbe Krumina | 2 | -1/+115 |
| 2024-01-23 | wgengine/magicsock: implement probing of UDP path lifetime (#10844) | Jordan Whited | 1 | -0/+1 |
| 2024-01-22 | appc,ipn/ipnlocal: optimize preference adjustments when routes update | Charlotte Brandhorst-Satzkorn | 3 | -46/+91 |
| 2024-01-18 | ipn/ipnlocal: make app connector configuration concurrent | James Tucker | 3 | -2/+7 |
| 2024-01-17 | appc,ipn/ipnlocal,types/appctype: implement control provided routes | James Tucker | 2 | -1/+50 |
| 2024-01-16 | all: make use of ctxkey everywhere (#10846) | Joe Tsai | 2 | -13/+8 |
| 2024-01-12 | ipn/ipnserver: always allow Windows SYSTEM user to connect | Will Norris | 4 | -2/+28 |
| 2024-01-09 | taildrop: remove breaking abstraction layers for apple (#10728) | Rhea Ghosh | 2 | -21/+9 |
| 2024-01-05 | ipn: apply ControlURL policy before login | Adrian Dewhurst | 1 | -3/+9 |
| 2024-01-05 | cmd/tailscale, ipn/ipnlocal: add 'debug dial-types' command | Andrew Dunham | 1 | -0/+71 |
| 2024-01-04 | ipn/ipnlocal: refresh node key without blocking if cap enabled (#10529) | James 'zofrex' Sanderson | 1 | -6/+21 |
| 2023-12-21 | ipn/ipnlocal: fix data race with capForcedNetfilter field | Andrew Dunham | 1 | -3/+6 |