aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/socks_bundle.go
AgeCommit message (Expand)Author
2023-04-11all: update vendored golang.org/x/netTobias Klauser
2021-05-19cmd/internal/moddeps: use filepath.SkipDir only on directoriesDmitri Shuralyov
2021-05-14all: fix spellingJohn Bampton
2021-03-11net/http: revert change to generated file from CL 296152Bryan C. Mills
2021-03-11docs: clarify when APIs use context.Background.Matt T. Proud
2019-11-27net/http: update bundled x/net/http2Brad Fitzpatrick
2019-08-12src/go.mod: sync golang.org/x/net with h2_bundle.goFilippo Valsorda
2019-05-06net/http: update bundled x/net/http2Brad Fitzpatrick
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2018-11-06net/http: update bundled SOCKS clientMikio Hara
2018-05-30net/http: use DialWithConn method of socks.DialerMikio Hara
2018-05-30net/http: fix typo in commentTobias Klauser
2018-04-06net/http: replace SOCKS client implementationMikio Hara