summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-07-29ipnlocal, resolver, etc: add peer API DoHcrawshaw/peerdohDavid Crawshaw8-16/+104
2021-07-29cmd/derper: dial VPC address with right contextBrad Fitzpatrick1-1/+1
2021-07-29cmd/derper: mesh over VPC networkBrad Fitzpatrick2-1/+44
2021-07-29ipnlocal: allow access to guest VMs/containers while using an exit nodeDavid Crawshaw1-7/+48
2021-07-29tstime/rate: new packageJosh Bleecher Snyder6-2/+339
2021-07-29wgengine: use mono.TimeJosh Bleecher Snyder2-26/+30
2021-07-29wgengine/magicsock: use mono.TimeJosh Bleecher Snyder8-55/+61
2021-07-29net/tstun: use mono.TimeJosh Bleecher Snyder3-10/+12
2021-07-29tstime/mono: new packageJosh Bleecher Snyder2-0/+151
2021-07-29net/dns/resolver: allow an extra alloc for go closure allocationJosh Bleecher Snyder1-2/+5
2021-07-29net/dnsfallback: add new nodesBrad Fitzpatrick1-0/+21
2021-07-28Dockerfile: remove extra COPY step (#2355)Pratik1-2/+1
2021-07-28cmd/tsshd: switch from github.com/kr/pty to github.com/creack/ptyAaron Bieber3-17/+6
2021-07-28ipn/ipnlocal: add URL to IP forwarding error messageBrad Fitzpatrick1-3/+4
2021-07-27net/dns/resolver: EDNS OPT record off-by-oneDavid Crawshaw1-2/+3
2021-07-27net/tstun: buffer outbound channelJosh Bleecher Snyder1-1/+1
2021-07-27net/tstun: buffer outbound channelJosh Bleecher Snyder1-3/+4
2021-07-27cmd/tailscale/cli: document that empty string disable exit nodes, routesBrad Fitzpatrick1-2/+2
2021-07-27tailcfg: add Node.PrimaryRoutesBrad Fitzpatrick3-1/+11
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