| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-12 | control/controlclient: diagnose zero bytes from control | Brad Fitzpatrick | 1 | -0/+9 |
| 2020-11-11 | net/dnscache, control/controlclient: use DNS cache when dialing control | Brad Fitzpatrick | 1 | -1/+6 |
| 2020-11-04 | control/controlclient: send warning flag in map request when IP forwarding off | Brad Fitzpatrick | 1 | -0/+36 |
| 2020-11-04 | ipn: clean up Prefs logging at start | Brad Fitzpatrick | 1 | -2/+7 |
| 2020-10-28 | version: use OSS repo's version when building. | David Anderson | 1 | -1/+1 |
| 2020-10-27 | control/controlclient: remove prior temporary macos debugging | Brad Fitzpatrick | 1 | -39/+0 |
| 2020-10-20 | control/controlclient: add some temporary debugging for #839 | Brad Fitzpatrick | 1 | -0/+39 |
| 2020-10-20 | tailcfg: bump, document MapRequest.Version value | Brad Fitzpatrick | 1 | -10/+8 |
| 2020-10-20 | control/controlclient: rename map debug knob, make it do both request+response | Brad Fitzpatrick | 1 | -4/+3 |
| 2020-10-19 | tailcfg: add a DebugFlags field for experiments and debugging. | David Anderson | 1 | -14/+13 |
| 2020-10-19 | control/controlclient: log Hostinfo on change | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-10-15 | tailcfg: add a field to advertise support for IPv6 tailscale config. | David Anderson | 1 | -9/+14 |
| 2020-10-14 | control/controlclient: also include our own profile (for when no self-owned p... | Brad Fitzpatrick | 1 | -4/+7 |
| 2020-10-14 | control/controlclient: support delta userprofiles from control | Brad Fitzpatrick | 1 | -2/+13 |
| 2020-10-14 | control/controlclient: set MapRequest.ReadOnly on initial empty endpoint request | Brad Fitzpatrick | 1 | -8/+33 |
| 2020-10-08 | controlclient: print http errors if result code != 200.apenwarr/faketun | Avery Pennarun | 1 | -1/+7 |
| 2020-10-06 | control/controlclient: some extra debug info in errors | David Crawshaw | 1 | -2/+2 |
| 2020-10-01 | control/controlclient, ipn: store machine key separately from user prefs/persist | Brad Fitzpatrick | 1 | -35/+49 |
| 2020-09-30 | all: use IsZero methods | Josh Bleecher Snyder | 1 | -2/+2 |
| 2020-09-30 | Revert "all: keep UserProfiles a slice instead of a map for longer" | Brad Fitzpatrick | 1 | -1/+4 |
| 2020-09-29 | control/controlclient: use wgcfg.PrivateKey.IsZero | Josh Bleecher Snyder | 1 | -3/+3 |
| 2020-09-29 | all: keep UserProfiles a slice instead of a map for longer | Josh Bleecher Snyder | 1 | -4/+1 |
| 2020-09-29 | control/controlclient: remove Roles fields from client | Josh Bleecher Snyder | 1 | -1/+0 |
| 2020-09-17 | tailcfg: add MapRequest.ReadOnly and OmitPeers; remove DebugForceDisco | Brad Fitzpatrick | 1 | -25/+19 |
| 2020-09-15 | control/controlclient: add TS_DEBUG_MAPRESPONSE to dump all MapResponses | Brad Fitzpatrick | 1 | -0/+7 |
| 2020-08-26 | tshttpproxy, controlclient, derphttp, logpolicy: send Negotiate auth to proxies | Brad Fitzpatrick | 1 | -0/+1 |
| 2020-08-20 | tailcfg, wgengine, controlclient: add control-side gating of lazy WG config | Brad Fitzpatrick | 1 | -5/+21 |
| 2020-08-18 | net/tshttpproxy: new package, support WPAD/PAC proxies on Windows | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-08-17 | tailcfg, controlclient, magicsock: add control feature flag to enable DRPO | Brad Fitzpatrick | 1 | -2/+19 |
| 2020-08-07 | tailcfg, control/controlclient: support delta-encoded netmaps | Brad Fitzpatrick | 1 | -0/+102 |
| 2020-08-06 | control/controlclient: reset timeout timer on non-keepalive map updates | Brad Fitzpatrick | 1 | -9/+11 |
| 2020-07-31 | all: dns refactor, add Proxied and PerDomain flags from control (#615) | Dmytro Shynkevych | 1 | -2/+24 |
| 2020-07-28 | ipn: fix netmap change tracking and dns map generation (#609) | Dmytro Shynkevych | 1 | -0/+3 |
| 2020-07-27 | tailcfg, control/controlclient: add GoArch, populate OSVersion on Linux | Brad Fitzpatrick | 1 | -0/+9 |
| 2020-07-09 | control/controlclient: fix a couple more data races | Brad Fitzpatrick | 1 | -1/+3 |
| 2020-07-08 | ipn, control/controlclient: fix some data races | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-07-03 | control/controlclient, tailcfg: turn active route discovery on by default | Brad Fitzpatrick | 1 | -15/+22 |
| 2020-07-02 | control/controlclient: fix copy/paste-o in debug knob accessor | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-07-02 | control/controlclient: don't truncate AuthURL in log | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-06-29 | wgengine/magicsock: add new endpoint type used for discovery-supporting peers | Brad Fitzpatrick | 1 | -3/+43 |
| 2020-06-29 | control/controlclient: remove IPv6 opt-out environment variable | Brad Fitzpatrick | 1 | -12/+1 |
| 2020-06-25 | control/controlclient: add Debug field to NetworkMap | Brad Fitzpatrick | 1 | -0/+1 |
| 2020-06-19 | all: generate discovery key, plumb it around | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-06-15 | Fix concurrency issues in controlclient, ipn, types/logger (#456) | Dmytro Shynkevych | 1 | -6/+10 |
| 2020-06-12 | log/logheap: change to POST to a URL instead of logging | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-06-01 | net/netns: move SOCKS dialing to netns for now | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-05-29 | control/controlclient: use netns package to dial connections. | David Anderson | 1 | -0/+3 |
| 2020-05-28 | Revert "control/controlclient: use "getprop net.hostname" for Android hostname" | Brad Fitzpatrick | 1 | -23/+1 |
| 2020-05-27 | control/controlclient: use "getprop net.hostname" for Android hostname | Brad Fitzpatrick | 1 | -1/+23 |
| 2020-05-25 | tailcfg: add MapResponse.Debug mechanism to trigger logging heap pprof | Brad Fitzpatrick | 1 | -0/+4 |