| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-10-18 | licenses: update win/apple licenses | License Updater | 2 | -11/+13 |
| 2023-10-17 | taildrop: switch hashing to be streaming based (#9861) | Joe Tsai | 4 | -142/+119 |
| 2023-10-17 | ipn: fix localapi and peerapi protocol for taildrop resume (#9860) | Joe Tsai | 2 | -10/+15 |
| 2023-10-17 | clientupdate: fix background install for linux tarballs (#9852) | Andrew Lytvynov | 2 | -2/+5 |
| 2023-10-17 | client/web: refactor authorizeRequest | Sonia Appasamy | 1 | -36/+48 |
| 2023-10-17 | taildrop: implement asynchronous file deletion (#9844) | Joe Tsai | 10 | -363/+557 |
| 2023-10-17 | tailcfg,cmd/tailscale: add UrgentSecurityUpdate flag to ClientVersion (#9848) | Andrew Lytvynov | 3 | -5/+17 |
| 2023-10-17 | cmd/k8s-operator: users can configure firewall mode for kube operator proxies... | Irbe Krumina | 5 | -98/+204 |
| 2023-10-17 | cmd/tailscale: promote new serve/funnel CLI to be default (#9833) | Tyler Smalley | 5 | -22/+14 |
| 2023-10-17 | cmd/k8s-operator: use our own container image instead of busybox | Maisem Ali | 4 | -4/+10 |
| 2023-10-17 | ipn/{conffile,ipnlocal}: start booting tailscaled from a config file w/ auth key | Brad Fitzpatrick | 7 | -10/+126 |
| 2023-10-16 | tstest/tstest: add t.Parallel that can be disabled by TS_SERIAL_TESTS=true | Brad Fitzpatrick | 2 | -17/+27 |
| 2023-10-16 | tstest, tstest/integration, github/workflows: shard integration tests | Brad Fitzpatrick | 4 | -0/+58 |
| 2023-10-16 | cmd/testwrapper: parse args better | Maisem Ali | 4 | -55/+250 |
| 2023-10-16 | ipn/ipnlocal/peerapi: refactoring taildrop to just one endpoint (#9832) | Rhea Ghosh | 3 | -97/+68 |
| 2023-10-16 | cmd/containerboot: revert to using tailscale up | Maisem Ali | 2 | -130/+60 |
| 2023-10-16 | ipn/ipnlocal: fix AllowsUpdate disable after enable (#9827) | Andrew Lytvynov | 1 | -1/+1 |
| 2023-10-16 | cmd/tailscaled,*: add start of configuration file support | Brad Fitzpatrick | 16 | -1/+323 |
| 2023-10-16 | ipn/{ipnlocal/peerapi, localapi} initial taildrop resume api plumbing (#9798) | Rhea Ghosh | 4 | -24/+130 |
| 2023-10-16 | net/dnsfallback: disable recursive resolver for now | Brad Fitzpatrick | 1 | -2/+10 |
| 2023-10-16 | clientupdate: return ErrUnsupported for macSys clients (#9793) | Andrew Lytvynov | 2 | -4/+4 |
| 2023-10-16 | go.mod.sri: update SRI hash for go.mod changes | Flakes Updater | 3 | -3/+3 |
| 2023-10-16 | go.mod: bump alexbrainman/sspi | Brad Fitzpatrick | 2 | -3/+3 |
| 2023-10-16 | ipn/localapi: add debug-web-client endpoint | Sonia Appasamy | 1 | -0/+60 |
| 2023-10-16 | ipn/ipnlocal: change serial number policy to be PreferenceOption | Kristoffer Dalby | 2 | -5/+11 |
| 2023-10-15 | net/dns: use direct when NetworkManager has no systemd-resolved | Denton Gentry | 2 | -0/+19 |
| 2023-10-14 | .github/workflows: break up race builder a bit more | Brad Fitzpatrick | 1 | -1/+12 |
| 2023-10-14 | tsnet: fix data race in TestFallbackTCPHandler | Brad Fitzpatrick | 1 | -8/+9 |
| 2023-10-14 | github/workflows: move race tests to their own job | Brad Fitzpatrick | 1 | -2/+10 |
| 2023-10-14 | tstest/integration: add tests for tun mode (requiring root) | Brad Fitzpatrick | 5 | -24/+80 |
| 2023-10-14 | wgengine/magicsock: fix data race regression in disco ping callbacks | Brad Fitzpatrick | 2 | -21/+33 |
| 2023-10-14 | cmd/tailscaled,net/tstun: fix data race on start-up in TUN mode | Maisem Ali | 7 | -2/+42 |
| 2023-10-13 | tstest/integration: set race flag when cross compiling, conditionally fail on... | Brad Fitzpatrick | 2 | -1/+12 |
| 2023-10-13 | ipn/{ipnlocal/peerapi, localapi}: cleaning up http statuses for consistency a... | Rhea Ghosh | 2 | -59/+59 |
| 2023-10-13 | util/httphdr: add new package for parsing HTTP headers (#9797) | Joe Tsai | 2 | -0/+293 |
| 2023-10-13 | ipn/ipnlocal: include AutoUpdate prefs in HostInfo.AllowsUpdate (#9792) | Andrew Lytvynov | 1 | -0/+1 |
| 2023-10-13 | tailcfg: add tailnet field to register request (#9675) | Claire Wang | 5 | -1/+22 |
| 2023-10-13 | taildrop: minor cleanups and fixes (#9786) | Joe Tsai | 1 | -4/+7 |
| 2023-10-12 | taildrop: add logic for resuming partial files (#9785) | Joe Tsai | 7 | -25/+298 |
| 2023-10-12 | ipn/ipnlocal: do unexpired cert renewals in the background | Maisem Ali | 4 | -18/+17 |
| 2023-10-12 | tstime: add DefaultClock (#9691) | Joe Tsai | 1 | -0/+40 |
| 2023-10-12 | client/web: add metric for exit node advertising (#9781) | Naman Sood | 1 | -3/+22 |
| 2023-10-12 | appctype: introduce a configuration schema for app connectors | James Tucker | 2 | -0/+137 |
| 2023-10-12 | taildrop: improve the functionality and reliability of put (#9762) | Joe Tsai | 7 | -183/+405 |
| 2023-10-12 | cmd/k8s-operator: allow setting same host value for tls and ingress rules | Maisem Ali | 1 | -3/+10 |
| 2023-10-12 | cmd/containerboot: fix time based serveConfig watcher | Maisem Ali | 1 | -6/+7 |
| 2023-10-11 | tailcfg: implement text encoding for ProtoPortRange | James Tucker | 2 | -14/+82 |
| 2023-10-11 | tailcfg: import ProtoPortRange for local use | James Tucker | 4 | -2/+252 |
| 2023-10-11 | words: flappy birds, but real life | Charlotte Brandhorst-Satzkorn | 1 | -0/+5 |
| 2023-10-11 | cmd/k8s-operator: update env var in manifest to APISERVER_PROXY | Maisem Ali | 1 | -1/+1 |