summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-07-28ipn/ipnstate: add json struct tags to PingResultsimenghe/pingresult-workSimeng He1-8/+8
2021-07-27version: bump dateBrad Fitzpatrick1-1/+1
2021-07-27VERSION.txt: this is v1.13.0.Denton Gentry1-1/+1
2021-07-26net/portmapper: rename ErrGatewayNotFound to ErrGatewayRange, reword textBrad Fitzpatrick1-3/+3
2021-07-26net/{dnscache,interfaces}: use netaddr.IP.IsPrivate, delete copied codeBrad Fitzpatrick8-65/+13
2021-07-26disable vm tests on every commit to mainChristine Dodrill1-2/+0
2021-07-26net/dnscache: update a commentBrad Fitzpatrick1-1/+1
2021-07-26net/dnscache: make Dialer try all resolved IPsBrad Fitzpatrick2-24/+137
2021-07-26control/controlclient: report whether we're in a snap packageBrad Fitzpatrick1-0/+7
2021-07-26net/dnscache: cache all IPs per hostnameBrad Fitzpatrick2-34/+43
2021-07-26ipn/ipnlocal: populate Hostinfo.Package on AndroidBrad Fitzpatrick1-0/+12
2021-07-26wgengine: re-set DNS config on Linux after a major link changeBrad Fitzpatrick1-0/+19
2021-07-25tsweb: add float64 to logged metricsjulianknodt1-1/+1
2021-07-25net/dns/resolver: race well-known resolvers less aggressivelyBrad Fitzpatrick2-20/+113
2021-07-25net/dns/resolver: add forwardQuery type as race work prepBrad Fitzpatrick1-15/+37
2021-07-25net/dns/resolver: fix func used as netaddr.IP in printfBrad Fitzpatrick1-3/+5
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