summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-30net/netcheck, wgengine/magicsock: replace more UDPAddr with netaddr.IPPortBrad Fitzpatrick2-11/+10
2020-06-15net/stun: Remove unreachable codeQuoc-Viet Nguyen1-12/+6
2020-06-11net/netcheck: use logger.ArgWriter in logConciseReport, fix comma bug, add testsBrad Fitzpatrick2-33/+126
2020-06-01net/netns: move SOCKS dialing to netns for nowBrad Fitzpatrick2-6/+66
2020-06-01net/tlsdial, derp/derphttp: finish DERPNode.CertName validationBrad Fitzpatrick1-2/+49
2020-05-31net/netns: optimize defaultRouteInterface a bitBrad Fitzpatrick2-5/+29
2020-05-31net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checksBrad Fitzpatrick3-46/+10
2020-05-31net/netns: unindent, refactor to remove some redunant codeBrad Fitzpatrick1-38/+35
2020-05-31net/netns: remove redundant build tagBrad Fitzpatrick1-2/+0
2020-05-31net/netns: add a test that tailscaleBypassMark stays in sync between packagesBrad Fitzpatrick1-0/+51
2020-05-31net/netns: refactor the sync.Once usage a bitBrad Fitzpatrick1-10/+13
2020-05-31net/netns, wgengine/router: support Linux machines that don't have 'ip rule'.Avery Pennarun1-25/+112
2020-05-29net/netns: also don't err on tailscaled -fake as a regular userBrad Fitzpatrick1-4/+15
2020-05-29net/netcheck: fix HTTPS fallback bug from earlier todayBrad Fitzpatrick1-10/+12
2020-05-29net/netns: don't return an error if we're not root and running the tailscale ...Brad Fitzpatrick1-0/+9
2020-05-29net/netns: set the bypass socket mark on linux.David Anderson4-8/+74
2020-05-29netcheck: address some HTTP fallback measurement TODOsBrad Fitzpatrick1-20/+65
2020-05-29net/netcheck: add Report.IPv4 and another TODOBrad Fitzpatrick1-0/+6
2020-05-28derp/derphttp: make DERP client use netns for dial-outs.David Anderson1-0/+7