| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-15 | safesocket, ipn/ipnserver: look up peer creds on Darwinbradfitz/darwin_creds | Brad Fitzpatrick | 4 | -3/+62 |
| 2021-02-15 | control/controlclient: note package type in Hostinfo | Brad Fitzpatrick | 1 | -0/+16 |
| 2021-02-15 | tailcfg: add Hostinfo.Package | Brad Fitzpatrick | 3 | -1/+3 |
| 2021-02-15 | safesocket: make ConnectDefault use paths pkg, fixing tailscaled-on-macOS | Brad Fitzpatrick | 2 | -2/+4 |
| 2021-02-15 | cmd/hello: make whois client work on macOS against GUI client | Brad Fitzpatrick | 1 | -1/+30 |
| 2021-02-15 | ipn/ipnserver, ipn/ipnlocal: move whois handler to new localapi package | Brad Fitzpatrick | 3 | -46/+119 |
| 2021-02-15 | wgengine/monitor: prevent shutdown hang in darwin link monitor | Brad Fitzpatrick | 1 | -3/+10 |
| 2021-02-15 | safesocket, wgengine: add some darwin failure diagnostic hints | Brad Fitzpatrick | 2 | -8/+33 |
| 2021-02-14 | net/{interfaces,netns}: add some new tests, missed from prior commit | Brad Fitzpatrick | 2 | -0/+59 |
| 2021-02-14 | net/interfaces: fix staticcheck error on darwin | Brad Fitzpatrick | 1 | -2/+2 |
| 2021-02-14 | cmd/tailscaled: fix up install-system-daemon on darwin, add uninstall too | Brad Fitzpatrick | 3 | -16/+61 |
| 2021-02-14 | net/{interfaces,ns}: add tailscaled-mode darwin routing looping prevention | Brad Fitzpatrick | 6 | -4/+137 |
| 2021-02-13 | wgengine/monitor: add a darwin implementation for tailscaled mode | Brad Fitzpatrick | 2 | -1/+66 |
| 2021-02-13 | cmd/tailscaled: add subcommand on darwin to install+start tailscaled under la... | Brad Fitzpatrick | 2 | -4/+122 |
| 2021-02-13 | paths: update some default paths for darwin | Brad Fitzpatrick | 2 | -0/+5 |
| 2021-02-12 | net/interfaces: reconcile interface filtering with address printing in logs | Brad Fitzpatrick | 1 | -10/+18 |
| 2021-02-12 | wgengine/magicsock: retry and re-send packets in TestTwoDevicePing | Josh Bleecher Snyder | 1 | -28/+42 |
| 2021-02-12 | derp/derphttp: return nicer errors from Recv on Close | Brad Fitzpatrick | 1 | -0/+9 |
| 2021-02-12 | derp/derphttp: add a context and infoLogger option to RunWatchConnectionLoop | Brad Fitzpatrick | 2 | -9/+30 |
| 2021-02-12 | wgengine/magicsock: reduce log spam during tests | Josh Bleecher Snyder | 1 | -4/+5 |
| 2021-02-12 | wgengine/magicsock: remove an alloc from ReceiveIPvN | Josh Bleecher Snyder | 2 | -24/+132 |
| 2021-02-12 | wgengine/magicsock: unify on netaddr types in addrSet | Josh Bleecher Snyder | 3 | -129/+74 |
| 2021-02-12 | wgengine/magicsock: prevent logging while running benchmarks | Josh Bleecher Snyder | 1 | -0/+1 |
| 2021-02-11 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-02-11 | cmd/tailscaled: pick automatic tun device name on darwin | Brad Fitzpatrick | 1 | -0/+4 |
| 2021-02-11 | wgengine/router: fix BSD router to support multiple local addrs, IPv6 | Brad Fitzpatrick | 1 | -43/+68 |
| 2021-02-11 | cmd/hello: truncate long strings (#1328) | Ross Zurowski | 1 | -6/+21 |
| 2021-02-11 | cmd/hello: chop DNS name at first dot | Brad Fitzpatrick | 1 | -1/+9 |
| 2021-02-11 | cmd/hello: style welcome message (#1325) | Ross Zurowski | 2 | -28/+438 |
| 2021-02-11 | wgengine/tstun: reply to MagicDNS pings | Brad Fitzpatrick | 1 | -0/+10 |
| 2021-02-11 | cmd/hello: serve fake data in dev mode on whois failure | Brad Fitzpatrick | 1 | -9/+21 |
| 2021-02-11 | cmd/hello: in dev mode, live reload template | Brad Fitzpatrick | 1 | -1/+20 |
| 2021-02-10 | go.mod: update to latest wireguard-go | Josh Bleecher Snyder | 2 | -1/+3 |
| 2021-02-10 | wgengine/magicsock: increase legacy ping timeout again | Josh Bleecher Snyder | 2 | -4/+22 |
| 2021-02-10 | wgengine/router: add another Windows firewall rule to allow incoming UDP | Brad Fitzpatrick | 1 | -5/+39 |
| 2021-02-10 | wgengine/magicsock: reconnect to DERP home after network comes back up | Brad Fitzpatrick | 1 | -6/+14 |
| 2021-02-10 | go.mod: pull in upstream wireguard-go bug fixes | Josh Bleecher Snyder | 2 | -1/+3 |
| 2021-02-09 | portlist, version: update build tags for Go 1.16, Apple M1 | moncho | 6 | -6/+6 |
| 2021-02-09 | wgengine/winnet: don't build on non-windows | Brad Fitzpatrick | 1 | -1/+4 |
| 2021-02-09 | go.mod: bump to latest wireguard-go | Josh Bleecher Snyder | 2 | -1/+3 |
| 2021-02-09 | wgengine/magicsock: fix typo in comment | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-02-09 | wgengine/tstun: inform userspaceEngine about injected outbound packets in tundev | Naman Sood | 1 | -3/+9 |
| 2021-02-08 | wgengine: remove IpcGetOperation filter | Josh Bleecher Snyder | 1 | -6/+1 |
| 2021-02-08 | wgengine/magicsock: fix DERP reader hang regression during concurrent reads | Brad Fitzpatrick | 2 | -37/+92 |
| 2021-02-08 | wgengine/magicsock: allow more time for pings to transit | Josh Bleecher Snyder | 1 | -4/+11 |
| 2021-02-06 | wgengine/magicsock: add disabled failing (deadlocking) test for #1282 | Brad Fitzpatrick | 2 | -21/+114 |
| 2021-02-05 | ipn/ipnlocal: don't short-circuit default route filtering. | David Anderson | 1 | -4/+0 |
| 2021-02-05 | types/netmap: split controlclient.NetworkMap off into its own leaf package | Brad Fitzpatrick | 19 | -124/+127 |
| 2021-02-05 | types/persist: split controlclient.Persist into a small leaf package | Brad Fitzpatrick | 13 | -107/+149 |
| 2021-02-05 | cmd/tailscale/cli: display currently active exit node in `tailscale status`. | David Anderson | 3 | -1/+11 |