summaryrefslogtreecommitdiffhomepage
path: root/tsnet/tsnet_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-04-05cmd/vet: add subtestnames analyzer; fix all existing violationsBrad Fitzpatrick1-17/+17
2026-04-01tsnet: fix bug in closing multiple ServiceListeners at onceHarry Harpham1-7/+51
2026-04-01tsnet: add test for advertising multiple ServicesHarry Harpham1-106/+162
2026-03-25tsnet: clean up state when Service listener is closedHarry Harpham1-32/+210
2026-03-25tsnet: block rather than poll in setup for TestListenServiceHarry Harpham1-20/+11
2026-03-25tsnet: use tstest.Shard in new tsnet testsHarry Harpham1-0/+4
2026-03-10ipn/ipnlocal, feature/ssh: move SSH code out of LocalBackend to featureBrad Fitzpatrick1-0/+4
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-1/+1
2026-03-04go.toolchain.branch: switch to Go 1.26Brad Fitzpatrick1-1/+1
2026-02-28tsnet: fix Listen for unspecified addresses and ephemeral portsJames Tucker1-0/+236
2026-02-28tsnet: fix slow test shutdown leading to flakesJames Tucker1-2/+6
2026-02-27wgengine/netstack: deliver self-addressed packets via loopbackJames Tucker1-0/+73
2026-02-11testcontrol: send updates for new DNS records or app capabilitiesHarry Harpham1-4/+2
2026-02-04tsnet: add tests to TestListenService for user-supplied TUN devicesJames Tucker1-85/+96
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2026-01-22tsnet: add support for a user-supplied tun.DeviceJames Tucker1-0/+673
2026-01-16tsnet: add support for ServicesHarry Harpham1-23/+400
2026-01-14tsnet: allow for automatic ID token generationMario Minardi1-1/+41
2026-01-14cmd,feature: add identity token auto generation for workload identity (#18373)Danni Popova1-7/+7
2026-01-09tsnet: ensure funnel listener cleans up after itself when closedHarry Harpham1-0/+101
2025-12-02tsnet: enable node registration via federated identityGesa Stupperich1-0/+199
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-5/+5
2025-11-10tsnet: add tstest.Shard on the slow testsBrad Fitzpatrick1-0/+15
2025-11-09tsnet: fix TestConn to be fast, not flakyBrad Fitzpatrick1-28/+88
2025-11-08tsnet: skip a 30s long flaky-ish test on macOSBrad Fitzpatrick1-0/+3
2025-09-25feature/portlist: pull portlist service porting into extension, use eventbusBrad Fitzpatrick1-0/+13
2025-03-21tsnet: use test logger for testcontrol and node logsJames Sanderson1-1/+2
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-2/+2
2025-01-28tsnet: return from Accept when the listener gets closedAnton Tolchanov1-0/+31
2025-01-21tsnet: block in Server.Dial until backend is RunningBrad Fitzpatrick1-0/+40
2025-01-21tsnet: fix panic on race between listener.Close and incoming packetBrad Fitzpatrick1-0/+19
2024-11-28tsnet: remove flaky test marker from metricsKristoffer Dalby1-4/+4
2024-11-28tsnet: validate sent data in metrics testKristoffer Dalby1-7/+13
2024-11-28tsnet: split bytes and routes metrics testsKristoffer Dalby1-61/+123
2024-11-28tsnet: send less data in metrics integration testKristoffer Dalby1-8/+6
2024-11-28health: move health metrics test to health_testKristoffer Dalby1-31/+0
2024-10-29ipn/ipnlocal: remove the primary routes gauge for nowAnton Tolchanov1-12/+0
2024-10-14wgengine: instrument with usermetricsKristoffer Dalby1-1/+145
2024-10-10tsnet: fix panic caused by logging after test finishesAndrew Dunham1-1/+1
2024-09-27ipn/ipnlocal: add advertised and primary route metricsKristoffer Dalby1-0/+61
2024-09-25util/usermetrics: make usermetrics non-globalKristoffer Dalby1-32/+135
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby1-0/+65
2024-06-02tsnet,wgengine/netstack: add ListenPacket and testsMaisem Ali1-0/+70
2024-05-10tsnet: split user facing and backend loggingMaisem Ali1-2/+3
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2023-11-27tsnet: add CapturePcap method for debuggingDenton Gentry1-0/+53
2023-10-30tsnet: enable use-cases with non-native IPs by setting ns.ProcessSubnetsTom DNetto1-23/+41
2023-10-14tsnet: fix data race in TestFallbackTCPHandlerBrad Fitzpatrick1-8/+9
2023-10-11tsnet: support registering fallback TCP flow handlersTom DNetto1-0/+42
2023-09-29tsnet: add a test for restarting a tsnet server, fix WindowsBrad Fitzpatrick1-0/+52