summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-11-26WIPbradfitz/lazy_wg_pushdown2Brad Fitzpatrick6-5/+91
2025-11-26wgengine{,/wgcfg}: push down lazy config into wireguard-goBrad Fitzpatrick9-593/+51
2025-11-26wgengine: simplify how discokey change session dropping is implementedBrad Fitzpatrick1-37/+9
2025-11-26syncs: add means of declare locking assumptions for debug mode validationBrad Fitzpatrick3-0/+48
2025-11-26VERSION.txt: this is v1.93.0 (#18074)v1.93.0-preJonathan Nobels1-1/+1
2025-11-26derp/derpserver: add a unique sender cardinality estimateJames Tucker8-4/+238
2025-11-26feature/tpm: return opening errors from both /dev/tpmrm0 and /dev/tpm0 (#18071)Andrew Lytvynov1-1/+8
2025-11-26util/execqueue: don't hold mutex in RunSyncBrad Fitzpatrick2-17/+29
2025-11-26tstest/integration: add integration test for Tailnet LockAlex Chan7-286/+573
2025-11-25cmd/tailscale/cli,ipn,all: make peer relay server port a *uint16Jordan Whited9-51/+48
2025-11-25ipn/serve: validate service paths in HasPathHandlerSachin Iyer2-0/+44
2025-11-25net/tstun: add TSMPDiscoAdvertisement to TSMPPing (#17995)Claus Lensbøl7-25/+280
2025-11-25ipn/ipnlocal: don't panic if there are no suitable exit nodesAlex Chan2-0/+66
2025-11-25tsconsensus: skip integration tests in CIFran Bull1-11/+2
2025-11-25tailcfg, control/controlclient: start moving MapResponse.DefaultAutoUpdate to...Brad Fitzpatrick9-43/+147
2025-11-25ipn/ipnlocal: test traffic-steering when feature is not enabled (#17997)Simon Law2-0/+23
2025-11-25ipn/ipnlocal: do not call controlclient.Client.Shutdown with b.mu heldNick Khyl1-7/+10
2025-11-25cmd/k8s-operator: allow HA ingresses to be deleted when VIP service does not ...David Bond3-26/+71
2025-11-24ipn/ipnlocal: replace log.Printf with logf (#18045)Simon Law2-9/+15
2025-11-24cmd/tailscale,feature/relayserver,ipn: add relay-server-static-endpoints set ...Jordan Whited8-138/+278
2025-11-24net/udprelay: use blake2s-256 MAC for handshake challengeJordan Whited2-57/+227
2025-11-24cmd/cigocacher,go.mod: add cigocacher cmdTom Proctor15-38/+470
2025-11-24ipn/ipnlocal: fix panic in driveTransport on network errorAndrew Dunham2-36/+89
2025-11-23tstest/integration/testcontrol: de-flake TestUserMetricsRouteGaugesAndrew Dunham1-0/+3
2025-11-21portlist,tstest: skip tests on kernels with /proc/net/tcp regressionAndrew Dunham5-1/+112
2025-11-21util/eventbus: use unbounded event queues for DeliveredEvents in subscribersNick Khyl3-39/+16
2025-11-21feature/relayserver: don't publish from within a subscribe fn goroutineJordan Whited1-1/+6
2025-11-21wgengine/userspace: run link change subscribers in eventqueue (#18024)Claus Lensbøl1-1/+7
2025-11-21util/eventbus: add tests for a subscriber publishing eventsNick Khyl1-0/+60
2025-11-21util/eventbus: add tests for a subscriber trying to acquire the same mutex as...Nick Khyl1-0/+70
2025-11-21tka: don't panic if no clock set in tka.MemAlex Chan1-1/+11
2025-11-20cmd/tailscaled,ipn: show a health warning when state store fails to open (#17...Andrew Lytvynov14-4/+211
2025-11-20go.mod: bump golang.org/x/crypto (#18011)Andrew Lytvynov5-6/+6
2025-11-20ipn/ipnlocal: add validations when setting serve config (#17950)Harry Harpham5-314/+483
2025-11-20cmd/k8s-operator: add multi replica support for recorders (#17864)David Bond10-151/+380
2025-11-19net/netns: remove spammy logs for interface binding capsJonathan Nobels1-6/+10
2025-11-19net/batching: fix import formattingBrad Fitzpatrick1-1/+0
2025-11-20cmd/k8s-operator: use stable image for k8s-nameserver (#17985)David Bond2-5/+4
2025-11-19cmd/tailscale/cli: allow remote target as service destination (#17607)KevinLiang1010-44/+221
2025-11-19licenses: update license noticesLicense Updater1-0/+1
2025-11-19ipn/ipnlocal: remove the always-true CanSupportNetworkLock()Alex Chan1-28/+0
2025-11-19util/eventbus: simplify some reflect in Bus.pumpBrad Fitzpatrick1-1/+1
2025-11-19cmd/tailscale/cli: remove Latin abbreviations from CLI help textAlex Chan2-2/+2
2025-11-19ipn/ipnlocal: reduce profileManager boilerplate in network-lock testsAlex Chan1-83/+33
2025-11-19cmd/k8s-operator: fix type comparison in apiserver proxy template (#17981)Raj Singh1-3/+3
2025-11-19ipn/ipnlocal, tka: compact TKA state after every syncAlex Chan10-31/+276
2025-11-19cmd/k8s-operator: default to stable image (#17848)David Bond2-3/+3
2025-11-18feature/featuretags: add CacheNetMap feature tag for upcoming workBrad Fitzpatrick3-0/+30
2025-11-18tailcfg: add some omitzero, adjust some omitempty to omitzeroBrad Fitzpatrick1-113/+113
2025-11-18cmd/netlogfmt: support resolving IP addresses to synonymous labels (#17955)Joe Tsai1-62/+87