summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2026-03-24sync test for handleAddressAssignment, separate test for enqueing to channelmzb/conn25-handle-address-assignment-experimentalMichael Ben-Ami1-28/+47
2026-03-23feature/conn25: call AuthReconfigAsync after address assignmentFran Bull2-7/+29
2026-03-23.github: Bump github/codeql-action from 4.32.6 to 4.34.1dependabot[bot]1-3/+3
2026-03-23feature/conn25: add packet filter allow functionsFran Bull2-1/+117
2026-03-23cmd/tailscale/cli: fix a typo in the `whois` help textAlex Chan1-1/+1
2026-03-23safesocket, ipn/ipnserver: use PeerCreds on solaris and illumosNahum Shalman2-2/+2
2026-03-23util/osdiag: fix typo in comment (reciever -> receiver)Charlie Tonneslan1-1/+1
2026-03-23docs/windows/policy: add CheckUpdates key to tailscale.admx (#19044)jpelchat2-0/+20
2026-03-23.github: Bump actions/cache from 5.0.3 to 5.0.4dependabot[bot]1-29/+29
2026-03-23cmd/tailscale: print a helpful error for Taildrive CLI on macOS GUIAlex Chan2-0/+99
2026-03-20tsnet: fall back to 'tsnet' when os.Executable fails on darwinPrakash Rudraraju1-3/+8
2026-03-20ipn/{ipnext,ipnlocal}: expose authReconfig in ipnext.Host as AuthReconfigAsyncMichael Ben-Ami4-3/+48
2026-03-20feature/conn25: guard against an index out of bounds panic (#19066)Andrew Lytvynov1-0/+3
2026-03-20tka: use constant-time comparison of disablement secret (#19064)Andrew Lytvynov1-1/+2
2026-03-20ipn: reject advertised routes with non-address bits set (#18649)Brendan Creane4-0/+198
2026-03-20feature/conn25: implement IPMapperFran Bull1-15/+15
2026-03-20feature/conn25: implement IPMapperFran Bull2-32/+188
2026-03-20wgengine/magicsock,control/controlclient: do not overwrite discokey with old ...Claus Lensbøl15-45/+345
2026-03-19ipn/ipnlocal: populate Groups field in profileFromViewGesa Stupperich2-8/+14
2026-03-19feature/featuretags: skip TestAllOmitBuildTagsDeclared when not in a git repoBrad Fitzpatrick1-9/+6
2026-03-19net/dns: use the correct separator for multiple servers in the same NRPT rule...Nick Khyl1-1/+1
2026-03-18net/tstun: do not write when Wrapper is closed (#19038)Claus Lensbøl1-3/+7
2026-03-18control,health,ipn: move IP forwarding check to health tracker (#19007)Mike O'Driscoll10-79/+226
2026-03-18derp/derpserver: fix locking in a few expvar.Func metrics (#19031)Brad Fitzpatrick1-3/+3
2026-03-18net/batching: eliminate gso helper func indirectionJordan Whited2-45/+34
2026-03-18derp: add envknob to disable RTT stats collection (#19029)Mike O'Driscoll1-1/+6
2026-03-18feature/conn25: add NATing support with flow cachingMichael Ben-Ami5-1/+878
2026-03-17build_docker.sh: fix typoAaron Perkins1-1/+1
2026-03-17wgengine/netstack: add TS_NETSTACK_KEEPALIVE_{IDLE,INTERVAL} envknobsJosef Bacik1-8/+36
2026-03-17docs: add new package to go:embed commit-messages.mdBrad Fitzpatrick1-0/+12
2026-03-17kube/certs: discover TLS domains from TCP TerminateTLS handlers (#19020)Raj Singh2-0/+45
2026-03-16go.mod: bump tailscale/wireguard-goJordan Whited5-6/+6
2026-03-16feature/conn25: rewrite A records for connector domainsFran Bull2-68/+553
2026-03-13wgengine/netstack: don't register subnet/4via6 TCP flows with proxymapBrad Fitzpatrick1-6/+9
2026-03-13tstest/integration: add userspace-networking + proxymap WhoIs integration testBrad Fitzpatrick1-0/+152
2026-03-13net/{batching,udprelay},wgengine/magicsock: add SO_RXQ_OVFL clientmetricsJordan Whited5-53/+330
2026-03-13feature/conn25: Update ConnectorTransitIPRequest handling (#18979)George Jones2-177/+409
2026-03-13cmd/k8s-operator: fix Service reconcile triggers for default ProxyClass (#18983)Tom Proctor5-90/+331
2026-03-12gokrazy: fix busybox breakglass support, add testBrad Fitzpatrick6-6/+292
2026-03-12flake.nix: update build to use buildGo126Module (#18977)Mike O'Driscoll1-1/+1
2026-03-12tsnet: make tsnet fallback to control url from environmentKristoffer Dalby1-2/+11
2026-03-11.github: Bump github/codeql-action from 4.32.5 to 4.32.6dependabot[bot]1-3/+3
2026-03-11.github: Bump actions/download-artifact from 7.0.0 to 8.0.0dependabot[bot]1-1/+1
2026-03-11.github: Bump actions/upload-artifact from 6.0.0 to 7.0.0dependabot[bot]2-2/+2
2026-03-11wgengine{,/magicsock}: add DERP hooks for filtering+sending packetsBrad Fitzpatrick4-11/+51
2026-03-11netns: add Android callback to bind socket to network (#18915)kari-ts4-4/+59
2026-03-11wgengine: search randomly for unused port instead of in contiguous range (#18...kari-ts1-2/+3
2026-03-11net/batching: clarify & simplify single packet read limitationsJordan Whited2-11/+12
2026-03-11wgengine/magicsock: fix three race conditions in TestTwoDevicePingBrad Fitzpatrick1-31/+70
2026-03-11cmd/{containerboot,k8s-operator}: reissue auth keys for broken proxies (#16450)Tom Proctor11-154/+873