| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2023-08-17 | tailcfg: remove most Debug fields, move bulk to nodeAttrs [capver 70] | Brad Fitzpatrick | 10 | -180/+82 |
| 2023-08-17 | net/art: allow non-pointers as values | David Anderson | 4 | -220/+246 |
| 2023-08-17 | all: import x/exp/maps as xmaps to distinguish from Go 1.21 "maps" | Brad Fitzpatrick | 6 | -11/+11 |
| 2023-08-17 | all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} | Brad Fitzpatrick | 47 | -65/+61 |
| 2023-08-17 | cmd/derper: count bootstrap dns unique lookups. | Denton Gentry | 3 | -1/+23 |
| 2023-08-17 | syncs: add map.Clear() method | Denton Gentry | 2 | -0/+26 |
| 2023-08-16 | tailcfg: move LogHeapPprof from Debug to c2n [capver 69] | Brad Fitzpatrick | 10 | -119/+32 |
| 2023-08-16 | cmd/k8s-operator: add support for control plane assigned groups | Maisem Ali | 2 | -16/+183 |
| 2023-08-16 | CODEOWNERS: add the start of an owners file | Brad Fitzpatrick | 1 | -0/+1 |
| 2023-08-16 | tailcfg: rename prototype field to reflect its status | Brad Fitzpatrick | 4 | -12/+15 |
| 2023-08-16 | client: update DNSConfig type (#8916) | Richard Castro | 4 | -0/+6 |
| 2023-08-16 | clientupdate: return NOTREACHED for macsys (#8898) | Chris Palmer | 1 | -6/+1 |