| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-08-13 | net/tshttpproxy: new package, support WPAD/PAC proxies on Windowsbradfitz/win_wpad_pac | Brad Fitzpatrick | 8 | -1/+276 |
| 2020-08-13 | wgengine/monitor: add Windows linkchange monitor | Brad Fitzpatrick | 3 | -3/+136 |
| 2020-08-12 | wgengine/magicsock: use disco ping src as a candidate endpoint | Brad Fitzpatrick | 1 | -11/+83 |
| 2020-08-12 | wgengine/magicsock: simplify handlePingLocked | Brad Fitzpatrick | 1 | -11/+4 |
| 2020-08-12 | derp: add a debug option to verbosely log drops to a destination. | David Anderson | 1 | -6/+40 |
| 2020-08-12 | derp: remove two key.Public allocations | Josh Bleecher Snyder | 1 | -2/+34 |
| 2020-08-12 | wgengine/monitor: add, clean up netlink logging on route changes | Brad Fitzpatrick | 1 | -18/+51 |
| 2020-08-12 | wgengine/router/router_userspace_bsd: on Mac the route program syntax expects... | Mike Kramlich | 1 | -1/+6 |
| 2020-08-12 | router/dns: detect host endianness for NetworkManager. | Dmytro Shynkevych | 1 | -2/+18 |
| 2020-08-12 | net/interfaces: include DefaultRouteInterface in interfaces.State | Brad Fitzpatrick | 3 | -1/+26 |
| 2020-08-11 | derp: fix 32-bit struct field alignment | Brad Fitzpatrick | 1 | -0/+1 |
| 2020-08-11 | derp: export the new expvar. | David Anderson | 1 | -0/+1 |
| 2020-08-11 | derp: rename "wireguard" packet type to "other". | David Anderson | 1 | -3/+3 |
| 2020-08-11 | derp: break down received packets by kind (disco vs. wireguard). | David Anderson | 2 | -0/+14 |
| 2020-08-11 | cmd/microproxy: add a quick hack for some malformed variables. | David Anderson | 1 | -1/+11 |
| 2020-08-10 | logpolicy: consider /var/lib/tailscale when no STATE_DIRECTORY | Brad Fitzpatrick | 1 | -0/+12 |
| 2020-08-10 | tailcfg: add missing Node.DERP check in Node.Equals | Brad Fitzpatrick | 2 | -0/+6 |
| 2020-08-10 | cmd/tailscale/cli: remove already done TODO | Brad Fitzpatrick | 1 | -1/+0 |
| 2020-08-10 | net/interfaces: remove old debug old | Josh Bleecher Snyder | 1 | -3/+0 |
| 2020-08-10 | derp: make writeUint32 and readUint32 not allocate | Josh Bleecher Snyder | 1 | -6/+21 |
| 2020-08-10 | derp: add readUint32 and writeUint32 benchmarks | Josh Bleecher Snyder | 1 | -0/+31 |
| 2020-08-10 | net/netns, net/interfaces: move defaultRouteInterface, add Android fallback | Brad Fitzpatrick | 4 | -56/+111 |
| 2020-08-10 | cmd/tailscale/cli: add ping subcommand | Brad Fitzpatrick | 11 | -40/+379 |
| 2020-08-10 | derp: add basic benchmark | Josh Bleecher Snyder | 1 | -3/+64 |
| 2020-08-10 | cmd/tailscale/cli: validate advertised routes' IP address-vs-network bits | Brad Fitzpatrick | 4 | -16/+28 |
| 2020-08-09 | control/controlclient: use less battery when stopped, stop map requests | Brad Fitzpatrick | 2 | -9/+71 |
| 2020-08-09 | backoff: update to Go style, document a bit, make 30s explicit | Brad Fitzpatrick | 4 | -40/+57 |
| 2020-08-07 | tailcfg, control/controlclient: support delta-encoded netmaps | Brad Fitzpatrick | 3 | -7/+217 |
| 2020-08-07 | derp: add server version to /debug, expvars | Josh Bleecher Snyder | 2 | -0/+6 |
| 2020-08-07 | wgengine/router: set MTU on Windows to min(configured,possible) | Brad Fitzpatrick | 1 | -0/+7 |
| 2020-08-07 | README: update contributing section | Brad Fitzpatrick | 1 | -4/+2 |
| 2020-08-07 | Update README, remove old relaynode dredge | Brad Fitzpatrick | 2 | -6/+12 |
| 2020-08-06 | version: new week, new date | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-08-06 | control/controlclient: reset timeout timer on non-keepalive map updates | Brad Fitzpatrick | 1 | -9/+11 |
| 2020-08-06 | go mod tidy | Brad Fitzpatrick | 2 | -13/+10 |
| 2020-08-06 | go.mod: update to newly rebased wireguard-go | Josh Bleecher Snyder | 2 | -1/+3 |
| 2020-08-06 | wgenginer/router: fix build | Josh Bleecher Snyder | 1 | -2/+7 |
| 2020-08-06 | ipn: jack up the MaxMessageSize from 1MB to 10MB | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-08-06 | wgengine: stop giving tsdns a buffer that will be reused | Dmytro Shynkevych | 1 | -1/+1 |
| 2020-08-06 | wgengine,magicsock: fix two lazy wireguard config issues | Brad Fitzpatrick | 4 | -27/+153 |
| 2020-08-06 | tsdns: implement reverse DNS lookups, canonicalize names everywhere. (#640) | Dmytro Shynkevych | 5 | -90/+413 |
| 2020-08-06 | control/controlclient: remove unused NetworkMap.UAPI method | Brad Fitzpatrick | 2 | -20/+13 |
| 2020-08-06 | wgengine/magicsock: fix lazy config deadlock, document more lock ordering | Brad Fitzpatrick | 1 | -21/+24 |
| 2020-08-05 | wgengine/monitor: log RTM_DELROUTE details, fix format strings | Brad Fitzpatrick | 1 | -2/+12 |
| 2020-08-05 | wgengine: fix deadlock between engine and magicsock | Brad Fitzpatrick | 2 | -3/+8 |
| 2020-08-05 | logpolicy: upload early logpolicy output, log where we decide to write logs | Brad Fitzpatrick | 1 | -10/+25 |
| 2020-08-04 | ipn: put Magic DNS domains first | Dmytro Shynkevych | 1 | -1/+2 |
| 2020-08-04 | wgengine/magicsock: don't deadlock on pre-disco Endpoints w/ lazy wireguard c... | Brad Fitzpatrick | 1 | -7/+5 |
| 2020-08-04 | net/interfaces: use syscalls to find private gateway IP address | Josh Bleecher Snyder | 5 | -7/+417 |
| 2020-08-04 | --advertise-routes option enabled in Mac tailscale CLI; it checks for IP forw... | Mike Kramlich | 1 | -3/+4 |