| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-28 | ipn: fix netmap change tracking and dns map generation (#609) | Dmytro Shynkevych | 3 | -3/+28 |
| 2020-07-28 | control/controlclient: remove an 'unexpected' log that no longer is | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-07-27 | control/controlclient: populate OSVersion on Windows | Brad Fitzpatrick | 1 | -0/+26 |
| 2020-07-27 | tailcfg, control/controlclient: add GoArch, populate OSVersion on Linux | Brad Fitzpatrick | 3 | -0/+103 |
| 2020-07-25 | control/controlclient: remove unused, slow, often-not-what-you-want NetworkMa... | Brad Fitzpatrick | 1 | -21/+0 |
| 2020-07-23 | control/controlclient: rewrite, test NetworkMap.ConciseDiffFrom | Brad Fitzpatrick | 2 | -63/+300 |
| 2020-07-23 | control/controlclient: rename uflags, give it a type, remove dead code | Brad Fitzpatrick | 1 | -29/+15 |
| 2020-07-23 | control/controlclient: generate wireguard config w/o WgQuick text indirection | Brad Fitzpatrick | 1 | -66/+53 |
| 2020-07-15 | control/controlclient: eliminate race in loginGoal access. | Dmytro Shynkevych | 1 | -4/+5 |
| 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 | 2 | -21/+72 |
| 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 | 3 | -21/+69 |
| 2020-06-24 | control/controlclient: cut down some NetworkMap stringification & diff alloca... | Brad Fitzpatrick | 2 | -3/+45 |
| 2020-06-24 | control/controlclient: trim /32 suffix a bit more succinctly | Brad Fitzpatrick | 1 | -4/+1 |
| 2020-06-19 | all: generate discovery key, plumb it around | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-06-18 | control/controlclient: make netmap generation use rate-limited logger. | David Anderson | 1 | -8/+9 |
| 2020-06-18 | control/controlclient: delete unused function. | David Anderson | 1 | -8/+0 |
| 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-27 | control/controlclient: move auto_test back to corp repo. | David Anderson | 3 | -1373/+69 |
| 2020-05-27 | control/controlclient: move direct_test back to corp repo. | David Anderson | 1 | -384/+0 |
| 2020-05-25 | tailcfg: add MapResponse.Debug mechanism to trigger logging heap pprof | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-05-23 | all: make client use server-provided DERP map, add DERP region support | Brad Fitzpatrick | 2 | -0/+12 |
| 2020-05-20 | controlclient tests: fix more memory leaks and add resource checking. | Avery Pennarun | 3 | -11/+34 |
| 2020-05-19 | controlclient/direct: fix a race condition accessing auth keys. | Avery Pennarun | 2 | -1/+7 |
| 2020-05-19 | controlclient/auto_test: don't print the s.control object. | Avery Pennarun | 1 | -1/+1 |
| 2020-05-14 | controlclient/auto_test: fix flake "peer OS is not linux" on macOS. | Avery Pennarun | 1 | -0/+10 |
| 2020-05-14 | control/controlclient/auto_test: clean up logging to defeat 'go test' idiocy. | Avery Pennarun | 1 | -144/+168 |
| 2020-05-14 | control/controlclient: fix a very rare httptest.Server log.Printf. | Avery Pennarun | 1 | -0/+3 |
| 2020-05-13 | Add tstest.PanicOnLog(), and fix various problems detected by this. | Avery Pennarun | 2 | -4/+7 |
| 2020-05-13 | {ipn,control/controlclient}/tests: pass a logf function to control.New(). | Avery Pennarun | 2 | -3/+3 |
| 2020-05-05 | control/controlclient: revert extreneous synchronization. | Dmytro Shynkevych | 1 | -1/+0 |
| 2020-05-05 | control/controlclient: synchronize hostinfo test. | Dmytro Shynkevych | 1 | -3/+4 |
| 2020-05-05 | controlclient and ipn tests: supply --advertise-tags and --advertise-routes. | Avery Pennarun | 1 | -0/+17 |
| 2020-05-03 | types/structs: add structs.Incomparable annotation, use it where applicable | Brad Fitzpatrick | 3 | -1/+8 |
| 2020-05-01 | controlclient, ipn: adjust tests for tailscale.com keepalive change | David Crawshaw | 1 | -15/+20 |
| 2020-04-30 | Appease the "missing copyright header" check. | Avery Pennarun | 1 | -0/+4 |
| 2020-04-30 | wgengine/filter: support subnet mask rules, not just /32 IPs. | Avery Pennarun | 2 | -1/+81 |
| 2020-04-28 | tstest: rename from testy. | David Anderson | 1 | -5/+5 |
| 2020-04-29 | ipn, controlclient: add control.New parameter | David Crawshaw | 2 | -3/+3 |
| 2020-04-27 | control/controlclient: wait for c1 to receive a netmap. | David Anderson | 1 | -2/+11 |