| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2023-08-18 | tailcfg: remove unused Domain field from Login/User | Maisem Ali | 4 | -12/+3 |
| 2023-08-18 | types/netmap, all: use read-only tailcfg.NodeView in NetworkMap | Brad Fitzpatrick | 32 | -422/+501 |
| 2023-08-18 | util/linuxfw: reorganize nftables rules to allow it to work with ufw | KevinLiang10 | 2 | -21/+349 |
| 2023-08-18 | tsnet/example/web-client: listen on localhost | Will Norris | 1 | -7/+3 |
| 2023-08-18 | wgengine/router: fall back and set iptables as default again | KevinLiang10 | 1 | -19/+36 |
| 2023-08-18 | cmd/viewer, types/views, all: un-special case slice of netip.Prefix | Brad Fitzpatrick | 11 | -162/+87 |
| 2023-08-18 | types/views: add LenIter method to slice view types | Brad Fitzpatrick | 2 | -0/+27 |
| 2023-08-17 | all: remove some Debug fields, NetworkMap.Debug, Reconfig Debug arg | Brad Fitzpatrick | 12 | -184/+27 |
| 2023-08-17 | clientupdate: parse /etc/synoinfo.conf to get CPU arch (#8940) | Andrew Lytvynov | 2 | -58/+189 |
| 2023-08-17 | cmd/tailscale: change serve and funnel calls to StatusWithoutPeers | Marwan Sulaiman | 3 | -10/+12 |
| 2023-08-17 | tailcfg: add nodeAttrs for forcing OneCGNAT on/off [capver 71] | Brad Fitzpatrick | 3 | -17/+80 |