summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-10-14VERSION.txt: this is v1.88.4v1.88.4release-branch/1.88releaaseWill Hannah1-1/+1
2025-10-14wgengine/magicsock: fix rebind debouncing (#17282)James Tucker2-11/+30
2025-10-14wgengine/magicsock: fix relayManager deadlock (#17449) (#17511)Jordan Whited2-1/+43
2025-09-25VERSION.txt: this is v1.88.3v1.88.3Will Hannah1-1/+1
2025-09-23control/controlhttp: simplify, fix race dialing, remove priority conceptBrad Fitzpatrick4-322/+303
2025-09-23cmd/tailscale/cli: add ts2021 debug flag to set a dial planBrad Fitzpatrick1-3/+18
2025-09-23net/dnscache: fix case where Resolver could return zero IP with single IPv6 a...Brad Fitzpatrick2-0/+61
2025-09-22ipn/ipnauth: don't crash on OpenBSD trying to log username of unknown peerBrad Fitzpatrick2-2/+6
2025-09-17VERSION.txt: this is v1.88.2v1.88.2Will Hannah1-1/+1
2025-09-15k8s-operator: reset service status before append (#17120) (#17137)David Bond2-4/+10
2025-09-11VERSION.txt: this is v1.88.1v1.88.1Will Hannah1-1/+1
2025-09-11VERSION.txt: this is v1.88.0Will Hannah1-1/+1
2025-09-10wgengine/magicsock: add TS_DEBUG_NEVER_DIRECT_UDP debug knob (#17094)Jordan Whited3-0/+7
2025-09-10tstest/integration/testcontrol: propagate CapVer (#17093)Jordan Whited1-0/+2
2025-09-10wgengine/magicsock: add relayManager event logs (#17091)Jordan Whited2-11/+69
2025-09-10cmd/k8s-operator: simplify scope of e2e tests (#17076)Tom Proctor4-225/+168
2025-09-09wgengine/magicsock: fix debug disco printing of alloc resp disco keys (#17087)Jordan Whited1-2/+2
2025-09-09disco: add missing message types to MessageSummary (#17081)Jordan Whited1-0/+6
2025-09-09cmd/tailscale: use tailnet display name on cli (#17079)nikiUppal-TS2-5/+21
2025-09-09ipn/ipnlocal, types: plumb tailnet display name cap through to network profil...Nick O'Neill4-0/+26
2025-09-09cmd/tailscaled: add disabled debug file to force reflect for binary size expe...Brad Fitzpatrick1-0/+26
2025-09-09tsnet: remove APIClient() which is deprecated and now unused (#17073)Alex Chan3-28/+6
2025-09-08cmd/tailscale, ipn/ipnlocal: add ts_omit_webclientBrad Fitzpatrick8-23/+63
2025-09-08util/eventbus: add ts_omit_debugeventbusBrad Fitzpatrick3-3/+3
2025-09-08go.toolchain.rev: bump to Go 1.25.1Brad Fitzpatrick2-2/+2
2025-09-08licenses: update license noticesLicense Updater2-11/+11
2025-09-08cmd/tailscale/cli, derp: use client/local instead of deprecated client/tailsc...Alex Chan13-31/+26
2025-09-08util/expvarx: deflake TestSafeFuncHappyPath with synctestBrad Fitzpatrick1-14/+15
2025-09-08utils/expvarx, tstest/integration: mark two tests as known flaky (#17052)Alex Chan2-0/+4
2025-09-08cmd/tailscale/cli: fix the spelling of "routes" (#17039)Alex Chan2-3/+3
2025-09-07prober: include current probe results in run-probe text responseAnton Tolchanov2-8/+10
2025-09-05wgengine/magicsock: log the peer failing disco writes are intended forJames Tucker1-1/+1
2025-09-05cmd/tailscale/cli: add new line for set --webclient (#17043)Mike O'Driscoll1-1/+1
2025-09-05ipn/ipnlocal: add state change test for key expiryJames Sanderson1-0/+15
2025-09-04util/syspolicy/policyclient: always use no-op policyclient in tests by defaultBrad Fitzpatrick1-1/+9
2025-09-04ipn/ipnlocal, util/syspolicy: convert last RegisterWellKnownSettingsForTest c...Brad Fitzpatrick5-36/+129
2025-09-04cmd/containerboot: do not reset state on non-existant secret (#17021)David Bond1-2/+5
2025-09-03util/syspolicy: remove handler, other dead codeBrad Fitzpatrick3-125/+0
2025-09-03cmd/k8s-operator: update connector example (#17020)David Bond1-1/+2
2025-09-03ipn/local: fix deadlock in initial suggested exit node query (#17025)Jonathan Nobels1-1/+1
2025-09-03drive: fix StatCache mishandling of paths with spacesCraig Hesling2-5/+11
2025-09-03util/syspolicy: delete some unused code in handler.goBrad Fitzpatrick1-17/+2
2025-09-03ipn: warn about self as the exit node if backend is running (#17018)Alex Chan2-3/+20
2025-09-02ipn/ipnlocal: convert more tests to use policytest, de-global-ifyBrad Fitzpatrick3-71/+125
2025-09-02util/syspolicy: finish adding ts_omit_syspolicy build tags, testsBrad Fitzpatrick8-113/+163
2025-09-02util/syspolicy/policytest: move policy test helper to its own packageBrad Fitzpatrick2-59/+120
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick44-207/+242
2025-09-02ipn/ipnlocal: revert some locking changes ahead of release branch cut (#17011)M. J. Fromberger3-220/+211
2025-09-02ipn/ipnlocal: simplify a test with a new simpler syspolicy client test typeBrad Fitzpatrick2-35/+68
2025-09-02ipn/ipnlocal: use policyclient.Client always, stop using global syspolicy funcsBrad Fitzpatrick6-47/+168