summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-07-13run pipe test many timesjosh/deflake-pipe-againJosh Bleecher Snyder13-601/+1
2021-07-13wgcfg: Switch to using mem.ROjulianknodt1-60/+60
2021-07-13wgcfg: use string cut instead of string splitjulianknodt2-6/+13
2021-07-13wgcfg: add benchmark for FromUAPIjulianknodt2-1/+45
2021-07-13tstest/integration/vms: delete a log file i was using to debug the tests (#2416)Christine Dodrill1-191/+0
2021-07-13cmd/tailscale: update web server test copyrightDan Bond1-1/+1
2021-07-13cmd/tailscale: improve web server test structureDan Bond1-22/+24
2021-07-13cmd/tailscale: test web server url funcDan Bond2-1/+54
2021-07-13cmd/tailscale: log web listen addrDan Bond1-0/+1
2021-07-13cmd/tailscale/cli: diagnose missing tailscaled on 'up'Brad Fitzpatrick7-2/+76
2021-07-13tstest/integration/vms: split up test framework into files (#2396)Christine Dodrill6-621/+846
2021-07-13tstest/integration/testcontrol: add ipv6 support (#2394)Christine Dodrill2-2/+31
2021-07-13cmd/derpprobe: move from cmd/derper/derpprobeBrad Fitzpatrick1-0/+0
2021-07-13derp: allow self node when verifying clientsmaddie1-0/+3
2021-07-13cmd/derper/derpprobe: add derp proberBrad Fitzpatrick3-0/+355
2021-07-13ipn: another controlplane synonymDavid Crawshaw4-11/+39
2021-07-13derp: remove "fine for now" intentional slow memory leak from derp serverBrad Fitzpatrick1-9/+5
2021-07-13cmd/tailscale/cli: factor out more up code for testingDavid Crawshaw2-44/+159
2021-07-12derp: use a dedicated queue for disco traffic.David Anderson1-29/+44
2021-07-12derp: actually export the new drop counter.David Anderson1-0/+1
2021-07-12derp: add counters to track the type of dropped packets.David Anderson3-85/+114
2021-07-12go.mod: bump wireguard/windows to a version that still existsBrad Fitzpatrick2-13/+13
2021-07-12Revert "Revert "tstest/integration/vms: end-to-end UDP test (#2361)" (#2364)"...Christine Dodrill3-0/+383
2021-07-12tstest/integration: change return type of AwaitIP from string to netaddr.IPSimeng He1-4/+24
2021-07-12ipn/ipnlocal: start to test whether all state transitions save prefs to diskBrad Fitzpatrick1-1/+32
2021-07-11ipn: remove an unnecessary lazy map init on read pathBrad Fitzpatrick1-3/+0
2021-07-09tailcfg: break DERPNode.DERPTestPort into DERPPort & InsecureForTestsBrad Fitzpatrick5-35/+41
2021-07-09wgengine/magicsock: make portmapping asyncBrad Fitzpatrick4-26/+94
2021-07-09tstest/integration/vms: add NixOS unstable back (#2330)Christine Dodrill1-4/+1
2021-07-09tstest/integration/vms: unbreak nixos builds (#2372)Christine Dodrill2-6/+5
2021-07-09Run tests on integration test changes (#2373)Christine Dodrill1-3/+3
2021-07-08safesocket: create the test socket in a temp dirJosh Bleecher Snyder1-2/+8
2021-07-08Revert "tstest/integration/vms: end-to-end UDP test (#2361)" (#2364)Christine Dodrill2-196/+0
2021-07-08tstest/integration/vms: end-to-end UDP test (#2361)Christine Dodrill2-0/+196
2021-07-08tstest/integration/vms: use an in-process logcatcher (#2360)Christine Dodrill5-97/+137
2021-07-08net/interfaces: trim getPACWindows whitespace before parsing URLBrad Fitzpatrick1-0/+5
2021-07-08tstest/integration/vms: outgoing SSH test (#2349)Christine Dodrill1-39/+166
2021-07-08tstest/integration/vms: add Oracle Linux image (#2328)Christine Dodrill2-2/+9
2021-07-07cmd/tailscale/cli: document the web subcommand a bit moreBrad Fitzpatrick1-0/+8
2021-07-07net/tstun: fix data racesJosh Bleecher Snyder1-6/+31
2021-07-07tstest/integration: help bust cmd/go's test cachingBrad Fitzpatrick3-0/+113
2021-07-07tailcfg: note RegionID 900-999 reservationBrad Fitzpatrick1-0/+3
2021-07-07util/deephash: don't reflect.Copy if element type is a defined uint8Brad Fitzpatrick2-1/+8
2021-07-07util/deephash: skip alloc test under race detectorBrad Fitzpatrick1-0/+4
2021-07-07util/deephash: optimize hashing of byte arrays, reduce allocs in HashBrad Fitzpatrick2-14/+90
2021-07-07util/deephash: prevent infinite loop on map cycleBrad Fitzpatrick2-0/+34
2021-07-07util/deephash: move funcs to methodsBrad Fitzpatrick2-36/+61
2021-07-07build_docker.sh: use build_dist.sh to inject version informationIrshad Pananilath1-1/+1
2021-07-06tstest/integration/vms: make first end to end test (#2332)Christine Dodrill1-21/+86
2021-07-06ipnlocal: move log line inside if statementDavid Crawshaw1-1/+1