summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-12-02syncs: start working on mutex debugging, registrationbradfitz/mutex_debugBrad Fitzpatrick38-28/+389
2025-12-02wgengine: fix TSMP/ICMP callback leakBrad Fitzpatrick1-0/+2
2025-12-02tsnet: enable node registration via federated identityGesa Stupperich7-47/+522
2025-12-02cmd/netlogfmt: allow empty --resolve-addrs flag (#18103)Joe Tsai1-0/+1
2025-12-02scripts/installer: add TAILSCALE_VERSION environment variable (#18014)Raj Singh2-12/+88
2025-12-02tool: bump binaryen wasm optimiser version 111 -> 125Tom Proctor1-1/+1
2025-12-02licenses: update license noticesLicense Updater4-40/+43
2025-12-02cleanup: fix typos across multiple filesNaasir5-5/+5
2025-12-02.github,cmd/cigocacher: use cigocacher for windowsTom Proctor7-56/+372
2025-12-02.github: only save cache on mainTom Proctor1-58/+95
2025-12-01k8s-operator: Fix typos in egress-pod-readiness.goShaikh Naasir1-2/+2
2025-12-01cmd/tailscale/cli: soften the warning on `--force-reauth` for seamlessAlex Chan1-1/+1
2025-12-01feature/posture: log method and full URL for posture identity requestsAnton Tolchanov1-1/+1
2025-11-28cmd/k8s-operator fix populateTLSSecret on tests (#18088)Fernando Serboncini1-2/+2
2025-11-28cmd/k8s-operator: add support for taiscale.com/http-redirect (#17596)Fernando Serboncini5-36/+429
2025-11-27.github/workflows: only run golang ci lint when go files have changedMario Minardi1-1/+5
2025-11-27build(deps): bump braces from 3.0.2 to 3.0.3 in /client/webdependabot[bot]1-8/+8
2025-11-27build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /client/webdependabot[bot]1-3/+3
2025-11-27build(deps-dev): bump vitest from 1.3.1 to 1.6.1 in /client/webdependabot[bot]2-49/+44
2025-11-27build(deps-dev): bump vite from 5.1.7 to 5.4.21 in /client/webdependabot[bot]2-213/+277
2025-11-27build(deps): bump js-yaml from 4.1.0 to 4.1.1 in /client/webdependabot[bot]1-3/+3
2025-11-26.github/workflows: skip draft PRs for request review workflowsMario Minardi1-0/+2
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