summaryrefslogtreecommitdiffhomepage
path: root/tstest
AgeCommit message (Expand)AuthorFilesLines
2022-07-20.github/workflows: update module that we try to build in cross-wasmMihai Parparita1-2/+2
2022-06-09net/portmapper: enable for iOSDenton Gentry1-1/+1
2022-06-07wasm: add test for disallowed JS/WASM dependenciesMihai Parparita2-0/+78
2022-06-07go.mod: pin github.com/tailscale/mkctr (try #2)Maisem Ali1-3/+4
2022-05-06tstest/integration/vms: use hujson.Standardize instead of hujson.Unmarshal (#...Joe Tsai1-2/+5
2022-05-06tailcfg,all: change structs to []*dnstype.ResolverMaisem Ali1-1/+1
2022-04-29cmd/tailscaled: change Windows service shutdown and add optional event loggingAaron Klotz1-0/+1
2022-04-20tstest/iosdeps: add test for forbidden iOS dependenciesBrad Fitzpatrick2-0/+104
2022-04-15ssh/tailssh: make the SSH server a singleton, register with LocalBackendBrad Fitzpatrick2-0/+2
2022-04-12tstest/integration/vms: smoke test derphttp through mitm proxiesTom DNetto5-20/+175
2022-04-11tstest/integration/vms: test on stable nixos (21.11)Tom DNetto5-2/+32
2022-04-08tstest/integration/vms: consistently use two dashes for command-line switchesTom DNetto1-1/+1
2022-04-07tstest/integration/vms: fix docs, qemu-img invocationTom DNetto2-9/+7
2022-03-18all: use cibuild.OnJosh Bleecher Snyder1-1/+3
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder3-10/+10
2022-03-08control/controlclient: make RegisterRequest go over NoiseMaisem Ali1-2/+3
2022-03-07control/controlclient: start fetching the server noise keyMaisem Ali1-20/+37
2022-03-06tailcfg: rename map request version to "capability version"Brad Fitzpatrick1-4/+3
2022-02-28ipn/store: add common package for instantiating ipn.StateStoresMaisem Ali6-1/+7
2022-02-24cmd/tailscaled/childproc: add be-child registration mechanismBrad Fitzpatrick5-0/+5
2022-02-18cmd/tailscaled: add `-state=mem:` to support creation of an ephemeral node.Maisem Ali5-0/+5
2022-02-18control/controlclient: use structured logging for MapResponse.ControlTimeJosh Bleecher Snyder2-1/+14
2022-02-18tailcfg: make MapResponse.ControlTime a pointerJosh Bleecher Snyder1-1/+2
2022-02-16tailcfg: add MapResponse.ControlTime fieldJosh Bleecher Snyder2-1/+23
2022-02-16tailcfg: make Node.Hostinfo a HostinfoViewMaisem Ali1-5/+5
2022-01-27cmd/tailscale: fix up --reset, againBrad Fitzpatrick1-0/+1
2022-01-26go.mod: bump netstack, switch to upstream netstackBrad Fitzpatrick1-1/+1
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick5-0/+5
2022-01-20cmd/tailscaled: include Go runtime metrics in /debug/metricsBrad Fitzpatrick5-0/+5
2021-12-15tstest/integration: remove t param in testNode methodsJosh Bleecher Snyder1-71/+81
2021-12-15ipn/ipnlocal: clear magicsock's netmap on logoutJosh Bleecher Snyder1-0/+65
2021-12-15tstest/integration: make -verbose-tailscaled pass -verbose=2 to tailscaledJosh Bleecher Snyder1-0/+3
2021-12-15all: gofmt -w -s (simplify) testsBrad Fitzpatrick1-0/+1
2021-12-13tstest/integration: build binaries only onceJosh Bleecher Snyder6-89/+110
2021-12-09safesocket: add ConnectionStrategy, provide control over fallbacksJosh Bleecher Snyder1-1/+3
2021-12-09tstest/integration: fix running with -verbose-tailscaleJosh Bleecher Snyder1-2/+5
2021-12-09all: minor code cleanupJosh Bleecher Snyder1-2/+2
2021-12-02tstest/integration: use t.CleanupJosh Bleecher Snyder1-52/+16
2021-12-01net/tsdial: move more weirdo dialing into new tsdial package, plumbBrad Fitzpatrick5-5/+0
2021-12-01Replace AWS SDK v1 dependency with v2Artyom Pervukhin1-10/+9
2021-11-30net/tsdial: start of new package to unify all outbound dialing complexityBrad Fitzpatrick5-5/+15
2021-11-30tstest/integration: stop leaking zstd.DecodersJosh Bleecher Snyder1-1/+5
2021-11-29cmd/tailscaled: allow running the SOCKS5 and HTTP proxies on the same port.David Anderson5-0/+5
2021-11-16util/clientmetric, logtail: log metric changesBrad Fitzpatrick5-0/+5
2021-11-15util/clientmetrics: add new package to add metrics to the clientBrad Fitzpatrick5-0/+5
2021-11-11tstest/integration/testcontrol: fix data raceBrad Fitzpatrick1-2/+3
2021-11-08ipn/ipnlocal: handle key extensions after key has already expiredMaisem Ali1-1/+0
2021-11-05tstest/integration: go generateBrad Fitzpatrick5-0/+5
2021-11-05safesocket: add WindowsLocalPort constBrad Fitzpatrick1-1/+1
2021-11-04tstest: extend node key expiration integration test.Denton Gentry2-1/+80