summaryrefslogtreecommitdiffhomepage
path: root/tsnet
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-04tsd: add package with System type to unify subsystem init, discoveryBrad Fitzpatrick1-10/+10
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-3/+3
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita1-9/+9
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham1-1/+1
2023-04-17net/dnsfallback: more explicitly pass through logf functionMihai Parparita1-20/+0
2023-04-14tsnet: disable TestLoopbackSOCKS5 on WindowsJames Tucker1-0/+5
2023-03-27tsnet,wgenegine/netstack: add test and fix resource leaksMaisem Ali2-1/+13
2023-03-24tsnet: support TS_AUTH_KEY variant tooMaisem Ali1-1/+4
2023-03-23all: pass log IDs as the proper type rather than stringsWill Norris1-3/+3
2023-03-15tsnet: add test for Funnel connectionsMaisem Ali2-15/+229
2023-03-15tsnet: do not start logtail in testsMaisem Ali1-37/+50
2023-03-13tsnet: avoid deadlock on closeMaisem Ali2-8/+48
2023-03-13all: replace /kb/ links with /s/ equivalentsMaisem Ali1-2/+2
2023-03-13cmd/k8s-operator: require HTTPS to be enabled for AuthProxyMaisem Ali1-1/+1
2023-03-12various: pass logger.Logf through to more placesAndrew Dunham1-0/+20
2023-03-11tsnet: add CertDomains helper (#7533)Maisem Ali2-0/+18
2023-03-11tsnet/tsnet: clear ipn.ServeConfig on Up for tsnet apps (#7534)shayne1-0/+8
2023-03-11ipn: add Funnel port check from nodeAttrMaisem Ali2-13/+18
2023-03-11tsnet: add ListenFunnelMaisem Ali2-125/+186
2023-03-09ipn/ipnlocal: add support for funnel in tsnetMaisem Ali2-0/+153
2023-03-07tsnet: only intercept TCP flows that have listenersMaisem Ali2-13/+10
2023-03-07tsnet: explicit message for panic seen in CIDavid Crawshaw1-1/+6
2023-03-06cmd/sniproxy: draw the rest of the DNS owl.Denton Gentry2-0/+58