| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-30 | version/cmdname: s/path/filepath/ and fix version.ReadExe() fallback.v1.1.0 | Avery Pennarun | 1 | -2/+3 |
| 2020-07-29 | router: stop iOS subprocess sandbox violations (#617)v1.0.0 | Dmytro Shynkevych | 1 | -4/+10 |
| 2020-07-29 | router: reload systemd-resolved after changing /etc/resolv.conf (#619) | Dmytro Shynkevych | 1 | -0/+30 |
| 2020-07-29 | ipn/ipnserver: fix bug in earlier commit where conn can be stranded | Brad Fitzpatrick | 1 | -5/+15 |
| 2020-07-29 | wgengine: disable wireguard config trimming for now except iOS w/ many peers | Brad Fitzpatrick | 1 | -2/+30 |
| 2020-07-29 | ipn/ipnserver: staticcheck is not wrong | Brad Fitzpatrick | 1 | -2/+3 |
| 2020-07-29 | ipn/ipnserver: make Engine argument a func that tries again for each connection | Brad Fitzpatrick | 3 | -12/+24 |
| 2020-07-29 | wgengine/magicsock: update, flesh out a TODO | Brad Fitzpatrick | 1 | -2/+5 |
| 2020-07-29 | wgengine/filter: don't spam logs on dropped outgoing IPv6 ICMP or IPv4 IGMP | Brad Fitzpatrick | 3 | -13/+65 |
| 2020-07-28 | ipn: fix netmap change tracking and dns map generation (#609) | Dmytro Shynkevych | 10 | -111/+450 |
| 2020-07-28 | wgengine/packet: add IPVersion field, don't use IPProto to note version | Brad Fitzpatrick | 4 | -49/+70 |
| 2020-07-28 | control/controlclient: remove an 'unexpected' log that no longer is | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-07-28 | portlist: avoid syscall audit violation logspam on Android | Brad Fitzpatrick | 1 | -1/+32 |
| 2020-07-28 | go.sum: update | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-07-28 | wgengine/magicsock: check slightly less aggressively for connectivity. | David Anderson | 1 | -1/+1 |
| 2020-07-28 | net/interfaces: fix likelyHomeRouterIP on Android | Brad Fitzpatrick | 1 | -1/+59 |
| 2020-07-27 | control/controlclient: populate OSVersion on Windows | Brad Fitzpatrick | 1 | -0/+26 |
| 2020-07-27 | tailcfg, control/controlclient: add GoArch, populate OSVersion on Linux | Brad Fitzpatrick | 5 | -1/+105 |
| 2020-07-27 | wgengine/magicsock: deflake some tests with an ugly hack | Brad Fitzpatrick | 1 | -2/+15 |
| 2020-07-27 | cmd/cloner, tailcfg: fix nil vs len 0 issues, add tests, use for Hostinfo | Brad Fitzpatrick | 4 | -24/+66 |
| 2020-07-27 | wgengine/magicsock: make disco subtest name more precise. | David Anderson | 1 | -1/+1 |
| 2020-07-27 | wgengine/magicsock: remove unnecessary use of context. | David Anderson | 1 | -4/+1 |
| 2020-07-27 | wgengine/magicsock: add docstring. | David Anderson | 1 | -0/+4 |
| 2020-07-27 | wgengine/magicsock: don't deadlock on shutdown if sending blocks. | David Anderson | 1 | -1/+5 |
| 2020-07-27 | ipn/ipnstate: record assigned Tailscale IPs. | David Anderson | 3 | -30/+55 |
| 2020-07-27 | tstest/natlab: be a bit more lenient during test shutdown. | David Anderson | 1 | -1/+8 |
| 2020-07-27 | wgengine/magicsock: give pinger a more generous packet timeout. | David Anderson | 1 | -1/+7 |
| 2020-07-27 | derp: remove OnlyDisco option. | David Anderson | 2 | -18/+0 |
| 2020-07-27 | wgengine/magicsock: add a test for two facing endpoint-independent NATs. | David Anderson | 1 | -55/+125 |
| 2020-07-27 | wgengine/magicsock: explicitly check path discovery, add a firewall test. | David Anderson | 2 | -23/+90 |
| 2020-07-27 | wgengine/magicsock: add a test for active path discovery. | David Anderson | 2 | -20/+218 |
| 2020-07-27 | net/netcheck: lower the hairpin check timeout to 100ms. | David Anderson | 1 | -1/+1 |
| 2020-07-27 | net/netcheck: centralize all clock values in one place. | David Anderson | 1 | -17/+54 |
| 2020-07-27 | tstest/natlab: drop packets that can't be routed in a LAN. | David Anderson | 1 | -0/+11 |
| 2020-07-27 | wgengine/magicsock: fix occasional deadlock on Conn.Close on c.derpStarted | Brad Fitzpatrick | 1 | -1/+6 |
| 2020-07-27 | logtail: return correct write size from logger.Write | Elias Naur | 2 | -1/+17 |
| 2020-07-27 | version: new week, new version | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-07-27 | go mod tidy | Brad Fitzpatrick | 2 | -4/+1 |
| 2020-07-27 | wgengine/magicsock: log better with less spam on transition to stopped state | Brad Fitzpatrick | 2 | -6/+20 |
| 2020-07-27 | derp/derphttp: don't return all nil from dialRegion when STUNOnly nodes | Brad Fitzpatrick | 1 | -0/+3 |
| 2020-07-27 | tailcfg: generate some Clone methods | David Crawshaw | 2 | -44/+65 |
| 2020-07-27 | cmd/cloner: tool to generate Clone methods | David Crawshaw | 1 | -0/+264 |
| 2020-07-25 | wgengine/magicsock: remove overkill, slow reflect.DeepEqual of NetworkMap | Brad Fitzpatrick | 1 | -2/+14 |
| 2020-07-25 | control/controlclient: remove unused, slow, often-not-what-you-want NetworkMa... | Brad Fitzpatrick | 1 | -21/+0 |
| 2020-07-25 | wgengine: add debug knob to disable the watchdog during debugging | Brad Fitzpatrick | 1 | -0/+5 |
| 2020-07-24 | wgengine/magicsock: refactor twoDevicePing to make stack construction cleaner. | David Anderson | 1 | -163/+163 |
| 2020-07-24 | ipn: add OSVersion, DeviceModel fields to Prefs and propagate to Hostinfos | Elias Naur | 3 | -7/+21 |
| 2020-07-24 | wgengine: configure wireguard peers lazily, as needed | Brad Fitzpatrick | 4 | -78/+410 |
| 2020-07-24 | wgengine/magicsock: don't log about disco ping timeouts if we have a working ... | Brad Fitzpatrick | 1 | -6/+16 |
| 2020-07-24 | go.mod: bump wireguard-go | Brad Fitzpatrick | 2 | -1/+3 |