summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-10net/interfaces: ignore bogus proxy URLs from winhttp [windows]Brad Fitzpatrick1-1/+7
2020-11-03net/tshttpproxy: aggressively rate-limit error logs in Transport.Proxy pathBrad Fitzpatrick1-3/+18
2020-10-28net/netcheck: fix tests on WindowsBrad Fitzpatrick2-3/+15
2020-10-28wgengine/magicsock: make test pass on Windows and without firewall dialog boxBrad Fitzpatrick1-4/+13
2020-10-15tsaddr: add helpers for the Tailscale IPv6 range, and 4to6 conversion.David Anderson1-2/+39
2020-10-13net/netns: don't bind to device for localhost connectionsBrad Fitzpatrick1-0/+8
2020-10-13wgengine/router: unfork winipcfg-go package, use upstreamAlex Brainman2-22/+20
2020-10-06ipn, wgengine, magicsock, tsdns: be quieter and less aggressive when offlineBrad Fitzpatrick1-16/+33
2020-10-05ipn, wgengine: disable subnet routes if network has PAC configurationBrad Fitzpatrick1-0/+2
2020-10-02net/interfaces: add interfaces.State.String methodBrad Fitzpatrick2-0/+72
2020-10-01net/interfaces: quiet PAC detection logging in no-PAC case, add benchmarkBrad Fitzpatrick2-8/+34
2020-10-01net/interfaces: add State.PAC field, populate it on WindowsBrad Fitzpatrick2-0/+42
2020-09-22net/interfaces, net/netns: move default route interface code to interfacesBrad Fitzpatrick3-40/+75
2020-09-22net/netns: document Windows socket binding a bit moreBrad Fitzpatrick1-4/+14
2020-09-21net/tshttpproxy: appease staticcheckBrad Fitzpatrick1-0/+2
2020-09-21net/tshttpproxy: add GetProxyForURL negative cacheBrad Fitzpatrick2-1/+38
2020-09-14net/netns: add windows support.David Anderson3-1/+145
2020-09-11net/netcheck: remove mistaken double Mutex.Unlock in error pathBrad Fitzpatrick1-1/+0
2020-09-10net/netstat: start of new netstat package, with Windows for nowBrad Fitzpatrick4-0/+247
2020-09-02net/tshttpproxy: fix typo in Windows code added at least secondBrad Fitzpatrick1-1/+1
2020-09-02net/tshttpproxy: if winhttp.GetProxyForURL blocks too long, use previous valueBrad Fitzpatrick1-26/+66
2020-08-28net/tshttpproxy: add more winhttp loggingBrad Fitzpatrick1-1/+7
2020-08-28tshttp, derphttp: send Proxy-Authorization, not Authorization, to proxiesBrad Fitzpatrick1-1/+13
2020-08-27net/tshttpproxy: move the TS_DEBUG_FAKE_PROXY_AUTH knob up a levelBrad Fitzpatrick2-4/+4
2020-08-26tshttpproxy, controlclient, derphttp, logpolicy: send Negotiate auth to proxiesBrad Fitzpatrick2-0/+50
2020-08-25net/tshttpproxy: add start of Kerberos Negotiate auth to proxies on WindowsBrad Fitzpatrick2-0/+31
2020-08-24net/stun: Fix STUN attribute padding (#710)renthraysk2-3/+38
2020-08-24net/tshttpproxy: discard secondary Windows proxies for nowBrad Fitzpatrick1-0/+4
2020-08-19net/netcheck: in verbose mode, probe all regionsBrad Fitzpatrick1-6/+16
2020-08-18net/tshttpproxy: new package, support WPAD/PAC proxies on WindowsBrad Fitzpatrick3-0/+193
2020-08-13wgengine/monitor: add Windows linkchange monitorBrad Fitzpatrick1-2/+4
2020-08-12net/interfaces: include DefaultRouteInterface in interfaces.StateBrad Fitzpatrick2-0/+20
2020-08-10net/interfaces: remove old debug oldJosh Bleecher Snyder1-3/+0
2020-08-10net/netns, net/interfaces: move defaultRouteInterface, add Android fallbackBrad Fitzpatrick4-56/+111
2020-08-04net/interfaces: use syscalls to find private gateway IP addressJosh Bleecher Snyder5-7/+417
2020-07-31all: dns refactor, add Proxied and PerDomain flags from control (#615)Dmytro Shynkevych1-0/+22
2020-07-31net/interfaces: don't try to fork on iOS in likelyHomeRouterIPDarwinBrad Fitzpatrick1-0/+8
2020-07-28net/interfaces: fix likelyHomeRouterIP on AndroidBrad Fitzpatrick1-1/+59
2020-07-27net/netcheck: lower the hairpin check timeout to 100ms.David Anderson1-1/+1
2020-07-27net/netcheck: centralize all clock values in one place.David Anderson1-17/+54
2020-07-22wgengine/router: switch packet marks to avoid conflict with Weave Net.David Anderson1-1/+1
2020-07-16all: fix vet warningsBrad Fitzpatrick1-3/+3
2020-07-15net/interfaces: set SysProcAttr.HideWindow to prevent cmd.exe flash on WindowsBrad Fitzpatrick1-0/+2
2020-07-10wgengine/magicsock, tstest/natlab: start hooking up natlab to magicsockBrad Fitzpatrick2-4/+24
2020-07-08net/netcheck: add missing comment asked for in earlier code reviewBrad Fitzpatrick1-1/+5
2020-07-06net/tsaddr: new package to hold Tailscale-specific IPs/rangesBrad Fitzpatrick3-3/+74
2020-07-06netcheck, tailcfg, interfaces, magicsock: survey UPnP, NAT-PMP, PCPBrad Fitzpatrick4-18/+201
2020-07-06net/interfaces: add func LikelyHomeRouterIPBrad Fitzpatrick5-0/+213
2020-07-06net/netcheck: add an informative payload in the netcheck UDP helper packetsBrad Fitzpatrick1-1/+1
2020-07-06net/netcheck: send dummy packet out to help airport extreme in hairpin checkBrad Fitzpatrick1-0/+13