| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-10 | net/interfaces: ignore bogus proxy URLs from winhttp [windows] | Brad Fitzpatrick | 1 | -1/+7 |
| 2020-11-03 | net/tshttpproxy: aggressively rate-limit error logs in Transport.Proxy path | Brad Fitzpatrick | 1 | -3/+18 |
| 2020-10-28 | net/netcheck: fix tests on Windows | Brad Fitzpatrick | 2 | -3/+15 |
| 2020-10-28 | wgengine/magicsock: make test pass on Windows and without firewall dialog box | Brad Fitzpatrick | 1 | -4/+13 |
| 2020-10-15 | tsaddr: add helpers for the Tailscale IPv6 range, and 4to6 conversion. | David Anderson | 1 | -2/+39 |
| 2020-10-13 | net/netns: don't bind to device for localhost connections | Brad Fitzpatrick | 1 | -0/+8 |
| 2020-10-13 | wgengine/router: unfork winipcfg-go package, use upstream | Alex Brainman | 2 | -22/+20 |
| 2020-10-06 | ipn, wgengine, magicsock, tsdns: be quieter and less aggressive when offline | Brad Fitzpatrick | 1 | -16/+33 |
| 2020-10-05 | ipn, wgengine: disable subnet routes if network has PAC configuration | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-10-02 | net/interfaces: add interfaces.State.String method | Brad Fitzpatrick | 2 | -0/+72 |
| 2020-10-01 | net/interfaces: quiet PAC detection logging in no-PAC case, add benchmark | Brad Fitzpatrick | 2 | -8/+34 |
| 2020-10-01 | net/interfaces: add State.PAC field, populate it on Windows | Brad Fitzpatrick | 2 | -0/+42 |
| 2020-09-22 | net/interfaces, net/netns: move default route interface code to interfaces | Brad Fitzpatrick | 3 | -40/+75 |
| 2020-09-22 | net/netns: document Windows socket binding a bit more | Brad Fitzpatrick | 1 | -4/+14 |
| 2020-09-21 | net/tshttpproxy: appease staticcheck | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-09-21 | net/tshttpproxy: add GetProxyForURL negative cache | Brad Fitzpatrick | 2 | -1/+38 |
| 2020-09-14 | net/netns: add windows support. | David Anderson | 3 | -1/+145 |
| 2020-09-11 | net/netcheck: remove mistaken double Mutex.Unlock in error path | Brad Fitzpatrick | 1 | -1/+0 |
| 2020-09-10 | net/netstat: start of new netstat package, with Windows for now | Brad Fitzpatrick | 4 | -0/+247 |
| 2020-09-02 | net/tshttpproxy: fix typo in Windows code added at least second | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-09-02 | net/tshttpproxy: if winhttp.GetProxyForURL blocks too long, use previous value | Brad Fitzpatrick | 1 | -26/+66 |
| 2020-08-28 | net/tshttpproxy: add more winhttp logging | Brad Fitzpatrick | 1 | -1/+7 |
| 2020-08-28 | tshttp, derphttp: send Proxy-Authorization, not Authorization, to proxies | Brad Fitzpatrick | 1 | -1/+13 |
| 2020-08-27 | net/tshttpproxy: move the TS_DEBUG_FAKE_PROXY_AUTH knob up a level | Brad Fitzpatrick | 2 | -4/+4 |
| 2020-08-26 | tshttpproxy, controlclient, derphttp, logpolicy: send Negotiate auth to proxies | Brad Fitzpatrick | 2 | -0/+50 |
| 2020-08-25 | net/tshttpproxy: add start of Kerberos Negotiate auth to proxies on Windows | Brad Fitzpatrick | 2 | -0/+31 |
| 2020-08-24 | net/stun: Fix STUN attribute padding (#710) | renthraysk | 2 | -3/+38 |
| 2020-08-24 | net/tshttpproxy: discard secondary Windows proxies for now | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-08-19 | net/netcheck: in verbose mode, probe all regions | Brad Fitzpatrick | 1 | -6/+16 |
| 2020-08-18 | net/tshttpproxy: new package, support WPAD/PAC proxies on Windows | Brad Fitzpatrick | 3 | -0/+193 |
| 2020-08-13 | wgengine/monitor: add Windows linkchange monitor | Brad Fitzpatrick | 1 | -2/+4 |
| 2020-08-12 | net/interfaces: include DefaultRouteInterface in interfaces.State | Brad Fitzpatrick | 2 | -0/+20 |
| 2020-08-10 | net/interfaces: remove old debug old | Josh Bleecher Snyder | 1 | -3/+0 |
| 2020-08-10 | net/netns, net/interfaces: move defaultRouteInterface, add Android fallback | Brad Fitzpatrick | 4 | -56/+111 |
| 2020-08-04 | net/interfaces: use syscalls to find private gateway IP address | Josh Bleecher Snyder | 5 | -7/+417 |
| 2020-07-31 | all: dns refactor, add Proxied and PerDomain flags from control (#615) | Dmytro Shynkevych | 1 | -0/+22 |
| 2020-07-31 | net/interfaces: don't try to fork on iOS in likelyHomeRouterIPDarwin | Brad Fitzpatrick | 1 | -0/+8 |
| 2020-07-28 | net/interfaces: fix likelyHomeRouterIP on Android | Brad Fitzpatrick | 1 | -1/+59 |
| 2020-07-27 | net/netcheck: lower the hairpin check timeout to 100ms. | David Anderson | 1 | -1/+1 |
| 2020-07-27 | net/netcheck: centralize all clock values in one place. | David Anderson | 1 | -17/+54 |
| 2020-07-22 | wgengine/router: switch packet marks to avoid conflict with Weave Net. | David Anderson | 1 | -1/+1 |
| 2020-07-16 | all: fix vet warnings | Brad Fitzpatrick | 1 | -3/+3 |
| 2020-07-15 | net/interfaces: set SysProcAttr.HideWindow to prevent cmd.exe flash on Windows | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-07-10 | wgengine/magicsock, tstest/natlab: start hooking up natlab to magicsock | Brad Fitzpatrick | 2 | -4/+24 |
| 2020-07-08 | net/netcheck: add missing comment asked for in earlier code review | Brad Fitzpatrick | 1 | -1/+5 |
| 2020-07-06 | net/tsaddr: new package to hold Tailscale-specific IPs/ranges | Brad Fitzpatrick | 3 | -3/+74 |
| 2020-07-06 | netcheck, tailcfg, interfaces, magicsock: survey UPnP, NAT-PMP, PCP | Brad Fitzpatrick | 4 | -18/+201 |
| 2020-07-06 | net/interfaces: add func LikelyHomeRouterIP | Brad Fitzpatrick | 5 | -0/+213 |
| 2020-07-06 | net/netcheck: add an informative payload in the netcheck UDP helper packets | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-07-06 | net/netcheck: send dummy packet out to help airport extreme in hairpin check | Brad Fitzpatrick | 1 | -0/+13 |