summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-08-23util/codegen, cmd/cloner, cmd/viewer: update codegen.LookupMethod to support ...Nick Khyl7-24/+393
2024-08-23tstest/natlab: make a new virtualIP type in prep for IPv6 supportBrad Fitzpatrick2-59/+120
2024-08-23tstest/natlab/vnet: explicitly ignore PCP and SSDP UDP queriesBrad Fitzpatrick1-1/+13
2024-08-23cmd/vnet: add --blend and --pcap flagsBrad Fitzpatrick2-8/+24
2024-08-23cmd/tta, tstest/natlab/vnet: remove unneeded port 124 log hack, add log bufferBrad Fitzpatrick3-29/+40
2024-08-23go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2024-08-23cmd/systray: set ipn.NotifyNoPrivateKeys, permit non-operator useBrad Fitzpatrick1-1/+1
2024-08-23cmd/systray: add a basic linux systray appWill Norris5-0/+483
2024-08-22go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2024-08-22tstest/natlab: add unix address to writer for dgram modeJonathan Nobels3-129/+82
2024-08-22update to github.com/tailscale/netlink library that doesn't require vishvanan...Percy Wegmann2-4/+6
2024-08-22go.mod: update to github.com/tailscale/netlink library that doesn't require v...Percy Wegmann7-14/+9
2024-08-22types/views: add Slice.All iteratorBrad Fitzpatrick3-13/+35
2024-08-22go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2024-08-22net/dns: updated gonotify dependency to v2 that supports closable contextIlarion Kovalchuk5-15/+9
2024-08-22all: switch to and require Go 1.23Brad Fitzpatrick20-34/+49
2024-08-22all: fix new lint warnings from bumping staticcheckBrad Fitzpatrick7-53/+5
2024-08-22ipn/ipnlocal: remember last notified taildrive shares and only notify if they...Percy Wegmann2-7/+16
2024-08-21cmd/tailscale/cli: add debug command to do DNS lookups portablyBrad Fitzpatrick1-0/+34
2024-08-21wgengine/netstack: disable gVisor GSO on Linux (#13215)Jordan Whited1-3/+3
2024-08-21ssh/tailssh: only chdir incubator process to user's homedir when necessary an...Percy Wegmann4-16/+22
2024-08-21types/prefs: add a package containing generic preference typesNick Khyl14-0/+2877
2024-08-21cmd/tl-longchain: tool to re-sign nodes with long rotation signaturesAnton Tolchanov6-37/+185
2024-08-21ssh/tailssh: fix SSH on busybox systemsPercy Wegmann5-38/+59
2024-08-20wgengine/netstack/gro: exclude importation of gVisor GRO pkg on iOS (#13202)Jordan Whited3-65/+99
2024-08-20net/tstun,wgengine{/netstack/gro}: refactor and re-enable gVisor GRO for Linu...Jordan Whited12-244/+274
2024-08-20cmd/k8s-operator: support default proxy class in k8s-operator (#12711)ChandonPierre5-4/+29
2024-08-20util/winutil: add GetRegUserString/SetRegUserString accessors for storage and...Aaron Klotz1-4/+22
2024-08-20cmd/k8s-operator/deploy: replace wildcards in Kubernetes Operator RBAC role d...pierig-n3xtio3-10/+45
2024-08-20ipn/ipnlocal: network-lock, error if no pubkey instead of panicKristoffer Dalby1-1/+4
2024-08-19ipnlocal: support setting authkey at login using syspolicy (#13061)Andrea Gottardo2-0/+12
2024-08-19wgengine/magicsock: replace deprecated poly1305 (#13184)tomholford3-4/+8
2024-08-19util/winutil: add constants from Win32 SDK for dll blocking mitigation policiesAaron Klotz1-3/+5
2024-08-19tstest/tailmac: add customized macOS virtualization tooling (#13146)Jonathan Nobels29-0/+2954
2024-08-19VERSION.txt: this is v1.73.0 (#13181)v1.73.0-preAndrea Gottardo1-1/+1
2024-08-16posture: deduplicate MAC addresses before returning themAnton Tolchanov1-1/+1
2024-08-16health/dns: reduce severity of DNS unavailable warning (#13152)Andrea Gottardo1-1/+1
2024-08-15wgengine/magicsock: don't upgrade to linuxBatchingConn on Android (#13161)Jordan Whited1-0/+5
2024-08-15licenses: update license noticesLicense Updater4-14/+14
2024-08-15safeweb: add Server.Close method (#13160)Andrew Lytvynov2-0/+13
2024-08-15wgengine/magicsock: disable SIO_UDP_NETRESET on WindowsAndrew Dunham3-0/+72
2024-08-14go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2024-08-14go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocketKyle Carberry15-30/+30
2024-08-14cmd/viewer: add support for map-like container typesNick Khyl4-16/+68
2024-08-14wgengine/netstack: disable gVisor TCP GRO for Linux (#13138)Jordan Whited1-2/+3
2024-08-14wgengine/magicsock: log when a ReceiveFunc failsBrad Fitzpatrick2-4/+26
2024-08-14ipn/localapi: only flush relevant data in multiFilePostResponseWriter.Flush()Percy Wegmann1-4/+11
2024-08-14cmd/k8s-operator,k8s-operator/sessionrecording: support recording kubectl exe...Irbe Krumina13-73/+1270
2024-08-14cmd/tailscale/cli: support passing network lock keys via filesBrad Fitzpatrick6-8/+32
2024-08-13fix #13076: codegen error when using anonymous structcai.li2-1/+79