summaryrefslogtreecommitdiffhomepage
path: root/net/tshttpproxy
AgeCommit message (Expand)AuthorFilesLines
2023-03-29net/tshttpproxy: don't proxy through ourselvesAndrew Dunham2-2/+200
2023-03-04all: use tstest.Replace moreMaisem Ali1-7/+5
2023-02-03net/tshttpproxy: more directly use Transport proxy CONNECT hooksMihai Parparita2-51/+24
2023-01-27all: update copyright and license headersWill Norris8-24/+16
2022-11-14net/tshttpproxy: don't ignore env-based HTTP proxies after system lookups failBrad Fitzpatrick2-5/+40
2022-11-04all: remove old +build tagsBrad Fitzpatrick4-4/+0
2022-11-03net/tshttpproxy: add clientmetrics on Windows proxy lookup pathsBrad Fitzpatrick1-0/+16
2022-09-29all: fix spelling mistakesJosh Soref2-2/+2
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-3/+2
2022-08-04all: use syncs.AtomicValueMaisem Ali1-3/+3
2022-07-27net/tshttpproxy: fix incorrect type in Windows implementation, switch to mkwi...Aaron Klotz3-44/+133
2022-04-28net/tshttpproxy: synology: pick proxy by schemeJames Tucker2-72/+175
2022-04-28net/tshttpproxy: use http as the scheme for proxiesMaisem Ali2-7/+7
2022-04-26net/tshttpproxy: fix typoBrad Fitzpatrick1-1/+1
2022-04-21tshttpproxy: support synology proxy configurationJames Tucker3-0/+446
2022-03-18net/tshttpproxy: ensure we pass the correct flags to WinHttpOpen on Win7 and ...Aaron Klotz1-1/+26
2021-11-22net/tshttpproxy: use correct size for Windows BOOL argumentJosh Bleecher Snyder1-1/+1
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-03-03net/tshttpproxy: call winhttp calls from a fixed OS threadBrad Fitzpatrick1-0/+4
2021-02-18net/tshttpproxy: support HTTP proxy environment credentials on Windows tooBrad Fitzpatrick2-16/+18
2021-02-17net/tshttpproxy: support basic auth when available (#1354)Christine Dodrill2-0/+61
2020-11-03net/tshttpproxy: aggressively rate-limit error logs in Transport.Proxy pathBrad Fitzpatrick1-3/+18
2020-09-21net/tshttpproxy: appease staticcheckBrad Fitzpatrick1-0/+2
2020-09-21net/tshttpproxy: add GetProxyForURL negative cacheBrad Fitzpatrick2-1/+38
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/tshttpproxy: discard secondary Windows proxies for nowBrad Fitzpatrick1-0/+4
2020-08-18net/tshttpproxy: new package, support WPAD/PAC proxies on WindowsBrad Fitzpatrick2-0/+175