summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-03-10net/{currenttime,tlsdial}: add minimum possible time for TLSandrew/current-timeAndrew Dunham10-0/+127
2025-03-10cmd/natc: error and log when IP range is exhaustedJames Tucker1-7/+15
2025-03-09.github: Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 (#15046)dependabot[bot]2-8/+1
2025-03-09.github: Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#15111)dependabot[bot]1-1/+1
2025-03-09.github: Bump github/codeql-action from 3.28.9 to 3.28.10 (#15110)dependabot[bot]1-3/+3
2025-03-09.github: Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#15113)dependabot[bot]2-2/+2
2025-03-07tailcfg: add DERPRegion.NoMeasureNoHome, deprecate+document Avoid [cap 115]Brad Fitzpatrick7-30/+58
2025-03-07util/eventbus: add debugger methods to list pub/sub typesDavid Anderson3-0/+50
2025-03-07util/eventbus: don't allow publishers to skip events while debuggingDavid Anderson2-1/+5
2025-03-07util/eventbus: initial debugging facilities for the event busDavid Anderson6-66/+207
2025-03-07.github/workflows: tidy go caches before uploadingMario Minardi1-1/+25
2025-03-07net/portmapper: retry UPnP when we get an "Invalid Args"Andrew Dunham2-2/+110
2025-03-07ipn: sort VIP services before hashing (#15035)Naman Sood1-1/+8
2025-03-07wgengine/magicsock: use learned DERP route as send path of last resortBrad Fitzpatrick5-3/+72
2025-03-07cmd/derper, derp/derphttp: support, generate self-signed IP address certsBrad Fitzpatrick5-4/+238
2025-03-06util/eventbus: add debug hooks to snoop on bus trafficDavid Anderson4-28/+56
2025-03-06util/eventbus: add internal hook type for debuggingDavid Anderson1-0/+62
2025-03-06cmd/k8s-operator: ensure HA Ingress can operate in multicluster mode. (#15157)Irbe Krumina4-187/+472
2025-03-06cmd/tsidp: use constant time comparison for client_id/secret (#15222)Patrick O'Doherty1-1/+4
2025-03-06cmd/k8s-operator: advertise VIPServices in ProxyGroup config (#14946)Tom Proctor6-36/+251
2025-03-05util/eventbus: track additional event context in subscribe queueDavid Anderson2-11/+27
2025-03-05util/eventbus: track additional event context in publish queueDavid Anderson3-10/+23
2025-03-05util/eventbus: make internal queue a generic typeDavid Anderson3-16/+18
2025-03-05.github/workflows: descope natlab CI for now until GitHub flakes are fixedBrad Fitzpatrick1-4/+1
2025-03-05cmd/tsidp: add README and Dockerfile (#15205)Sam Linville2-0/+141
2025-03-05licenses: update license noticesLicense Updater4-66/+63
2025-03-05util/eventbus: adjust worker goroutine management helpersDavid Anderson3-85/+104
2025-03-04gokrazy/natlab: update gokrazy, wire up natlab tests to GitHub CIBrad Fitzpatrick11-20/+318
2025-03-04util/eventbus: rework to have a Client abstractionDavid Anderson6-208/+345
2025-03-04go.toolchain.rev: bump to go1.24.1 (#15209)Patrick O'Doherty1-1/+1
2025-03-04.github: Bump actions/cache from 4.2.0 to 4.2.2dependabot[bot]1-5/+5
2025-03-04cmd/derper: add --home flag to control home page behaviorBrad Fitzpatrick1-13/+39
2025-03-04cmd/testwrapper: Display package-level outputJames Sanderson1-2/+14
2025-03-04cmd/hello: display native ipv4 (#15191)Brian Palmer2-0/+10
2025-03-03safesocket: add isMacSysExt Check (#15192)Jonathan Nobels1-1/+1
2025-03-03safesocket: correct logic for determining if we're a macOS GUI client (#15187)Jonathan Nobels2-10/+10
2025-03-03ipn/ipnlocal: initialize Taildrive shares when starting backendPercy Wegmann1-13/+10
2025-03-03ipn/store/kubestore: sanitize keys loaded to in-memory store (#15178)Irbe Krumina2-3/+8
2025-03-02scripts/installer.sh: explicitly chmod 0644 installed files (#15171)Irbe Krumina1-8/+3
2025-02-28ipn: update AddPeer to include TaildropTarget (#15091)kari-ts2-1/+9
2025-02-28ipn/store/awsstore: allow providing a KMS keyLee Briggs4-43/+157
2025-02-28util/eventbus: initial implementation of an in-process event busDavid Anderson8-0/+856
2025-02-28ipn/ipnlocal: send vipServices info via c2n even it's incomplete (#15166)KevinLiang101-9/+7
2025-02-28go.{mod,sum}: bump mkctr (#15161)Irbe Krumina2-3/+3
2025-02-27licenses: add READMEWill Norris1-0/+35
2025-02-27safesocket: return an error for LocalTCPPortAndToken for tailscaled (#15144)Jonathan Nobels2-5/+14
2025-02-27cmd/containerboot: fix nil pointer exception (#15090)Irbe Krumina2-4/+11
2025-02-27ipn/{ipnlocal,store},kube/kubeclient: store TLS cert and key pair to a Secret...Irbe Krumina5-43/+278
2025-02-27all: statically enforce json/v2 interface satisfaction (#15154)Joe Tsai9-0/+64
2025-02-27client/web: fix CSRF handler order in web UI (#15143)Patrick O'Doherty2-23/+112