summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-04cmd/tailscaled: update comment on --statedir flag to no longer claim that it ...percy/oss14025-2Percy Wegmann1-1/+1
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
2025-09-02util/syspolicy/{setting,ptype}: move PreferenceOption and Visibility to new l...Brad Fitzpatrick17-41/+83
2025-09-02cmd/tailscale/cli: prompt for y/n when attempting risky actionPercy Wegmann1-25/+4
2025-09-02licenses: update license noticesLicense Updater1-1/+1
2025-09-02tailcfg: add tailnet display name field (#16907)nikiUppal-TS1-0/+8
2025-09-02cmd/tailscale/cli: add a debug command to force a risky actionBrad Fitzpatrick1-0/+26
2025-09-02cmd/k8s-operator: allow specifying replicas for connectors (#16721)David Bond13-197/+660
2025-09-01util/syspolicy/policyclient: add policyclient.Client interface, start plumbingBrad Fitzpatrick25-36/+184
2025-09-01CODE_OF_CONDUCT.md: fix duplicate entry (#16814)Erisa A1-2/+0
2025-08-31util/syspolicy/*: move syspolicy keys to new const leaf "pkey" packageBrad Fitzpatrick48-554/+601
2025-08-31.github/workflows: reviewing depaware.txt is unnecessary (#16990)Simon Law1-2/+1
2025-08-31.github/workflows: reviewing depaware.txt is unnecessary (#16989)Simon Law1-0/+2
2025-08-29wgengine/magicsock: drop DERP queue from head rather than tailJames Tucker2-13/+23
2025-08-29cmd/tsidp: add allow-insecure-no-client-registration and JSON file migration ...Remy Guercio2-74/+1441
2025-08-29words: just an ordinary commit, nothing fishy at all (#16982)Naman Sood1-0/+42
2025-08-29syncs: add Semaphore.Len (#16981)Joe Tsai2-0/+21
2025-08-29go.mod: bump github.com/ulikunitz/xz for security warningBrad Fitzpatrick5-6/+6
2025-08-28syncs: delete WaitGroup and use sync.WaitGroup.Go in Go 1.25Joe Tsai6-26/+9
2025-08-28wgengine/magicsock: shorten process internal DERP queueJames Tucker6-69/+15
2025-08-28util/ringbuffer: rename to ringlogJames Tucker8-28/+27
2025-08-28licenses: update license noticesLicense Updater4-90/+63
2025-08-28go.mod: bump Go 1.25 release (#16969)Patrick O'Doherty1-1/+1
2025-08-27cmd/viewer: add field comments to generated view methodsMaisem Ali10-244/+1382
2025-08-27ipn/local: add the suggested exit node to the ipn bus (#16748)Jonathan Nobels3-9/+75
2025-08-27tailcfg: add mac-ui-v2 node capability (#16940)Jonathan Nobels1-0/+3
2025-08-26wgengine/magicsock: make endpoint.discoPing peer relay aware (#16946)Jordan Whited1-6/+23
2025-08-26go.toolchain.branch: bump to go1.25 (#16954)Patrick O'Doherty13-31/+107
2025-08-25ipn/ipnlocal: remove UnlockEarly from doSetHostinfoFilterServicesM. J. Fromberger1-24/+22
2025-08-25ipn/ipnlocal: remove an unnecessary unlock shortcutM. J. Fromberger1-3/+1
2025-08-25ipn/ipnlocal: remove unnecessary usees of lockAndGetUnlockM. J. Fromberger1-36/+36
2025-08-25wgengine/magicsock: trigger peer relay path discovery on CallMeMaybe RX (#16929)Jordan Whited1-1/+19
2025-08-25cmd/tailscaled: add Dnscache as a service dependencyAaron Klotz1-0/+1
2025-08-25client/systray: go back to using upstream library (#16938)Claus Lensbøl8-14/+14
2025-08-24cmd/tsidp: Add Docker image to README (#16915)Kot C1-0/+4
2025-08-23ipn,tsnet: update AdvertiseTags documentation (#16931)M. J. Fromberger2-10/+8
2025-08-23ipn/ipnlocal: replace the LockedOnEntry pattern with conventional lock/unlock...M. J. Fromberger3-159/+172