summaryrefslogtreecommitdiffhomepage
path: root/net/tshttpproxy/tshttpproxy_windows.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-29net/tshttpproxy: fix WDAP/PAC proxy detection on Win10 1607 and earlierNick Khyl1-8/+20
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-03net/tshttpproxy: add clientmetrics on Windows proxy lookup pathsBrad Fitzpatrick1-0/+16
2022-08-04all: use syncs.AtomicValueMaisem Ali1-3/+3
2022-07-27net/tshttpproxy: fix incorrect type in Windows implementation, switch to mkwi...Aaron Klotz1-44/+40
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-03-03net/tshttpproxy: call winhttp calls from a fixed OS threadBrad Fitzpatrick1-0/+4
2020-11-03net/tshttpproxy: aggressively rate-limit error logs in Transport.Proxy pathBrad Fitzpatrick1-3/+18
2020-09-21net/tshttpproxy: add GetProxyForURL negative cacheBrad Fitzpatrick1-1/+9
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-25net/tshttpproxy: add start of Kerberos Negotiate auth to proxies on WindowsBrad Fitzpatrick1-0/+21
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 Fitzpatrick1-0/+142