| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-08-11 | logpolicy: consider /var/lib/tailscale when no STATE_DIRECTORYv1.0.5release-branch/1.0 | Brad Fitzpatrick | 1 | -0/+12 |
| 2020-08-10 | tailcfg: add missing Node.DERP check in Node.Equals | Brad Fitzpatrick | 2 | -0/+6 |
| 2020-08-07 | control/controlclient: reset timeout timer on non-keepalive map updatesv1.0.4bradfitz/release-branch-1.0 | Brad Fitzpatrick | 1 | -9/+11 |
| 2020-08-07 | wgengine/router: set MTU on Windows to min(configured,possible) | Brad Fitzpatrick | 1 | -0/+7 |
| 2020-08-07 | wgengine: stop giving tsdns a buffer that will be reused | Dmytro Shynkevych | 1 | -1/+1 |
| 2020-08-07 | wgengine,magicsock: fix two lazy wireguard config issues | Brad Fitzpatrick | 4 | -27/+153 |
| 2020-08-07 | control/controlclient: remove unused NetworkMap.UAPI method | Brad Fitzpatrick | 2 | -20/+13 |
| 2020-08-07 | wgengine/magicsock: fix lazy config deadlock, document more lock ordering | Brad Fitzpatrick | 1 | -21/+24 |
| 2020-08-07 | wgengine/monitor: log RTM_DELROUTE details, fix format strings | Brad Fitzpatrick | 1 | -2/+12 |
| 2020-08-07 | wgengine: fix deadlock between engine and magicsock | Brad Fitzpatrick | 2 | -3/+8 |
| 2020-08-07 | wgengine/magicsock: deflake tests, Close deadlock again | Brad Fitzpatrick | 2 | -15/+35 |
| 2020-08-07 | logpolicy: upload early logpolicy output, log where we decide to write logs | Brad Fitzpatrick | 1 | -10/+25 |
| 2020-08-07 | wgengine/magicsock: don't deadlock on pre-disco Endpoints w/ lazy wireguard c... | Brad Fitzpatrick | 1 | -7/+5 |
| 2020-08-03 | version: adjust to a pure semver version number, per bradfitz's proposal.v1.0.3 | David Anderson | 2 | -92/+128 |
| 2020-08-03 | control/controlclient: print disco keys NetworkMap diffs (debug change only) | Brad Fitzpatrick | 2 | -2/+76 |
| 2020-08-01 | wgengine/filter: omit logging for all v6 multicast, remove debug panic :(v1.0.2 | Brad Fitzpatrick | 2 | -1/+10 |
| 2020-08-01 | Merge branch 'main' into release-branch/1.0v1.0.1 | David Anderson | 42 | -563/+911 |
| 2020-07-31 | cmd/tailscaled: ignore SIGPIPE. | David Anderson | 1 | -2/+6 |
| 2020-07-31 | Revert "cmd/tailscaled: exit gracefully on SIGPIPE" | David Anderson | 2 | -9/+10 |
| 2020-07-31 | ipn: fix incorrect change tracking for packet filter. | David Anderson | 1 | -17/+24 |
| 2020-07-31 | all: dns refactor, add Proxied and PerDomain flags from control (#615) | Dmytro Shynkevych | 31 | -422/+689 |
| 2020-07-31 | cmd/tailscaled: exit gracefully on SIGPIPE | Dmytro Shynkevych | 1 | -2/+3 |
| 2020-07-31 | wgengine: fix lazy wireguard config bug on sent packet minute+ later | Brad Fitzpatrick | 1 | -5/+22 |
| 2020-07-31 | net/interfaces: don't try to fork on iOS in likelyHomeRouterIPDarwin | Brad Fitzpatrick | 1 | -0/+8 |
| 2020-07-31 | router: split off sandboxed path from router_darwin (#624) | Dmytro Shynkevych | 4 | -86/+22 |
| 2020-07-30 | wgengine/magicsock: remove TODO comment that's no longer applicable | Brad Fitzpatrick | 1 | -1/+0 |
| 2020-07-31 | tailscaled.service: use default restart limiting | David Crawshaw | 1 | -2/+0 |
| 2020-07-30 | wgengine/magicsock: stop disco activity on IPN stop | Brad Fitzpatrick | 2 | -5/+29 |
| 2020-07-30 | wgengine/magicsock: merge errClosed and errConnClosed | Brad Fitzpatrick | 1 | -3/+1 |
| 2020-07-30 | wgengine/filter: remove leftover debug knob that staticcheck doesn't like | Brad Fitzpatrick | 1 | -4/+0 |
| 2020-07-30 | wgengine/filter: fix IPv4 IGMP spam omission, also omit ff02::16 spam | Brad Fitzpatrick | 4 | -9/+95 |
| 2020-07-30 | cmd/tailscaled: log on shutdown signal | Brad Fitzpatrick | 1 | -1/+2 |
| 2020-07-30 | version: revert the filepath change from earlier commit | Brad Fitzpatrick | 1 | -11/+16 |
| 2020-07-30 | logpolicy: remove inaccurate comment, conditional tryFixLogStateLocation call | Brad Fitzpatrick | 1 | -13/+12 |
| 2020-07-30 | ipn/setClientStatus: fix inverted prefsChanged check. | Avery Pennarun | 1 | -1/+1 |
| 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 |