| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-10-11 | types/ipproto: import and test string parsing for ipproto | James Tucker | 5 | -2/+245 |
| 2023-10-11 | ipn/ipnlocal: fix log spam from now expected paths | Maisem Ali | 1 | -12/+22 |
| 2023-10-11 | net/packet: split off checksum munging into different pkg | Maisem Ali | 11 | -405/+451 |
| 2023-10-11 | wgengine/filter: use slices.Contains in another place | Brad Fitzpatrick | 1 | -11/+3 |
| 2023-10-11 | words: Na na na na na na na na na na na na na na na na (#9753) | James 'zofrex' Sanderson | 1 | -0/+1 |
| 2023-10-11 | util/nocasemaps: import nocasemaps from corp | James Tucker | 2 | -0/+243 |
| 2023-10-11 | cmd/containerboot: use linuxfw.NetfilterRunner | Maisem Ali | 5 | -65/+352 |
| 2023-10-11 | client/web: remove unused context param from NewServer | Sonia Appasamy | 3 | -6/+3 |
| 2023-10-11 | util/linuxfw: move fake runner into pkg | Maisem Ali | 2 | -141/+131 |
| 2023-10-11 | tsnet: support registering fallback TCP flow handlers | Tom DNetto | 2 | -4/+87 |
| 2023-10-11 | clientupdate/distsign: add new prod root signing key to keychain | David Anderson | 1 | -1/+1 |
| 2023-10-11 | net/dns: properly detect newer debian resolvconf | Galen Guyer | 1 | -1/+6 |
| 2023-10-11 | util/cmpver: only consider ascii numerals (#9741) | Paul Scott | 2 | -12/+31 |
| 2023-10-10 | types/ipproto: drop IPProto from IPProtoVersion | Maisem Ali | 3 | -21/+21 |
| 2023-10-10 | util/linuxfw: move detection logic | Maisem Ali | 9 | -219/+248 |
| 2023-10-10 | tool/gocross: handle VERSION file not found | Maisem Ali | 1 | -1/+4 |
| 2023-10-10 | util/linuxfw: add missing input rule to the tailscale tun | James Tucker | 4 | -1/+89 |
| 2023-10-10 | clientupdate: abort if current version is newer than latest (#9733) | Andrew Lytvynov | 4 | -4/+9 |
| 2023-10-10 | tailcfg: add type for web client auth response | Will Norris | 1 | -0/+16 |
| 2023-10-10 | go.mod.sri: update SRI hash for go.mod changes | Flakes Updater | 3 | -3/+3 |
| 2023-10-10 | licenses: update tailscale{,d} licenses | License Updater | 1 | -4/+5 |
| 2023-10-10 | go.toolchain.rev: bump for CVE-2023-39325 | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-10-10 | go.mod: bump x/net to 0.17 for CVE-2023-39325 | Brad Fitzpatrick | 3 | -13/+13 |
| 2023-10-10 | ipn/localapi: make whois take IP or IP:port as documented, fix capmap netstac... | Brad Fitzpatrick | 2 | -7/+92 |
| 2023-10-10 | ipn/ipnlocal: use syspolicy to determine collection of posture data | Kristoffer Dalby | 3 | -4/+17 |
| 2023-10-09 | posture: add get serial support for macOS | Kristoffer Dalby | 3 | -3/+114 |
| 2023-10-09 | posture: add get serial support for Windows/Linux | Kristoffer Dalby | 8 | -3/+217 |
| 2023-10-09 | wgengine/magicsock: add probed MTU metrics | Val | 2 | -11/+43 |
| 2023-10-09 | disco,net/tstun,wgengine/magicsock: probe peer MTU | Val | 7 | -40/+91 |
| 2023-10-09 | tailcfg,ipn: add c2n endpoint for posture identity | Kristoffer Dalby | 2 | -0/+44 |
| 2023-10-09 | posture: add get serial stub for all platforms | Kristoffer Dalby | 2 | -0/+12 |
| 2023-10-09 | cmd/tailscale: add --posture-checking flag to set | Kristoffer Dalby | 2 | -0/+6 |
| 2023-10-09 | ipn: add PostureChecks to Prefs | Kristoffer Dalby | 4 | -1/+21 |
| 2023-10-08 | sniproxy allows configuration of hostname | Simon Leonhardt | 1 | -0/+2 |
| 2023-10-06 | cmd/tailscale, magicsock: add debug command to flip DERP homes | Brad Fitzpatrick | 4 | -0/+40 |
| 2023-10-06 | docs/sysv: add a sysv style init script | James Tucker | 1 | -0/+63 |
| 2023-10-06 | tstest: make ResourceCheck panic on parallel tests | Brad Fitzpatrick | 2 | -1/+13 |
| 2023-10-06 | syncs: add Map.LoadOrInit for lazily initialized values | James Tucker | 2 | -1/+25 |
| 2023-10-06 | taildrop: document and cleanup the package (#9699) | Joe Tsai | 6 | -138/+157 |
| 2023-10-06 | clientupdate,cmd/tailscale/cli: use cli.Stdout/Stderr (#9694) | Andrew Lytvynov | 2 | -22/+34 |
| 2023-10-06 | api.md: remove clientConnectivity.derp field | Brad Fitzpatrick | 1 | -4/+0 |
| 2023-10-06 | {ipn/ipnlocal, taildrop}: move put logic to taildrop (#9680) | Rhea Ghosh | 7 | -283/+312 |
| 2023-10-05 | tool/gocross: don't absorb --tags flags passed to subcommand | David Anderson | 2 | -5/+56 |
| 2023-10-05 | go.toolchain.rev: bump go to 1.21.2 (#9677) | Andrew Lytvynov | 1 | -1/+1 |
| 2023-10-05 | ipn/ipnlocal: cleanup incomingFile (#9678) | Joe Tsai | 1 | -16/+18 |
| 2023-10-05 | cmd/tailscale/cli: add update notification to "up" (#9644) | Andrew Lytvynov | 2 | -1/+11 |
| 2023-10-05 | taildrop: initial commit of taildrop functionality refactoring (#9676) | Rhea Ghosh | 6 | -428/+497 |
| 2023-10-05 | client/web: restrict full management client behind browser sessions | Sonia Appasamy | 3 | -5/+354 |
| 2023-10-05 | net/dns/resolver, ipnlocal: fix ExitDNS on Android and iOS | Brad Fitzpatrick | 2 | -5/+14 |
| 2023-10-05 | hostinfo, ipnlocal: flesh out Wake-on-LAN support, send MACs, add c2n sender | Brad Fitzpatrick | 8 | -9/+183 |