summaryrefslogtreecommitdiffhomepage
path: root/tsnet
AgeCommit message (Expand)AuthorFilesLines
2025-02-18tsnet: require I_Acknowledge_This_API_Is_Experimental to use AuthenticatedAPI...Percy Wegmann1-0/+9
2025-02-18tsnet: provide AuthenticatedAPITransport for use with tailscale.com/client/ta...Percy Wegmann1-2/+27
2025-02-18cmd,tsnet,internal/client: create internal shim to deprecated control plane APIPercy Wegmann1-0/+3
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick2-9/+10
2025-02-04ipn/{ipnserver,localapi},tsnet: use ipnauth.Self as the actor in tsnet locala...Nick Khyl1-2/+3
2025-01-28tsnet: return from Accept when the listener gets closedAnton Tolchanov2-3/+35
2025-01-22feature/*: make Wake-on-LAN conditional, start supporting modular featuresBrad Fitzpatrick1-0/+1
2025-01-21tsnet: block in Server.Dial until backend is RunningBrad Fitzpatrick2-0/+72
2025-01-21tsnet: fix panic on race between listener.Close and incoming packetBrad Fitzpatrick2-11/+33
2024-12-16Switch logging service from log.tailscale.io to log.tailscale.com (#14398)Joe Tsai1-1/+1
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