summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-07-23tstest/integration/vms: mv into own fnsjknodt/vms_refjulianknodt1-190/+196
2021-07-22util/deephash: improve cycle detection (#2470)Joe Tsai4-332/+101
2021-07-22net/portmapper: disable UPnP on iOS for nowBrad Fitzpatrick2-0/+32
2021-07-22control/controlclient: grow goroutine debug buffer as neededBrad Fitzpatrick1-2/+11
2021-07-22control/controlclient: don't use regexp in goroutine stack scrubbingBrad Fitzpatrick2-9/+72
2021-07-22tstest/integration/vms: disable rDNS for sshd on centos (#2492)Christine Dodrill1-1/+3
2021-07-22tstest/integration/vms: disable nixos unstable (#2491)Christine Dodrill1-0/+4
2021-07-22net/dns: don't build init*.go on non-windowsBrad Fitzpatrick2-0/+4
2021-07-22net/dns/resolver: bound DoH usage on iOSBrad Fitzpatrick1-0/+24
2021-07-21wgengine/netstack: implement UDP relaying to advertised subnetsBrad Fitzpatrick1-46/+96
2021-07-21net/dns/resolver: fall back to IPv6 for well-known DoH servers if v4 failsBrad Fitzpatrick2-2/+39
2021-07-21net/dns/resolver: use correct Cloudflare DoH hostnamesBrad Fitzpatrick1-8/+8
2021-07-21util/deephash: disambiguate hashing of AppendTo (#2483)Joe Tsai2-2/+12
2021-07-21util/deephash: include type as part of hash for interfaces (#2476)Joe Tsai2-1/+48
2021-07-21net/portmapper: return correct upnp portjulianknodt1-1/+7
2021-07-21util/deephash: introduce deliberate instability (#2477)Joe Tsai1-2/+15
2021-07-21wgengine/netstack: fix doc commentBrad Fitzpatrick1-1/+0
2021-07-20wgengine/{monitor,router}: restore Linux ip rules when systemd deletes themBrad Fitzpatrick4-7/+125
2021-07-20tstest/integration: fix filch test flakeJosh Bleecher Snyder2-0/+9
2021-07-20wgengine/router: take a link monitorBrad Fitzpatrick11-18/+56
2021-07-20safesocket: print full lsof command on failureJosh Bleecher Snyder1-3/+4
2021-07-20safesocket: reduce log spam while running integration testsJosh Bleecher Snyder1-6/+5
2021-07-20tstest/integration: shorten test namesJosh Bleecher Snyder1-3/+7
2021-07-20Merge pull request #2464 from tailscale/dsnet/opaque-hashJoe Tsai4-49/+27
2021-07-20util/deephash: make hash type opaqueJoe Tsai4-49/+27
2021-07-20derp: rate limit how often same-key clients can kick each other off serverBrad Fitzpatrick2-3/+180
2021-07-19net/dns{,/resolver}: quiet DNS output loggingBrad Fitzpatrick3-2/+94
2021-07-19ipn/ipnlocal: fix 'tailscale up' on Windows without GUIBrad Fitzpatrick2-10/+58
2021-07-19cmd/tailscaled: add func to create ipnserver.OptsBrad Fitzpatrick2-15/+25
2021-07-19cmd/tailscale/cli: allow effective GOOS to be changed for integration testsBrad Fitzpatrick1-5/+12
2021-07-19.github/workflows: add 'go generate' CI jobJosh Bleecher Snyder1-0/+34
2021-07-19net/dnsfallback: regenerateJosh Bleecher Snyder1-0/+7
2021-07-19cmd/addlicense: add command to add licenseheaders to generated codeJosh Bleecher Snyder3-2/+79
2021-07-19scripts: remove special case for _strings.go files in check license headersJosh Bleecher Snyder2-3/+4
2021-07-19tstest/integration: generate deps for all platforms in deps generatorJosh Bleecher Snyder6-3/+254
2021-07-19tempfork/wireguard-windows: remove unnecessary build tagJosh Bleecher Snyder1-2/+0
2021-07-19wgengine/magicsock: add debug envvar to force all traffic over DERPJosh Bleecher Snyder1-0/+8
2021-07-19wgengine/monitor: don't spam about Linux RTM_NEWRULE eventsBrad Fitzpatrick1-0/+3
2021-07-19cmd/tailscaled: use state key constant from ipn packageBrad Fitzpatrick1-10/+2
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