| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-03 | cmd/tailscale: fix inverted flag meanings.v0.99.0v0.98.1 | David Anderson | 1 | -2/+2 |
| 2020-06-03 | version: always include the long form version in describe. | David Anderson | 1 | -1/+1 |
| 2020-06-02 | wgengine/router: don't filter subnet routing in netfilter. | David Anderson | 2 | -66/+35 |
| 2020-06-03 | ipn/ipnserver: revert decoder memory limit. | David Anderson | 1 | -1/+0 |
| 2020-06-02 | logpolicy: add a temporary fixup for #247. | David Anderson | 1 | -4/+156 |
| 2020-06-02 | logpolicy: don't put log state in /. | David Anderson | 1 | -4/+16 |
| 2020-06-02 | ipn: add Hostname override to Prefs | Elias Naur | 3 | -1/+19 |
| 2020-06-02 | filter: prevent escape of QDecode to the heap (#417) | Dmytro Shynkevych | 2 | -37/+153 |
| 2020-06-02 | cmd/tailscale: fix broken build, result of borked stash pop. | David Anderson | 1 | -4/+4 |
| 2020-06-02 | cmd/tailscale: remove double negation arguments. | David Anderson | 1 | -2/+2 |
| 2020-06-01 | version: support major.minor.patch tags without breaking Apple builds. | David Anderson | 8 | -45/+167 |
| 2020-06-01 | cmd/tailscale: warn to stderr that netcheck -format=json isn't stable | Brad Fitzpatrick | 1 | -0/+5 |
| 2020-06-01 | net/netns: move SOCKS dialing to netns for now | Brad Fitzpatrick | 5 | -34/+57 |
| 2020-06-01 | net/tlsdial, derp/derphttp: finish DERPNode.CertName validation | Brad Fitzpatrick | 2 | -8/+57 |
| 2020-05-31 | Update go4.org/mem, adjust to revised API. | Brad Fitzpatrick | 3 | -9/+7 |
| 2020-05-31 | net/netns: optimize defaultRouteInterface a bit | Brad Fitzpatrick | 2 | -5/+29 |
| 2020-05-31 | wgengine/magicsock: drop a bytes.Buffer sync.Pool, use logger.ArgWriter instead | Brad Fitzpatrick | 1 | -25/+17 |
| 2020-05-31 | net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checks | Brad Fitzpatrick | 6 | -61/+10 |
| 2020-05-31 | net/netns: unindent, refactor to remove some redunant code | Brad Fitzpatrick | 1 | -38/+35 |
| 2020-05-31 | net/netns: remove redundant build tag | Brad Fitzpatrick | 1 | -2/+0 |
| 2020-05-31 | net/netns: add a test that tailscaleBypassMark stays in sync between packages | Brad Fitzpatrick | 1 | -0/+51 |
| 2020-05-31 | net/netns: refactor the sync.Once usage a bit | Brad Fitzpatrick | 1 | -10/+13 |
| 2020-05-31 | net/netns, wgengine/router: support Linux machines that don't have 'ip rule'. | Avery Pennarun | 2 | -43/+149 |
| 2020-05-31 | Merge branch 'master' of github.com:tailscale/tailscale | Avery Pennarun | 4 | -25/+74 |
| 2020-05-31 | wgengine: separately dedupe wireguard configs and router configs. | Avery Pennarun | 1 | -24/+33 |
| 2020-05-31 | wgengine: don't pass nil router.Config objects. | Avery Pennarun | 3 | -3/+11 |
| 2020-05-30 | tailcfg: remove unused, unimplemented DERPNode.CertFingerprint for now | Brad Fitzpatrick | 1 | -5/+0 |
| 2020-05-29 | net/netns: also don't err on tailscaled -fake as a regular user | Brad Fitzpatrick | 1 | -4/+15 |
| 2020-05-29 | net/netcheck: fix HTTPS fallback bug from earlier today | Brad Fitzpatrick | 2 | -20/+54 |
| 2020-05-29 | net/netns: don't return an error if we're not root and running the tailscale ... | Brad Fitzpatrick | 1 | -0/+9 |
| 2020-05-29 | net/netns: set the bypass socket mark on linux. | David Anderson | 8 | -8/+92 |
| 2020-05-29 | netcheck: address some HTTP fallback measurement TODOs | Brad Fitzpatrick | 2 | -25/+77 |
| 2020-05-29 | wgengine/magicsock: don't log on UDP send errors if address family known missing | Brad Fitzpatrick | 1 | -0/+16 |
| 2020-05-29 | syncs: add AtomicBool | Brad Fitzpatrick | 1 | -0/+15 |
| 2020-05-29 | net/netcheck: add Report.IPv4 and another TODO | Brad Fitzpatrick | 1 | -0/+6 |
| 2020-05-29 | types/logger: add TS_DEBUG_LOG_RATE knob to easily turn off rate limiting | Brad Fitzpatrick | 1 | -0/+6 |
| 2020-05-30 | wgengine: ensure pingers are gone before returning from Close | David Crawshaw | 1 | -38/+76 |
| 2020-05-29 | ipn: restore LiveDERPs assignment in LocalBackend.parseWgStatus | Brad Fitzpatrick | 1 | -0/+1 |
| 2020-05-29 | control/controlclient: use netns package to dial connections. | David Anderson | 1 | -0/+3 |
| 2020-05-29 | logpolicy: remove deprecated DualStack directive. | David Anderson | 1 | -1/+0 |
| 2020-05-28 | logpolicy: use netns for dialing log.tailscale.io. | David Anderson | 1 | -5/+5 |
| 2020-05-28 | derp/derphttp: make DERP client use netns for dial-outs. | David Anderson | 2 | -2/+10 |
| 2020-05-28 | net/netns: add package for start of network namespace support | Brad Fitzpatrick | 3 | -7/+44 |
| 2020-05-28 | wgengine/magicsock: don't report v4 localhost addresses on IPv6-only systems | Brad Fitzpatrick | 1 | -2/+3 |
| 2020-05-28 | wgengine/router: make runner.go linux-only for now. | David Anderson | 1 | -0/+2 |
| 2020-05-28 | Revert "control/controlclient: use "getprop net.hostname" for Android hostname" | Brad Fitzpatrick | 1 | -23/+1 |
| 2020-05-28 | Make netcheck handle v6-only interfaces better, faster. | Brad Fitzpatrick | 4 | -65/+152 |
| 2020-05-28 | Bump inet.af/netaddr dep for FromStdIP behavior change I want to depend on. | Brad Fitzpatrick | 2 | -1/+3 |
| 2020-05-28 | tempfork/internal/testenv: remove | Brad Fitzpatrick | 1 | -160/+0 |
| 2020-05-28 | cmd/tailscale: add netcheck flags for incremental reports, JSON output | Brad Fitzpatrick | 1 | -2/+53 |