| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2020-06-30 | net/netcheck, wgengine/magicsock: replace more UDPAddr with netaddr.IPPort | Brad Fitzpatrick | 2 | -11/+10 |
| 2020-06-15 | net/stun: Remove unreachable code | Quoc-Viet Nguyen | 1 | -12/+6 |
| 2020-06-11 | net/netcheck: use logger.ArgWriter in logConciseReport, fix comma bug, add tests | Brad Fitzpatrick | 2 | -33/+126 |
| 2020-06-01 | net/netns: move SOCKS dialing to netns for now | Brad Fitzpatrick | 2 | -6/+66 |
| 2020-06-01 | net/tlsdial, derp/derphttp: finish DERPNode.CertName validation | Brad Fitzpatrick | 1 | -2/+49 |
| 2020-05-31 | net/netns: optimize defaultRouteInterface a bit | Brad Fitzpatrick | 2 | -5/+29 |
| 2020-05-31 | net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checks | Brad Fitzpatrick | 3 | -46/+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 | 1 | -25/+112 |
| 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 | 1 | -10/+12 |
| 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 | 4 | -8/+74 |
| 2020-05-29 | netcheck: address some HTTP fallback measurement TODOs | Brad Fitzpatrick | 1 | -20/+65 |
| 2020-05-29 | net/netcheck: add Report.IPv4 and another TODO | Brad Fitzpatrick | 1 | -0/+6 |
| 2020-05-28 | derp/derphttp: make DERP client use netns for dial-outs. | David Anderson | 1 | -0/+7 |