summaryrefslogtreecommitdiffhomepage
path: root/tsnet
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-10all: depend on zstd unconditionally, remove plumbing to make it optionalBrad Fitzpatrick1-3/+0
2023-08-31tsnet: remove redundant ephemeral logout on closeBrad Fitzpatrick1-9/+0
2023-08-24client/web: add self node cacheSonia Appasamy1-1/+3
2023-08-24client/web: cache csrf key when running in CGI modeWill Norris1-1/+4
2023-08-23all: replace deprecated ioutil referencesMarwan Sulaiman1-2/+1
2023-08-21tsnet: add support for clientmetrics.Denton Gentry1-1/+3
2023-08-18tsnet/example/web-client: listen on localhostWill Norris1-7/+3
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-1/+1
2023-08-10client/web: add barebones vite dev setupSonia Appasamy1-1/+2
2023-08-10tsnet: add new example serving the Tailscale web clientWill Norris1-0/+44
2023-08-09tailscale/cli: add interactive flow for enabling FunnelSonia Appasamy1-0/+4
2023-08-08util/testenv: add new package to hold InTestMaisem Ali1-4/+2
2023-07-19tsnet: add examples (#8289)Xe Iaso2-0/+284
2023-07-10logpolicy, various: allow overriding log functionAndrew Dunham1-1/+1
2023-07-07tsnet: mark TestLoopbackLocalAPI as flakeyCharlotte Brandhorst-Satzkorn1-0/+1
2023-06-30tsnet: add TestLoopbackSOCKS5 as flaky testKevinLiang101-0/+2
2023-06-26tsnet: expose field to configure Wireguard portTom DNetto1-2/+7
2023-06-21tsnet: remove extra wording from Store commentAaron Bieber1-1/+1
2023-06-11net/tstun, tsnet: make happier on WASIBrad Fitzpatrick1-1/+11
2023-06-06tsnet: document how to use Dir with multiple servers per process (#8286)Xe Iaso1-0/+6
2023-05-10tsnet: reenable TestLoopbackSOCKS5 on WindowsJames Tucker1-5/+0