summaryrefslogtreecommitdiffhomepage
path: root/tsnet
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-06tsnet: generalize loopback listener to include SOCKS5David Crawshaw2-82/+139
2023-03-05tsnet: add UDP support to Server.ListenBrad Fitzpatrick2-15/+102
2023-03-05wgengine/netstack: add support for custom UDP flow handlersBrad Fitzpatrick1-0/+8
2023-02-28tsnet: do not error on NeedsMachineAuth for UpDavid Crawshaw1-8/+5
2023-02-28tsnet: add a LocalAPI listener on loopback, with basic authDavid Crawshaw2-23/+180
2023-02-24tsnet: add data transfer testDavid Crawshaw2-8/+145
2023-02-24tsnet: add Up method to block until readyDavid Crawshaw1-0/+47
2023-01-30ipn/ipnlocal: drop not required StateKey parameterMaisem Ali1-1/+1
2023-01-30net/memnet: rename from net/nettestMaisem Ali1-3/+2
2023-01-27all: update copyright and license headersWill Norris4-12/+8
2022-12-23wgengine/netstack: change netstack API to require LocalBackendClaire Wang1-3/+3
2022-12-09all: update golang.zx2c4.com/wireguard to github.com/tailscale/wireguard-go (...Jordan Whited2-3/+3
2022-12-08tsnet: add HTTP client method to tsnet.Server (#6669)Xe Iaso2-0/+57
2022-11-25tsnet/example/tshello: use the correct LocalClient for certsMaisem Ali1-2/+1