summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-08-20VERSION.txt: this is v1.12.4v1.12.4release-branch/1.12Maisem Ali1-1/+1
2021-08-19tailscaled: try migrating old state on synology devicesMaisem Ali1-0/+31
2021-08-19wgengine/router: pass in AmbientCaps when calling `ip rule`Maisem Ali2-3/+25
2021-08-04VERSION.txt: this is v1.12.3v1.12.3Denton Gentry1-1/+1
2021-08-04tstest/integration: update test depsBrad Fitzpatrick5-0/+9
2021-08-04net/dnsfallback: update from current DERP mapBrad Fitzpatrick1-15/+29
2021-08-04derp,wgengine/magicsock: don't assume stringer is in $PATH for go:generateBrad Fitzpatrick2-2/+2
2021-08-04net/portmapper: fix UPnP probing, work against all portsBrad Fitzpatrick9-82/+312
2021-08-04cmd/tailscaled: let portmap debug mode have an gateway/IP override knobBrad Fitzpatrick1-1/+21
2021-08-04cmd/tailscaled: add debug -portmap modeBrad Fitzpatrick1-0/+68
2021-08-04VERSION.txt: this is v1.12.2v1.12.2Maisem Ali1-1/+1
2021-07-27VERSION.txt: this is v1.12.1v1.12.1Denton Gentry1-1/+1
2021-07-27net/dns/resolver: EDNS OPT record off-by-oneDavid Crawshaw1-2/+3
2021-07-27VERSION.txt: this is v1.12.0v1.12.0Denton 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