summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-07-23tstest/integration: taildrop integration testjknodt/integ_testjulianknodt5-20/+222
2021-07-19cmd/derpprobe: add in a delay to wait for mesh info to syncBrad Fitzpatrick1-0/+7
2021-07-18wgengine/monitor: subscribe to Linux ip rule events, log on rule deletesBrad Fitzpatrick1-1/+20
2021-07-17ipn/ipnlocal: make state_test catch the bug fixed by #2445Avery Pennarun1-13/+40
2021-07-17ipn/ipnlocal: stay out of map poll when downBrad Fitzpatrick5-69/+124
2021-07-16tstest/integration/vms: codegen for top level tests (#2441)Christine Dodrill11-149/+522
2021-07-16tstest/integration/vms: use one testcontrol instance per VM (#2437)Christine Dodrill5-101/+113
2021-07-15control/{controlknobs,controlclient}: simplify knobs API, fix controlclient c...Brad Fitzpatrick5-49/+12
2021-07-15net/portmapper: add upnp port mappingjulianknodt14-53/+432
2021-07-15net/dns/resolver: upgrade forwarded MagicDNS queries to DoH when IP knownBrad Fitzpatrick2-3/+205
2021-07-15Implemented Commandline Download Speedtest (#2064)Aaditya Chaudhary5-0/+490
2021-07-15tstest/integration/vms: attempt to send more UDP packets (#2433)Christine Dodrill1-16/+31
2021-07-15tstest/integration/vms: deflake the tailscale_status test (#2427)Christine Dodrill1-5/+26
2021-07-14cmd/derper: remove default for non-root usersjulianknodt1-1/+1
2021-07-14cmd/derper: add default -c argumentsjulianknodt1-1/+6
2021-07-14cmd/derpprobe: bound node pair probe durationBrad Fitzpatrick1-0/+10
2021-07-14netns_linux: remove special handling for tests.Denton Gentry3-27/+1
2021-07-14net/netns: support !CAP_NET_ADMINDenton Gentry3-12/+49
2021-07-14netns_linux: No namespace for localhost.Denton Gentry3-0/+63
2021-07-14hostinfo: add AWS Fargate.Denton Gentry1-0/+11
2021-07-14hostinfo: detect TestCase environment.Denton Gentry1-0/+14
2021-07-14net/interface: add AWS App Runner /proc/net/route testDenton Gentry1-0/+26
2021-07-13ipn/localapi: fix inability to receive taildrop files w/ escaped namesBrad Fitzpatrick1-1/+1
2021-07-13wgengine/magicsock: fix latent data race in testJosh Bleecher Snyder1-0/+5
2021-07-13ipn/ipnlocal: save prefs to disk on UpdatePrefsBrad Fitzpatrick2-0/+92
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