| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-24 | cmd/derper,derp: make TCP write timeout configurable | Percy Wegmann | 1 | -0/+3 |
| 2025-01-23 | cmd/tailscale: fix, test some recent doc inconsistencies | Brad Fitzpatrick | 9 | -28/+68 |
| 2025-01-23 | cmd/tailscaled,util/syspolicy/source,util/winutil/gp: disallow acquiring the ... | Nick Khyl | 1 | -2/+23 |
| 2025-01-23 | net/tstun: move TAP support out to separate package feature/tap | Brad Fitzpatrick | 2 | -6/+8 |
| 2025-01-23 | cmd/k8s-operator: fix reconciler name clash (#14712) | Tom Proctor | 1 | -0/+7 |
| 2025-01-22 | feature/*: make Wake-on-LAN conditional, start supporting modular features | Brad Fitzpatrick | 3 | -2/+9 |
| 2025-01-22 | cmd/tailscale: define CLI tools to manipulate macOS network and system extens... | Andrea Gottardo | 8 | -68/+213 |
| 2025-01-22 | tailcfg: add ServiceName | Adrian Dewhurst | 3 | -9/+11 |
| 2025-01-22 | util/slicesx: add AppendNonzero | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-01-21 | ipn/ipnlocal: also use LetsEncrypt-baked-in roots for cert validation | Brad Fitzpatrick | 4 | -0/+4 |
| 2025-01-21 | cmd/tailscale/cli: clean up how optional commands get registered | Brad Fitzpatrick | 2 | -16/+20 |
| 2025-01-20 | build(deps): bump braces from 3.0.2 to 3.0.3 in /cmd/tsconnect (#12468) | dependabot[bot] | 1 | -8/+8 |
| 2025-01-21 | cmd/{k8s-operator,containerboot},kube/kubetypes: parse Ingresses for ingress ... | Irbe Krumina | 11 | -125/+1388 |
| 2025-01-20 | build(deps): bump nanoid from 3.3.4 to 3.3.8 in /cmd/tsconnect (#14352) | dependabot[bot] | 1 | -3/+3 |
| 2025-01-17 | go.{mod,sum},cmd/{k8s-operator,derper,stund}/depaware.txt: bump kube deps (#1... | Irbe Krumina | 20 | -250/+571 |
| 2025-01-16 | cmd/k8s-operator: require namespace config (#14648) | Tom Proctor | 1 | -0/+9 |
| 2025-01-15 | cmd/tailscaled: add some more depchecker dep tests | Brad Fitzpatrick | 1 | -2/+4 |
| 2025-01-15 | atomicfile: use ReplaceFile on Windows so that attributes and ACLs are preserved | Aaron Klotz | 4 | -4/+4 |
| 2025-01-15 | cmd/derper: support explicit configuration of mesh dial hosts | Percy Wegmann | 2 | -31/+28 |
| 2025-01-14 | cmd/viewer,all: consistently use "read-only" instead of "readonly" | Brad Fitzpatrick | 3 | -27/+27 |
| 2025-01-14 | go.mod: bump mdlayher/netlink and u-root/uio to use Go 1.21 NativeEndian | Brad Fitzpatrick | 4 | -8/+4 |
| 2025-01-14 | cmd/viewer,types/views,various: avoid allocations in pointer field getters wh... | Nick Khyl | 5 | -48/+84 |
| 2025-01-14 | cmd/tailscale/cli: add --posture-checking to tailscale up | Anton Tolchanov | 2 | -0/+19 |
| 2025-01-13 | cmd/tailscale/cli: only exit silently if len(args) == 0 | Michael Stapelberg | 1 | -3/+3 |
| 2025-01-12 | util/uniq,types/lazy,*: delete code that's now in Go std | Brad Fitzpatrick | 2 | -2/+0 |
| 2025-01-10 | prober: support filtering regions by region ID in addition to code | Percy Wegmann | 1 | -3/+3 |
| 2025-01-10 | cmd/containerboot: load containerboot serve config that does not contain HTTP... | Irbe Krumina | 2 | -11/+290 |
| 2025-01-10 | cmd/containerboot,cmd/k8s-operator: reload tailscaled config (#14342) | Irbe Krumina | 8 | -39/+207 |
| 2025-01-09 | all: illumos/solaris userspace only support | Nahum Shalman | 1 | -2/+2 |
| 2025-01-09 | cmd/k8s-operator,k8s-operator: allow users to set custom labels for the optio... | Irbe Krumina | 12 | -94/+296 |
| 2025-01-08 | cmd/k8s-operator,k8s-operator: support ingress ProxyGroup type (#14548) | Irbe Krumina | 7 | -26/+211 |
| 2025-01-07 | all: fix golangci-lint errors | Will Norris | 4 | -6/+6 |
| 2025-01-07 | cmd/derper: improve logging on derp mesh connect | James Tucker | 1 | -3/+7 |
| 2025-01-06 | cmd/systray: add cmd/systray back as a small client/systray wrapper | Will Norris | 1 | -0/+15 |
| 2025-01-06 | client/systray: move cmd/systray to client/systray | Will Norris | 2 | -1030/+0 |
| 2025-01-06 | cmd/tailscale/cli: fix TestUpdatePrefs on macOS | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-01-03 | util/slicesx: add MapKeys and MapValues from golang.org/x/exp/maps | Brad Fitzpatrick | 7 | -18/+13 |
| 2024-12-27 | cmd/systray: properly set tooltip on different platforms | Will Norris | 1 | -5/+15 |
| 2024-12-27 | cmd/systray: update state management and initialization | Will Norris | 1 | -92/+128 |
| 2024-12-23 | cmd/systray: set app icon and title consistently | Will Norris | 2 | -37/+50 |
| 2024-12-23 | cmd/systray: add icons for exit node online and offline | Will Norris | 1 | -44/+133 |
| 2024-12-23 | metrics,syncs: add ShardedInt support to metrics.LabelMap | James Tucker | 1 | -0/+2 |
| 2024-12-23 | cmd/systray: rebuild menu on pref change, assorted other fixes | Will Norris | 1 | -39/+52 |
| 2024-12-20 | cmd/systray: add visual workarounds for gnome, mac, and windows | Will Norris | 1 | -2/+17 |
| 2024-12-20 | cmd/systray: add exit nodes menu | Will Norris | 1 | -4/+251 |
| 2024-12-20 | cmd/systray: remove new menu delay on KDE | Will Norris | 1 | -7/+30 |
| 2024-12-20 | cmd/k8s-operator,k8s-operator: include top-level CRD descriptions (#14435) | Tom Proctor | 3 | -0/+34 |
| 2024-12-19 | cmd/systray: improve profile menu | Will Norris | 1 | -7/+48 |
| 2024-12-19 | cmd/systray: add extra padding around notification icon | Will Norris | 2 | -2/+8 |
| 2024-12-19 | cmd/derpprobe,prober: add ability to perform continuous queuing delay measure... | Percy Wegmann | 1 | -14/+17 |