| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-17 | go.mod: bump golang.org/x/crypto (#17907) | Andrew Lytvynov | 1 | -4/+4 |
| 2025-09-30 | feature, net/tshttpproxy: pull out support for using proxies as a feature | Brad Fitzpatrick | 1 | -1/+2 |
| 2025-08-15 | net/tshttpproxy: use errors.New for error creation (#16860) | Will Hannah | 1 | -1/+2 |
| 2025-08-14 | net/tshttpproxy: add macOS support for system proxy (#16826) | Will Hannah | 1 | -0/+17 |
| 2025-05-29 | net/tshttpproxy: fix WDAP/PAC proxy detection on Win10 1607 and earlier | Nick Khyl | 1 | -8/+20 |
| 2025-01-07 | all: fix golangci-lint errors | Will Norris | 2 | -2/+2 |
| 2024-11-05 | types/result, util/lineiter: add package for a result type, use it | Brad Fitzpatrick | 1 | -7/+8 |
| 2024-04-16 | all: use Go 1.22 range-over-int | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-02-22 | net/tshttpproxy: log when we're using a proxy | Andrew Dunham | 1 | -1/+25 |
| 2023-03-29 | net/tshttpproxy: don't proxy through ourselves | Andrew Dunham | 2 | -2/+200 |
| 2023-03-04 | all: use tstest.Replace more | Maisem Ali | 1 | -7/+5 |
| 2023-02-03 | net/tshttpproxy: more directly use Transport proxy CONNECT hooks | Mihai Parparita | 2 | -51/+24 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 8 | -24/+16 |
| 2022-11-14 | net/tshttpproxy: don't ignore env-based HTTP proxies after system lookups fail | Brad Fitzpatrick | 2 | -5/+40 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 4 | -4/+0 |
| 2022-11-03 | net/tshttpproxy: add clientmetrics on Windows proxy lookup paths | Brad Fitzpatrick | 1 | -0/+16 |
| 2022-09-29 | all: fix spelling mistakes | Josh Soref | 2 | -2/+2 |
| 2022-09-15 | refactor: move from io/ioutil to io and os packages | Eng Zer Jun | 1 | -3/+2 |
| 2022-08-04 | all: use syncs.AtomicValue | Maisem Ali | 1 | -3/+3 |
| 2022-07-27 | net/tshttpproxy: fix incorrect type in Windows implementation, switch to mkwi... | Aaron Klotz | 3 | -44/+133 |
| 2022-04-28 | net/tshttpproxy: synology: pick proxy by scheme | James Tucker | 2 | -72/+175 |
| 2022-04-28 | net/tshttpproxy: use http as the scheme for proxies | Maisem Ali | 2 | -7/+7 |
| 2022-04-26 | net/tshttpproxy: fix typo | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-04-21 | tshttpproxy: support synology proxy configuration | James Tucker | 3 | -0/+446 |
| 2022-03-18 | net/tshttpproxy: ensure we pass the correct flags to WinHttpOpen on Win7 and ... | Aaron Klotz | 1 | -1/+26 |
| 2021-11-22 | net/tshttpproxy: use correct size for Windows BOOL argument | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-08-05 | all: gofmt with Go 1.17 | Josh Bleecher Snyder | 1 | -0/+1 |
| 2021-03-03 | net/tshttpproxy: call winhttp calls from a fixed OS thread | Brad Fitzpatrick | 1 | -0/+4 |
| 2021-02-18 | net/tshttpproxy: support HTTP proxy environment credentials on Windows too | Brad Fitzpatrick | 2 | -16/+18 |
| 2021-02-17 | net/tshttpproxy: support basic auth when available (#1354) | Christine Dodrill | 2 | -0/+61 |
| 2020-11-03 | net/tshttpproxy: aggressively rate-limit error logs in Transport.Proxy path | Brad Fitzpatrick | 1 | -3/+18 |
| 2020-09-21 | net/tshttpproxy: appease staticcheck | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-09-21 | net/tshttpproxy: add GetProxyForURL negative cache | Brad Fitzpatrick | 2 | -1/+38 |
| 2020-09-02 | net/tshttpproxy: fix typo in Windows code added at least second | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-09-02 | net/tshttpproxy: if winhttp.GetProxyForURL blocks too long, use previous value | Brad Fitzpatrick | 1 | -26/+66 |
| 2020-08-28 | net/tshttpproxy: add more winhttp logging | Brad Fitzpatrick | 1 | -1/+7 |
| 2020-08-28 | tshttp, derphttp: send Proxy-Authorization, not Authorization, to proxies | Brad Fitzpatrick | 1 | -1/+13 |
| 2020-08-27 | net/tshttpproxy: move the TS_DEBUG_FAKE_PROXY_AUTH knob up a level | Brad Fitzpatrick | 2 | -4/+4 |
| 2020-08-26 | tshttpproxy, controlclient, derphttp, logpolicy: send Negotiate auth to proxies | Brad Fitzpatrick | 2 | -0/+50 |
| 2020-08-25 | net/tshttpproxy: add start of Kerberos Negotiate auth to proxies on Windows | Brad Fitzpatrick | 2 | -0/+31 |
| 2020-08-24 | net/tshttpproxy: discard secondary Windows proxies for now | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-08-18 | net/tshttpproxy: new package, support WPAD/PAC proxies on Windows | Brad Fitzpatrick | 2 | -0/+175 |