summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-06-27cmd/tailscale/cli: change parameter of IsTCPForwardingOnPortkevin/packet_to_vipService_by_ip_instead_of_hostKevinLiang105-62/+65
2025-06-27fix the out put error caused by shortend hostKevinLiang102-10/+8
2025-06-27ipn/ipnlocal: replace the key to webHandler for servicesKevinLiang103-6/+10
2025-06-26cmd/tailscale/cli: flip bool conditionKevinLiang101-1/+1
2025-06-26cmd/tailscale/cli: adjust parameter order and update output messageKevinLiang107-29/+26
2025-06-26replace all assemble of host name for service with strings.JoinKevinLiang102-4/+4
2025-06-26replace IsServiceName with tailcfg.AsServiceNameKevinLiang103-37/+28
2025-06-26some code simplification and add asServiceNameKevinLiang102-46/+50
2025-06-26replace FindServiceConfig with map lookupKevinLiang102-14/+2
2025-06-26change the cli input flag variable typeKevinLiang103-23/+50
2025-06-26add dnsName in error messageKevinLiang101-1/+1
2025-06-26cmd/tailscale/cli: fix commentKevinLiang103-8/+6
2025-06-26cmd/tailscale/cli: Add a test for addServiceToPrefsKevinLiang101-0/+49
2025-06-26cmd/tailscale/cli: fix ai comments and fix a testKevinLiang103-68/+77
2025-06-26cmd/tailscale/cli: Add service flag to serve commandKevinLiang108-174/+1446
2025-06-26.github/workflows: replace tibdex with official GitHub Action (#16385)Simon Law2-12/+8
2025-06-26ipn/ipnlocal: update PeerByID to return SelfNode and rename it to NodeByID (#...JerryYan4-12/+13
2025-06-26tool/gocross: remove GOROOT to ensure correct toolchain useJames Tucker1-0/+6
2025-06-25.github/workflows: request @tailscale/dataplane review DERP changes (#16372)Simon Law1-0/+31
2025-06-25wgengine/magicsock: fix relayManager alloc work cleanup (#16387)Jordan Whited1-1/+4
2025-06-25net/netmon: add tests for the events over the eventbus (#16382)Claus Lensbøl1-4/+32
2025-06-25envknob/featureknob: restore SSH and exit-node capability for Home Assistant ...Laszlo Magyar1-14/+0
2025-06-25cmd/k8s-operator: Add NOTES.txt to Helm chart (#16364)David Bond2-0/+28
2025-06-25util/eventbus: add test helpers to simplify testing events (#16294)Claus Lensbøl7-13/+831
2025-06-24release/dist/qnap: upgrade to Ubuntu 24.04 Docker imagePercy Wegmann1-2/+2
2025-06-24ipn/ipnlocal,wgengine/magicsock: wait for magicsock to process pending events...Nick Khyl4-1/+95
2025-06-23release/dist: switch back to Ubuntu 20.04 for building QNAP packagesPercy Wegmann1-1/+1
2025-06-23wgengine/magicsock: send CallMeMaybeVia for relay endpoints (#16360)Jordan Whited1-4/+34
2025-06-23feature/relayserver,net/udprelay,wgengine/magicsock: implement retry (#16347)Jordan Whited3-34/+96
2025-06-23wgengine/magicsock: remove premature return in handshakeServerEndpoint (#16351)Jordan Whited1-1/+0
2025-06-23cmd/tailscale: warn user about nllock key removal without resigningKristoffer Dalby1-0/+14
2025-06-23util/prompt: make yes/no prompt reusableKristoffer Dalby4-17/+29
2025-06-22tool: rename go.ps1 to go-win.ps1 for cmd.exe+Powershell compatBrad Fitzpatrick2-1/+1
2025-06-21wgengine/magicsock: set Geneve header protocol for WireGuard (#16350)Jordan Whited2-1/+4
2025-06-21wgengine/magicsock: set conn field in relayHandshakeDiscoMsgEvent (#16348)Jordan Whited4-7/+7
2025-06-21wgengine/magicsock: set rxDiscoMsgCh field in relayHandshakeWork (#16349)Jordan Whited1-5/+6
2025-06-20wgengine/magicsock: fix relay endpoint allocation URL (#16344)Jordan Whited1-1/+1
2025-06-20wgengine/magicsock: generate relay server set from tailnet policy (#16331)Jordan Whited4-24/+386
2025-06-20tsconsensus: skipping slow non-applicable tests on Windows for nowBrad Fitzpatrick1-0/+5
2025-06-20tool: add go toolchain wrapper for WindowsBrad Fitzpatrick3-1/+81
2025-06-20.github/workflows: try running Windows jobs on bigger VMsBrad Fitzpatrick1-1/+4
2025-06-20.github/workflows: shard the Windows builderBrad Fitzpatrick2-4/+27
2025-06-20docs: fix typo in commit-messages.mdokunamayanad1-1/+1
2025-06-20cmd/k8s-operator: remove conffile hashing mechanism (#16335)annotationsIrbe Krumina7-238/+74
2025-06-19tstest/tlstest: simplify, don't even bake in any keysBrad Fitzpatrick7-71/+94
2025-06-19Revert "types/netmap,wgengine/magicsock: propagate CapVer to magicsock.endpoi...Jordan Whited3-26/+0
2025-06-18net/tlsdial: fix TLS cert validation of HTTPS proxiesBrad Fitzpatrick17-49/+672
2025-06-18feature/tpm: implement ipn.StateStore using TPM sealing (#16030)Andrew Lytvynov7-23/+500
2025-06-18net/*: remove Windows exceptions for when Resolver.PreferGo didn't workBrad Fitzpatrick3-17/+1
2025-06-18ipn/ipnlocal,wgengine{/magicsock}: replace SetNetworkMap with eventbus (#16299)Jordan Whited7-129/+194