| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-08-23 | net/interfaces: ignore non-Tailscale ULA address changes for state equalitybradfitz/ignore_ula | Brad Fitzpatrick | 2 | -3/+146 |
| 2023-08-23 | net/netmon: make ChangeFunc's signature take new ChangeDelta, not bool | Brad Fitzpatrick | 8 | -53/+87 |
| 2023-08-23 | cli/web: pass existing localClient to web client | Sonia Appasamy | 1 | -1/+1 |
| 2023-08-23 | tsweb: clean up pprof handler registration, document why it's there | David Anderson | 1 | -8/+24 |
| 2023-08-23 | release: add empty embed.FS for release files | Will Norris | 1 | -0/+15 |
| 2023-08-23 | cmd/k8s-operator: split operator.go into svc.go/sts.go | Maisem Ali | 3 | -545/+577 |
| 2023-08-23 | cmd/k8s-operator: refactor operator code | Maisem Ali | 3 | -171/+265 |
| 2023-08-22 | client/web: remove old /redirect handler | Will Norris | 2 | -63/+1 |
| 2023-08-22 | release/dist/cli: add gen-key command (#9023) | Andrew Lytvynov | 1 | -0/+36 |
| 2023-08-22 | wgengine/magicsock: improve endpoint selection for WireGuard peers with rx time | James Tucker | 4 | -83/+174 |
| 2023-08-22 | wgengine/magicsock: clear out endpoint statistics when it becomes bad | James Tucker | 3 | -5/+71 |
| 2023-08-22 | wgengine/magicsock: update lastfullping comment to include wg only | Charlotte Brandhorst-Satzkorn | 1 | -1/+1 |
| 2023-08-22 | util/winutil: add RegisterForRestart, allowing programs to indicate their pre... | Aaron Klotz | 9 | -5/+99 |
| 2023-08-22 | wgengine/magicsock: clear endpoint state in noteConnectivityChange | James Tucker | 1 | -0/+13 |
| 2023-08-22 | clientupdate/distsign: add new library for package signing/verification (#8943) | Andrew Lytvynov | 5 | -0/+758 |
| 2023-08-22 | go.mod: bump golang.org/x/net | Maisem Ali | 2 | -15/+15 |
| 2023-08-22 | client/web: fix globbing for file embedding | Will Norris | 1 | -1/+1 |
| 2023-08-22 | ipn, ipn/ipnlocal: clean up documentation and use clock instead of time | Marwan Sulaiman | 2 | -5/+5 |
| 2023-08-22 | client/web: combine embeds into a single embed.FS | Will Norris | 1 | -13/+17 |
| 2023-08-22 | release/dist: run yarn build before building CLI | Will Norris | 5 | -8/+57 |
| 2023-08-22 | client/web: track web client initializations | Sonia Appasamy | 1 | -0/+2 |
| 2023-08-22 | types/netmap: remove redundant Netmap.Hostinfo | Brad Fitzpatrick | 4 | -18/+15 |
| 2023-08-22 | client/web: hook up remaining legacy POST requests | Sonia Appasamy | 3 | -49/+69 |
| 2023-08-22 | control/controlclient: remove quadratic allocs in mapSession | Brad Fitzpatrick | 2 | -202/+274 |
| 2023-08-22 | .github: add flakehub-publish-tagged.yml (#9009) | shayne | 1 | -0/+17 |
| 2023-08-22 | cmd/tailscale/cli, ipn/ipnlocal: [funnel] add stream mode | Marwan Sulaiman | 11 | -2/+399 |
| 2023-08-21 | control/controlclient: don't clone self node on each NetworkMap | Brad Fitzpatrick | 1 | -11/+11 |
| 2023-08-21 | Revert "release/dist: run yarn build before building CLI" | Will Norris | 4 | -48/+8 |
| 2023-08-21 | release/dist: run yarn build before building CLI | Will Norris | 4 | -8/+48 |
| 2023-08-21 | types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeView | Brad Fitzpatrick | 26 | -90/+90 |
| 2023-08-21 | licenses: update tailscale{,d} licenses | License Updater | 1 | -0/+2 |
| 2023-08-21 | go.mod.sri: update SRI hash for go.mod changes | Flakes Updater | 3 | -3/+3 |
| 2023-08-21 | client/web: add csrf protection to web client api | Sonia Appasamy | 11 | -47/+245 |
| 2023-08-21 | net/portmapper: never select port 0 in UPnP | Andrew Dunham | 1 | -14/+34 |
| 2023-08-21 | control/controlclient: flesh out mapSession to break up gigantic method | Brad Fitzpatrick | 3 | -114/+284 |
| 2023-08-21 | util/linuxfw: fix typo in unexported doc comment | Brad Fitzpatrick | 1 | -1/+2 |
| 2023-08-21 | tool: force HTTP/1.1 in curl to prevent hang behind load balancer | Val | 1 | -1/+6 |
| 2023-08-21 | tsnet: add support for clientmetrics. | Denton Gentry | 1 | -1/+3 |
| 2023-08-21 | wgengine/magicsock: only accept pong sent by CLI ping | Val | 2 | -22/+22 |
| 2023-08-20 | types/netmap: move some mutations earlier, remove, document some fields | Brad Fitzpatrick | 5 | -39/+86 |
| 2023-08-20 | control/controlclient: scope a variable tighter, de-pointer a *time.Time | Brad Fitzpatrick | 1 | -8/+7 |
| 2023-08-20 | types/views,cmd/viewer: add ByteSlice[T] to replace mem.RO | Maisem Ali | 5 | -30/+118 |
| 2023-08-20 | cmd/cloner: use maps.Clone and ptr.To | Maisem Ali | 8 | -96/+45 |
| 2023-08-20 | ipn/ipnstate: add PeerStatus.AltSharerUserID, stop mangling Node.User | Brad Fitzpatrick | 5 | -19/+45 |
| 2023-08-19 | tailcfg: generate RegisterResponse.Clone, remove manually written | Maisem Ali | 3 | -33/+247 |
| 2023-08-19 | tailcfg: update docs on NetInfo.FirewallMode | Brad Fitzpatrick | 1 | -3/+6 |
| 2023-08-19 | ipn/ipnlocal: fix regression in printf arg type | Brad Fitzpatrick | 1 | -2/+2 |
| 2023-08-19 | util/deephash: relax an annoyingly needy test | Brad Fitzpatrick | 1 | -3/+3 |
| 2023-08-19 | types/tkatype: add test for MarshaledSignature's JSON format | Brad Fitzpatrick | 1 | -0/+21 |
| 2023-08-19 | control/controlclient: remove Opts.KeepSharerAndUserSplit | Brad Fitzpatrick | 2 | -57/+45 |