summaryrefslogtreecommitdiffhomepage
path: root/tsnet
AgeCommit message (Expand)AuthorFilesLines
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-11-11all: use iterators over slice views moreBrad Fitzpatrick1-2/+1
2024-11-03tsnet: add accessor to get tsd.SystemBrad Fitzpatrick1-0/+9
2024-11-01wgengine/netstack: remove unused taildrive depsBrad Fitzpatrick1-1/+1
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-11client/tailscale,cmd/{cli,get-authkey,k8s-operator}: set distinct User-AgentsPercy Wegmann1-0/+1
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 Dalby2-32/+137
2024-09-09tsnet: remove old package doc experimental warningBrad Fitzpatrick1-2/+0
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby1-0/+65
2024-06-27tsnet: do not log an error on shutdownAnton Tolchanov1-1/+1
2024-06-05tsnet: add a new error when HTTPS enabled but MagicDNC Disabled (#12364)Jun1-0/+3
2024-06-03tsnet: return net.Listener from s.listenMaisem Ali1-1/+1
2024-06-02tsnet,wgengine/netstack: add ListenPacket and testsMaisem Ali2-27/+151
2024-05-29serve.go, tsnet.go: Fix "in in" typo (#12279)Walter Poupore1-1/+1
2024-05-10tsnet: split user facing and backend loggingMaisem Ali4-42/+45
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-4/+5
2024-04-26ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.TrackerBrad Fitzpatrick1-7/+8
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-04-15ipn/ipnlocal: make StartLoginInteractive take (yet unused) contextBrad Fitzpatrick1-1/+3
2024-04-03tailscale: update tailfs functions and vars to use drive naming (#11597)Charlotte Brandhorst-Satzkorn1-1/+1
2024-03-21all: use zstdframe where sensible (#11491)Joe Tsai1-12/+5
2024-02-25all: remove LenIter, use Go 1.22 range-over-int insteadBrad Fitzpatrick1-1/+1
2024-02-09tailfs: clean up naming and package structurePercy Wegmann1-1/+1
2024-02-09tailfs: initial implementationPercy Wegmann1-1/+2
2024-01-05cmd/tailscaled, tsnet: don't return an interface containing a nil pointerAndrew Dunham1-1/+7
2023-11-27tsnet: add CapturePcap method for debuggingDenton Gentry2-0/+82
2023-11-16tsnet: add option to run integrated web clientWill Norris2-1/+7
2023-11-15client/web: remove DebugMode from GET /api/dataSonia Appasamy1-1/+1
2023-11-09tsnet: check a bit harder for https in Server.ListenFunnelBrad Fitzpatrick1-0/+3
2023-11-02client/web: fill devMode from an env varSonia Appasamy1-3/+1
2023-11-02client/web: add ServerMode to web.ServerSonia Appasamy1-0/+1
2023-10-31ipn/ipnlocal,client/web: add web client to tailscaledSonia Appasamy1-2/+5
2023-10-30tsnet: enable use-cases with non-native IPs by setting ns.ProcessSubnetsTom DNetto2-25/+70
2023-10-14tsnet: fix data race in TestFallbackTCPHandlerBrad Fitzpatrick1-8/+9
2023-10-14cmd/tailscaled,net/tstun: fix data race on start-up in TUN modeMaisem Ali1-0/+1
2023-10-11client/web: remove unused context param from NewServerSonia Appasamy1-3/+1
2023-10-11tsnet: support registering fallback TCP flow handlersTom DNetto2-4/+87
2023-09-29tsnet: add a test for restarting a tsnet server, fix WindowsBrad Fitzpatrick2-1/+53
2023-09-28ipn: use NodeCapMap in CheckFunnelMaisem Ali1-1/+1
2023-09-17wgengine, proxymap: split out port mapping from Engine to new typeBrad Fitzpatrick1-1/+1
2023-09-17types/netmap: start phasing out Addresses, add GetAddresses methodBrad Fitzpatrick1-1/+3
2023-09-12wgengine{,/netstack}: remove AddNetworkMapCallback from Engine interfaceBrad Fitzpatrick1-0/+1
2023-09-11control/controlknobs, all: add plumbed Knobs type, not global variablesBrad Fitzpatrick1-0/+1