summaryrefslogtreecommitdiffhomepage
path: root/net/tshttpproxy/tshttpproxy.go
AgeCommit message (Expand)AuthorFilesLines
2024-02-22net/tshttpproxy: log when we're using a proxyAndrew Dunham1-1/+25
2023-03-29net/tshttpproxy: don't proxy through ourselvesAndrew Dunham1-2/+76
2023-02-03net/tshttpproxy: more directly use Transport proxy CONNECT hooksMihai Parparita1-7/+24
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-14net/tshttpproxy: don't ignore env-based HTTP proxies after system lookups failBrad Fitzpatrick1-5/+9
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2021-02-18net/tshttpproxy: support HTTP proxy environment credentials on Windows tooBrad Fitzpatrick1-5/+3
2021-02-17net/tshttpproxy: support basic auth when available (#1354)Christine Dodrill1-0/+12
2020-09-21net/tshttpproxy: appease staticcheckBrad Fitzpatrick1-0/+2
2020-09-21net/tshttpproxy: add GetProxyForURL negative cacheBrad Fitzpatrick1-0/+29
2020-08-27net/tshttpproxy: move the TS_DEBUG_FAKE_PROXY_AUTH knob up a levelBrad Fitzpatrick1-0/+4
2020-08-26tshttpproxy, controlclient, derphttp, logpolicy: send Negotiate auth to proxiesBrad Fitzpatrick1-0/+13
2020-08-25net/tshttpproxy: add start of Kerberos Negotiate auth to proxies on WindowsBrad Fitzpatrick1-0/+10
2020-08-18net/tshttpproxy: new package, support WPAD/PAC proxies on WindowsBrad Fitzpatrick1-0/+33