| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-08-05 | net/portmapper: add sketch of a TestIGD for portmapper testingjknodt/portmap_testbradfitz/portmap_test | Brad Fitzpatrick | 1 | -0/+78 |
| 2021-08-05 | net/tstun: add start of Linux TAP support, with DHCP+ARP server | Brad Fitzpatrick | 9 | -11/+498 |
| 2021-08-04 | derp: use pad32 package for padding, reduce duplication | Brad Fitzpatrick | 3 | -10/+6 |
| 2021-08-04 | net/portmapper: fix UPnP probing, work against all ports | Brad Fitzpatrick | 9 | -71/+309 |
| 2021-08-04 | tstime/mono: make json.Unmarshal of a zero time.Time yield a zero Time | Josh Bleecher Snyder | 2 | -0/+21 |
| 2021-08-04 | ipn/ipnstate: move tailscale status "active" determination to tailscaled | Brad Fitzpatrick | 6 | -28/+30 |
| 2021-08-04 | tstest/integration: regenerate test deps | Brad Fitzpatrick | 4 | -0/+4 |
| 2021-08-03 | util/deephash: remove unnecessary formatting for structs and slices (#2571) | Joe Tsai | 2 | -11/+37 |
| 2021-08-03 | cmd/tailscaled: let portmap debug mode have an gateway/IP override knob | Brad Fitzpatrick | 1 | -1/+21 |
| 2021-08-03 | net/dns: correct log message. | Denton Gentry | 1 | -1/+1 |
| 2021-08-03 | net/dns/resolver: add test that I forgot to git add earlier | Brad Fitzpatrick | 1 | -0/+90 |
| 2021-08-03 | logpolicy: only log panics when running under systemd | David Crawshaw | 1 | -2/+8 |
| 2021-08-02 | tstest/integration: update test deps | Brad Fitzpatrick | 5 | -0/+5 |
| 2021-08-02 | cmd/tailscaled: add debug -portmap mode | Brad Fitzpatrick | 1 | -0/+68 |
| 2021-08-02 | util/deephash: hash uint{8,16,32,64} explicitly (#2502) | Joe Tsai | 2 | -46/+116 |
| 2021-08-02 | util/deephash: simplify hasher.hashMap (#2503) | Joe Tsai | 1 | -80/+46 |
| 2021-08-02 | net/dns/resolver: fix skipped DoH test that bitrot | Brad Fitzpatrick | 1 | -1/+3 |
| 2021-08-02 | logtail: fix typo in comment | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-08-02 | logtail: print panics from previous runs on stderr | David Crawshaw | 1 | -0/+9 |
| 2021-08-02 | logpolicy: actually collect panics | David Crawshaw | 3 | -1/+41 |
| 2021-08-02 | derp: reduce server memory by 30% by removing persistent bufio.Writer | Brad Fitzpatrick | 1 | -13/+58 |
| 2021-08-01 | net/dnsfallback: re-run go generate | Brad Fitzpatrick | 1 | -21/+14 |
| 2021-08-01 | derp,wgengine/magicsock: don't assume stringer is in $PATH for go:generate | Brad Fitzpatrick | 2 | -2/+2 |
| 2021-07-30 | net/interfaces: explicitly check netaddr.IP.Is6 in isUsableV6 | Matt Layher | 2 | -1/+3 |
| 2021-07-30 | net/tsaddr: remove IsULA, replace with netaddr.IP.IsPrivate | Matt Layher | 3 | -29/+2 |
| 2021-07-29 | cmd/derper: dial VPC address with right context | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-07-29 | cmd/derper: mesh over VPC network | Brad Fitzpatrick | 2 | -1/+44 |
| 2021-07-29 | ipnlocal: allow access to guest VMs/containers while using an exit node | David Crawshaw | 1 | -7/+48 |
| 2021-07-29 | tstime/rate: new package | Josh Bleecher Snyder | 6 | -2/+339 |
| 2021-07-29 | wgengine: use mono.Time | Josh Bleecher Snyder | 2 | -26/+30 |
| 2021-07-29 | wgengine/magicsock: use mono.Time | Josh Bleecher Snyder | 8 | -55/+61 |
| 2021-07-29 | net/tstun: use mono.Time | Josh Bleecher Snyder | 3 | -10/+12 |
| 2021-07-29 | tstime/mono: new package | Josh Bleecher Snyder | 2 | -0/+151 |
| 2021-07-29 | net/dns/resolver: allow an extra alloc for go closure allocation | Josh Bleecher Snyder | 1 | -2/+5 |
| 2021-07-29 | net/dnsfallback: add new nodes | Brad Fitzpatrick | 1 | -0/+21 |
| 2021-07-28 | Dockerfile: remove extra COPY step (#2355) | Pratik | 1 | -2/+1 |
| 2021-07-28 | cmd/tsshd: switch from github.com/kr/pty to github.com/creack/pty | Aaron Bieber | 3 | -17/+6 |
| 2021-07-28 | ipn/ipnlocal: add URL to IP forwarding error message | Brad Fitzpatrick | 1 | -3/+4 |
| 2021-07-27 | net/dns/resolver: EDNS OPT record off-by-one | David Crawshaw | 1 | -2/+3 |
| 2021-07-27 | net/tstun: buffer outbound channel | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-07-27 | net/tstun: buffer outbound channel | Josh Bleecher Snyder | 1 | -3/+4 |
| 2021-07-27 | cmd/tailscale/cli: document that empty string disable exit nodes, routes | Brad Fitzpatrick | 1 | -2/+2 |
| 2021-07-27 | tailcfg: add Node.PrimaryRoutes | Brad Fitzpatrick | 3 | -1/+11 |
| 2021-07-27 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-07-27 | VERSION.txt: this is v1.13.0. | Denton Gentry | 1 | -1/+1 |
| 2021-07-26 | net/portmapper: rename ErrGatewayNotFound to ErrGatewayRange, reword text | Brad Fitzpatrick | 1 | -3/+3 |
| 2021-07-26 | net/{dnscache,interfaces}: use netaddr.IP.IsPrivate, delete copied code | Brad Fitzpatrick | 8 | -65/+13 |
| 2021-07-26 | disable vm tests on every commit to main | Christine Dodrill | 1 | -2/+0 |
| 2021-07-26 | net/dnscache: update a comment | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-07-26 | net/dnscache: make Dialer try all resolved IPs | Brad Fitzpatrick | 2 | -24/+137 |