summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-22cmd/tailscale: add debug hacksbradfitz/cli_ts2021_hang_testBrad Fitzpatrick1-0/+28
2025-09-22client/web: use network profile for displaying tailnet infoWill Norris1-3/+12
2025-09-22client/systray: use new tailnet display name is profile titleWill Norris1-2/+2
2025-09-22wgengine/router: use eventbus.Monitor in linuxRouter (#17232)M. J. Fromberger1-14/+15
2025-09-22cmd/tailscale/cli: show last seen time on status command (#16588)Mahyar Mirrashed3-5/+24
2025-09-22control/controlclient: switch ID to be incrementing instead of random (#17230)Claus Lensbøl1-9/+10
2025-09-22ipn/ipnlocal: use eventbus.Monitor in LocalBackend (#17225)M. J. Fromberger1-35/+31
2025-09-22util/eventbus: give a nicer error when attempting to use a closed client (#17...M. J. Fromberger2-6/+64
2025-09-22controlclient/auto: switch eventbus to using a monitor (#17205)Claus Lensbøl1-19/+16
2025-09-22cmd/k8s-operator: send operator logs to tailscale (#17110)David Bond4-14/+48
2025-09-22control/controlclient: fix tka godocKristoffer Dalby1-1/+1
2025-09-21ipn/ipnauth: don't crash on OpenBSD trying to log username of unknown peerBrad Fitzpatrick3-3/+12
2025-09-20control/controlhttp: simplify, fix race dialing, remove priority conceptBrad Fitzpatrick4-323/+305
2025-09-20net/dnscache: fix case where Resolver could return zero IP with single IPv6 a...Brad Fitzpatrick2-0/+61
2025-09-20cmd/tailscale/cli: add ts2021 debug flag to set a dial planBrad Fitzpatrick1-0/+16
2025-09-19feature/linuxdnsfight: move inotify watching of /etc/resolv.conf out to a fea...Brad Fitzpatrick13-122/+159
2025-09-19ipn/ipnlocal: use eventbus.Monitor in expiryManager (#17204)M. J. Fromberger1-22/+14
2025-09-19wgengine: use eventbus.Client.Monitor to simplify subscriber maintenance (#17...M. J. Fromberger2-71/+56
2025-09-19util/eventbus: add a Monitor type to manage subscriber goroutines (#17127)M. J. Fromberger2-0/+115
2025-09-19health: remove direct callback and replace with eventbus (#17199)Claus Lensbøl5-147/+110
2025-09-19util/eventbus/eventbustest: fix typo of test nameBrad Fitzpatrick2-2/+2
2025-09-19cmd/tailscaled: make the outbound HTTP/SOCKS5 proxy modularBrad Fitzpatrick9-86/+207
2025-09-19net/ace, control/controlhttp: start adding ACE dialing supportBrad Fitzpatrick9-26/+211
2025-09-19tsnet,internal/client/tailscale: resolve OAuth into authkeys in tsnet (#17191)Naman Sood14-94/+226
2025-09-19ipn/ipnlocal: make the redactNetmapPrivateKeys test recursiveAnton Tolchanov1-70/+319
2025-09-19ipn/ipnlocal: add a C2N endpoint for fetching a netmapAnton Tolchanov9-9/+506
2025-09-19tstest/integration: support multiple C2N handlers in testcontrolAnton Tolchanov2-37/+105
2025-09-19util/eventbus: fix flakes in eventbustest tests (#17198)M. J. Fromberger1-6/+9
2025-09-19feature/featuretags,cmd/omitsize: support feature dependenciesBrad Fitzpatrick4-62/+299
2025-09-18util/eventbus: add a LogAllEvents helper for testing (#17187)M. J. Fromberger2-0/+29
2025-09-18prober: allow custom tls.Config for TLS probes (#17186)Andrew Lytvynov5-20/+38
2025-09-18build_dist.sh: add -trimpathBrad Fitzpatrick1-1/+1
2025-09-18scripts/installer.sh: add Siemens Industrial OS (#17185)Erisa A1-0/+11
2025-09-18control, ipn, tailcfg: enable seamless key renewal by defaultAlex Chan3-10/+38
2025-09-17cmd/tailscale/cli: use helper function for matching profilesEsteban-Bermudez1-35/+8
2025-09-17cmd/tailscale/cli: add `remove` subcommandEsteban-Bermudez1-0/+62
2025-09-17net/dns/recursive: remove recursive DNS resolverBrad Fitzpatrick8-1542/+15
2025-09-17cmd/derper: permit port 80 in ACE targetsBrad Fitzpatrick1-2/+29
2025-09-17docker: bump alpine v3.19 -> 3.22 (#17155)Tom Proctor4-9/+9
2025-09-17cmd/tsidp: update README with new repo location warningRemy Guercio1-0/+3
2025-09-17util/eventbus: add an EqualTo helper for testing (#17178)M. J. Fromberger2-9/+40
2025-09-17words: add some more (#17177)Elliot Blackburn2-0/+18
2025-09-17net/netmon: make ChangeDelta event not a pointer (#17112)Claus Lensbøl4-41/+60
2025-09-17util/eventbus: allow test expectations reporting only an error (#17146)M. J. Fromberger2-6/+39
2025-09-17net/dns: don't timeout if inotify sends multiple eventsAlex Chan1-2/+7
2025-09-17ipn/ipnlocal: disconnect and block when key expires even when using seamlessJames Sanderson2-4/+144
2025-09-17ssh/tailssh: mark TestSSHRecordingCancelsSessionsOnUploadFailure as flakyAlex Chan1-0/+3
2025-09-16ipn/ipnlocal: fix a case where ts_omit_ssh was still linking in x/crypto/sshBrad Fitzpatrick4-4/+5
2025-09-16cmd/tailscale: shrink QR codes using half blocks (#17084)Simon Law2-2/+12
2025-09-16feature/featuretags, all: add ts_omit_acme to disable TLS cert supportBrad Fitzpatrick19-236/+342