| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-24 | ipn: add OSVersion, DeviceModel fields to Prefs and propagate to Hostinfos | Elias Naur | 1 | -6/+14 |
| 2020-07-23 | control/controlclient: rename uflags, give it a type, remove dead code | Brad Fitzpatrick | 1 | -7/+7 |
| 2020-07-22 | ipn: load hostname in Start. | Dmytro Shynkevych | 1 | -0/+3 |
| 2020-07-22 | ipn: remove unused parameter to func LoadPrefs, fix godoc subject | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-07-15 | cmd/tailscale: make tailscale status -active also filter in -json mode | Brad Fitzpatrick | 1 | -1/+3 |
| 2020-07-14 | ipn: add self to dns map | Dmytro Shynkevych | 1 | -5/+12 |
| 2020-07-14 | wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536) | Dmytro Shynkevych | 1 | -3/+5 |
| 2020-07-14 | ipn: add Login backend command for sign-in with token | Elias Naur | 1 | -0/+11 |
| 2020-07-13 | cmd/tailscaled: graceful shutdown (#534) | Dmytro Shynkevych | 1 | -2/+5 |
| 2020-07-08 | ipn, control/controlclient: fix some data races | Brad Fitzpatrick | 1 | -1/+2 |
| 2020-07-07 | tsdns: dual resolution mode, IPv6 support (#526) | Dmytro Shynkevych | 1 | -1/+1 |
| 2020-07-06 | wgengine/magicsock: change API to not permit disco key changes | Brad Fitzpatrick | 1 | -3/+1 |
| 2020-06-29 | wgengine/magicsock: add new endpoint type used for discovery-supporting peers | Brad Fitzpatrick | 1 | -3/+1 |
| 2020-06-25 | ipn, wgengine: plumb NetworkMap down to magicsock | Brad Fitzpatrick | 1 | -0/+1 |
| 2020-06-24 | ipn: add missing locking in LocalBackend.NetMap | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-06-20 | ipn: put discovery key generation behind an environment flag for now | Brad Fitzpatrick | 1 | -3/+8 |
| 2020-06-19 | ipn: fix race in enterState | Dmytro Shynkevych | 1 | -1/+1 |
| 2020-06-19 | all: generate discovery key, plumb it around | Brad Fitzpatrick | 1 | -0/+5 |
| 2020-06-18 | control/controlclient: make netmap generation use rate-limited logger. | David Anderson | 1 | -1/+1 |
| 2020-06-15 | Fix concurrency issues in controlclient, ipn, types/logger (#456) | Dmytro Shynkevych | 1 | -164/+182 |
| 2020-06-09 | wgengine/tsdns: add test and prevent useless updates (#449) | Dmytro Shynkevych | 1 | -6/+20 |
| 2020-06-08 | tsdns: initial implementation of a Tailscale DNS resolver (#396) | Dmytro Shynkevych | 1 | -0/+31 |
| 2020-06-02 | ipn: add Hostname override to Prefs | Elias Naur | 1 | -0/+3 |
| 2020-05-31 | wgengine: don't pass nil router.Config objects. | Avery Pennarun | 1 | -2/+2 |
| 2020-05-29 | ipn: restore LiveDERPs assignment in LocalBackend.parseWgStatus | Brad Fitzpatrick | 1 | -0/+1 |
| 2020-05-28 | router_linux: use only baseline 'ip rule' features that exist in old kernels. | Avery Pennarun | 1 | -6/+2 |
| 2020-05-27 | ipn: move e2e_test back to corp repo. | David Anderson | 1 | -0/+17 |
| 2020-05-23 | all: make client use server-provided DERP map, add DERP region support | Brad Fitzpatrick | 1 | -2/+6 |
| 2020-05-22 | wgengine/filter: implement a destination IP pre-filter. | David Anderson | 1 | -12/+39 |
| 2020-05-21 | ipn: Resolve some resource leaks in test. | Avery Pennarun | 1 | -1/+3 |
| 2020-05-21 | ipn/local: get rid of some straggling calls to the log module. | Avery Pennarun | 1 | -4/+5 |
| 2020-05-19 | ipn: sprinkle documentation and clarity rewrites through LocalBackend. | David Anderson | 1 | -81/+143 |
| 2020-05-15 | wgengine: log node IDs when peers are added/removed (#381) | Wendi Yu | 1 | -3/+7 |
| 2020-05-14 | ipn: plumb NetfilterMode all the way out to the CLI. | David Anderson | 1 | -8/+1 |
| 2020-05-14 | wgengine/router: support multiple levels of netfilter involvement. | David Anderson | 1 | -5/+13 |
| 2020-05-13 | Add tstest.PanicOnLog(), and fix various problems detected by this. | Avery Pennarun | 1 | -4/+4 |
| 2020-05-12 | wgengine/router: rename config.Settings to config.Config, make pointer. | David Anderson | 1 | -6/+6 |
| 2020-05-12 | wgengine: generate and plumb router.Settings in from ipn. | David Anderson | 1 | -3/+58 |
| 2020-05-12 | Reduce logspam from node with no peers | Wendi Yu | 1 | -1/+3 |
| 2020-05-11 | wgengine/router: add a setting to disable SNAT for subnet routes. | David Anderson | 1 | -3/+3 |
| 2020-05-07 | wgengine: plumb locally advertised subnet routes. | David Anderson | 1 | -3/+5 |
| 2020-05-01 | cmd/tailscale: add --advertise-tags option. | Avery Pennarun | 1 | -0/+1 |
| 2020-04-30 | ipn/local: differentiate Shields Up from Uninitialized in logs. | Avery Pennarun | 1 | -4/+8 |
| 2020-04-29 | ipn: clear the hostinfo.Services list when prefs.ShieldsUp==true. | Avery Pennarun | 1 | -12/+25 |
| 2020-04-29 | Add prefs.ShieldsUp and --shields-up option. | Avery Pennarun | 1 | -6/+7 |
| 2020-04-28 | ipn: revert part of 18017f7630ee9ac | Brad Fitzpatrick | 1 | -4/+0 |
| 2020-04-28 | ipn, wgengine/magicsock: be more idle when in Stopped state with no peers | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-04-11 | all: remove unnecessary trailing newlines in format patterns for consistency | Brad Fitzpatrick | 1 | -28/+28 |
| 2020-04-10 | wgengine: quiet some engine reconfig logging, make more consistent | Brad Fitzpatrick | 1 | -5/+5 |
| 2020-04-10 | ipn: outdent some code in if that's statically always true | Brad Fitzpatrick | 1 | -15/+13 |