summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-08-05net/portmapper: add sketch of a TestIGD for portmapper testingjknodt/portmap_testbradfitz/portmap_testBrad Fitzpatrick1-0/+78
2021-08-05net/tstun: add start of Linux TAP support, with DHCP+ARP serverBrad Fitzpatrick9-11/+498
2021-08-04derp: use pad32 package for padding, reduce duplicationBrad Fitzpatrick3-10/+6
2021-08-04net/portmapper: fix UPnP probing, work against all portsBrad Fitzpatrick9-71/+309
2021-08-04tstime/mono: make json.Unmarshal of a zero time.Time yield a zero TimeJosh Bleecher Snyder2-0/+21
2021-08-04ipn/ipnstate: move tailscale status "active" determination to tailscaledBrad Fitzpatrick6-28/+30
2021-08-04tstest/integration: regenerate test depsBrad Fitzpatrick4-0/+4
2021-08-03util/deephash: remove unnecessary formatting for structs and slices (#2571)Joe Tsai2-11/+37
2021-08-03cmd/tailscaled: let portmap debug mode have an gateway/IP override knobBrad Fitzpatrick1-1/+21
2021-08-03net/dns: correct log message.Denton Gentry1-1/+1
2021-08-03net/dns/resolver: add test that I forgot to git add earlierBrad Fitzpatrick1-0/+90
2021-08-03logpolicy: only log panics when running under systemdDavid Crawshaw1-2/+8
2021-08-02tstest/integration: update test depsBrad Fitzpatrick5-0/+5
2021-08-02cmd/tailscaled: add debug -portmap modeBrad Fitzpatrick1-0/+68
2021-08-02util/deephash: hash uint{8,16,32,64} explicitly (#2502)Joe Tsai2-46/+116
2021-08-02util/deephash: simplify hasher.hashMap (#2503)Joe Tsai1-80/+46
2021-08-02net/dns/resolver: fix skipped DoH test that bitrotBrad Fitzpatrick1-1/+3
2021-08-02logtail: fix typo in commentJosh Bleecher Snyder1-1/+1
2021-08-02logtail: print panics from previous runs on stderrDavid Crawshaw1-0/+9
2021-08-02logpolicy: actually collect panicsDavid Crawshaw3-1/+41
2021-08-02derp: reduce server memory by 30% by removing persistent bufio.WriterBrad Fitzpatrick1-13/+58
2021-08-01net/dnsfallback: re-run go generateBrad Fitzpatrick1-21/+14
2021-08-01derp,wgengine/magicsock: don't assume stringer is in $PATH for go:generateBrad Fitzpatrick2-2/+2
2021-07-30net/interfaces: explicitly check netaddr.IP.Is6 in isUsableV6Matt Layher2-1/+3
2021-07-30net/tsaddr: remove IsULA, replace with netaddr.IP.IsPrivateMatt Layher3-29/+2
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