| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-09-12 | net/netns: add more logging to returned interface in getInterfaceIndexandrew/netns-more-logging | Andrew Dunham | 1 | -2/+4 |
| 2023-09-11 | wgengine/magicsock: add missing log messages | Andrew Dunham | 1 | -2/+18 |
| 2023-09-11 | wgengine/magicsock: log when sending traffic to specific Mullvad node | Andrew Dunham | 2 | -2/+18 |
| 2023-09-11 | wgengine/magicsock: add extra logging for specific Mullvad node | Andrew Dunham | 1 | -0/+7 |
| 2023-09-11 | wgengine/magicsock: add log message for randomly selecting endpoint | Andrew Dunham | 1 | -0/+2 |
| 2023-09-11 | net/netns: add logs to getInterfaceIndex too | Andrew Dunham | 1 | -1/+6 |
| 2023-09-11 | net/netns: add debug logs to interfaceIndexFor | Andrew Dunham | 1 | -5/+19 |
| 2023-09-11 | control/controlknobs, all: add plumbed Knobs type, not global variables | Brad Fitzpatrick | 19 | -99/+135 |
| 2023-09-11 | wgengine/magicsock: make peerMap also keyed by NodeID | Brad Fitzpatrick | 8 | -83/+187 |
| 2023-09-11 | cmd/testwrapper: fix exit deflake (#9342) | Paul Scott | 1 | -7/+7 |
| 2023-09-11 | cmd/testwrapper/flakytest: don't spam stderr in Mark when not under wrapper | Brad Fitzpatrick | 1 | -3/+8 |
| 2023-09-10 | tailcfg: flesh out some docs on MapResponse, clarify slices w/ omitempty | Brad Fitzpatrick | 2 | -7/+58 |
| 2023-09-10 | tailcfg: remove unused MapRequest.IncludeIPv6 field | Brad Fitzpatrick | 1 | -5/+4 |
| 2023-09-10 | all: depend on zstd unconditionally, remove plumbing to make it optional | Brad Fitzpatrick | 11 | -51/+14 |
| 2023-09-10 | cmd/tailscale: reduce duplicate calls to LocalBackend | Marwan Sulaiman | 1 | -124/+94 |
| 2023-09-09 | all: use set.Set consistently instead of map[T]struct{} | Brad Fitzpatrick | 12 | -26/+40 |
| 2023-09-09 | ipn/ipnstate: address TODO about garbage during peer sorting | Brad Fitzpatrick | 2 | -13/+24 |
| 2023-09-09 | ipn/ipnstate: add some missing docs | Brad Fitzpatrick | 1 | -0/+15 |
| 2023-09-08 | types/netmap: delete a copy of views.SliceEqual | Brad Fitzpatrick | 1 | -20/+2 |
| 2023-09-08 | util/lru, util/limiter: add debug helper to dump state as HTML | David Anderson | 4 | -0/+178 |
| 2023-09-08 | cmd/tailscale/cli,ipn: mention available update in "tailscale status" (#9205) | Andrew Lytvynov | 4 | -1/+16 |
| 2023-09-08 | ipn/ipnlocal: add logging and locking to c2n /update (#9290) | Andrew Lytvynov | 4 | -35/+95 |
| 2023-09-08 | client/web: clean up assets handling | Sonia Appasamy | 3 | -47/+49 |
| 2023-09-08 | licenses: update win/apple licenses | License Updater | 2 | -25/+25 |
| 2023-09-08 | licenses: update tailscale{,d} licenses | License Updater | 1 | -8/+9 |
| 2023-09-08 | licenses: update android licenses | License Updater | 1 | -7/+9 |
| 2023-09-07 | ssh/tailssh: log when recording starts and finishes (#9294) | Joe Tsai | 1 | -0/+2 |
| 2023-09-07 | cmd/tailscale: combine foreground and background serve logic | Marwan Sulaiman | 1 | -87/+70 |
| 2023-09-07 | util/linuxfw: Fix comment which lists supported linux arches | Craig Rodrigues | 1 | -1/+1 |
| 2023-09-07 | util/lru: replace container/list with a custom ring implementation | David Anderson | 1 | -38/+87 |
| 2023-09-07 | util/lru: add a microbenchmark | David Anderson | 1 | -1/+18 |
| 2023-09-07 | metrics: add missing comma in histogram JSON export | Maisem Ali | 1 | -2/+2 |
| 2023-09-07 | cmd/tailscale: add background mode to serve/funnel wip (#9202) | Tyler Smalley | 4 | -42/+1421 |
| 2023-09-07 | tsweb/varz: fix exporting histograms | Maisem Ali | 1 | -5/+8 |
| 2023-09-07 | release/dist/unixpkgs: demote deb iptables+iproute2 packages to recommended | Brad Fitzpatrick | 1 | -4/+19 |
| 2023-09-07 | ipn, ipn/ipnlocal: add Foreground field for ServeConfig | Marwan Sulaiman | 8 | -200/+207 |
| 2023-09-07 | cmd/testwrapper: exit code 1 when go build fails (#9276) | Paul Scott | 2 | -16/+262 |
| 2023-09-07 | safesocket, paths: add Plan 9 support | Skip Tavakkolian | 3 | -1/+128 |
| 2023-09-06 | ipn, ipn/ipnlocal: remove log streaming for StreamServe | Marwan Sulaiman | 4 | -88/+5 |
| 2023-09-06 | util/limiter: add a keyed token bucket rate limiter | David Anderson | 3 | -0/+314 |
| 2023-09-06 | tstest: relax ResourceCheck to 3s | Maisem Ali | 1 | -2/+2 |
| 2023-09-06 | cmd/tailscale/cli: make update visible in list (#8662) | Chris Palmer | 1 | -2/+1 |
| 2023-09-06 | net/dns/publicdns: add support for Wikimedia DNS | Andrew Dunham | 1 | -1/+15 |
| 2023-09-06 | adjust build tags for tamago | Andrea Barisani | 1 | -1/+1 |
| 2023-09-06 | cmd/tailscale: Check App Store tailscaled dialable before selecting. (#9234) | Paul Scott | 1 | -0/+13 |
| 2023-09-06 | util/cmpver: add a few tests covering different OS versions | Anton Tolchanov | 1 | -0/+60 |
| 2023-09-05 | Update clientupdate/distsign/distsign_test.go | Aaron Klotz | 1 | -3/+0 |
| 2023-09-05 | clientupdate/distsign: add ability to validate a binary that is already locat... | Aaron Klotz | 2 | -0/+160 |
| 2023-09-05 | control/controlclient: check c.closed in waitUnpause | Maisem Ali | 1 | -1/+1 |
| 2023-09-05 | ipn, ipn/ipnlocal: add Foreground field to ServeConfig | Marwan Sulaiman | 5 | -0/+41 |