summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-11-25VERSION.txt: this is v1.90.9v1.90.9release-branch/1.90Nick Khyl1-1/+1
2025-11-25wgengine/userspace: run link change subscribers in eventqueue (#18024)Claus Lensbøl1-1/+7
2025-11-24util/eventbus: use unbounded event queues for DeliveredEvents in subscribersNick Khyl3-39/+16
2025-11-24util/eventbus: add tests for a subscriber publishing eventsNick Khyl1-0/+60
2025-11-24util/eventbus: add tests for a subscriber trying to acquire the same mutex as...Nick Khyl1-0/+70
2025-11-18VERSION.txt: this is v1.90.8v1.90.8Nick Khyl1-1/+1
2025-11-18tka: move RemoveAll() to CompactableChonkAlex Chan2-4/+51
2025-11-18VERSION.txt: this is v1.90.7v1.90.7Nick Khyl1-1/+1
2025-11-18ipn/ipnlocal: use an in-memory TKA store if FS is unavailableAlex Chan6-27/+174
2025-11-18tka: rename a mutex to `mu` instead of single-letter `l`Alex Chan2-14/+14
2025-11-18tka: don't try to read AUMs which are partway through being writtenAlex Chan2-1/+53
2025-11-17net/netmon: do not abandon a subscriber when exiting early (#17899) (#17905)Jonathan Nobels1-19/+3
2025-11-15feature/relayserver: fix Shutdown() deadlock (#17898)Jordan Whited1-1/+4
2025-11-15feature/relayserver,ipn/ipnlocal,net/udprelay: plumb DERPMap (#17881)Jordan Whited4-169/+324
2025-11-15net/udprelay: replace VNI pool with selection algorithm (#17868)Jordan Whited2-12/+56
2025-11-15wgengine/magicsock: fix UDPRelayAllocReq/Resp deadlock (#17831)Jordan Whited1-1/+4
2025-11-15wgengine/magicsock: validate endpoint.derpAddr in Conn.onUDPRelayAllocResp (#...Jordan Whited1-1/+3
2025-10-31VERSION.txt: this is v1.90.6v1.90.6Nick Khyl1-1/+1
2025-10-31util/eventbus: allow logging of slow subscribers (#17705)M. J. Fromberger10-13/+185
2025-10-31ipn/ipnlocal: do not stall event processing for appc route updates (#17663)M. J. Fromberger1-6/+11
2025-10-30.github/workflows: pin the google/oss-fuzz GitHub ActionsAlex Chan1-2/+6
2025-10-30VERSION.txt: this is v1.90.5v1.90.5Nick Khyl1-1/+1
2025-10-29cmd/k8s-operator/generate: skip tests if no network or Helm is downBrad Fitzpatrick2-2/+26
2025-10-29sessionrecording: fix regression in recent http2 package changeBrad Fitzpatrick2-8/+11
2025-10-28VERSION.txt: this is v1.90.4v1.90.4Nick Khyl1-1/+1
2025-10-28Revert "logtail: avoid racing eventbus subscriptions with Shutdown (#17639)" ...M. J. Fromberger1-19/+20
2025-10-28wgengine/magicsock: fix js/wasm crash regression loading non-existent portmapperBrad Fitzpatrick7-2/+69
2025-10-27cmd/tailscale/cli: move JetKVM scripts to /userdata/init.d for persistence (#...srwareham1-2/+5
2025-10-27feature/identityfederation: strip query params on clientID (#17666)Max Coulombe2-9/+20
2025-10-27control/controlclient: back out HW key attestation (#17664)Patrick O'Doherty10-110/+8
2025-10-27VERSION.txt: this is v1.90.3v1.90.3Nick Khyl1-1/+1
2025-10-27logtail: avoid racing eventbus subscriptions with Shutdown (#17639)M. J. Fromberger1-20/+19
2025-10-27net/tsdial: do not panic if setting the same eventbus twice (#17640)Claus Lensbøl1-2/+6
2025-10-24VERSION.txt: this is v1.90.2v1.90.2Nick Khyl1-1/+1
2025-10-24health: compare warnable codes to avoid errors on release branch (#17637)Claus Lensbøl5-27/+77
2025-10-23util/linuxfw: fix 32-bit arm regression with iptablesbradfitz/cherry-pick-iptablesBrad Fitzpatrick2-4/+2
2025-10-23feature/tpm: use withSRK to probe TPM availability (#17627)Patrick O'Doherty2-1/+28
2025-10-23feature/tpm: check TPM family data for compatibility (#17624)Patrick O'Doherty4-4/+22
2025-10-23VERSION.txt: this is v1.90.1v1.90.1Nick Khyl1-1/+1
2025-10-20VERSION.txt: this is v1.90.0v1.90.0release-branch/1.90.0Nick Khyl1-1/+1
2025-10-20licenses: update license noticesLicense Updater1-1/+1
2025-10-20tka: created a shared testing library for ChonkAlex Chan3-200/+322
2025-10-20cmd/tailscale: improve the error message for `lock log` with no lockAlex Chan2-0/+48
2025-10-17cmd/tailscale/cli,feature: add support for identity federation (#17529)Max Coulombe14-14/+420
2025-10-17go.toolchain.rev: update to Go 1.25.3Brad Fitzpatrick4-4/+4
2025-10-17cmd/k8s-operator: allow pod tolerations on nameservers (#17260)David Bond7-7/+171
2025-10-17.github/workflows: pin nix-related github actions (#17574)Andrew Lytvynov1-2/+2
2025-10-17wgengine/magicsock: minor tidies in Test_endpoint_maybeProbeUDPLifetimeLockedAlex Chan1-94/+77
2025-10-17tka: don't look up parent/child information from purged AUMsAlex Chan2-60/+108
2025-10-17tka: remove an unused Mem.Orphans() methodAlex Chan2-40/+0