aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2023-08-28net/http: revert "support streaming POST content in wasm"haruyama480
2023-08-28net/http: document setting of Proxy-Authorization headerDamien Neil
2023-08-26net: centralize resolver selection logicMateusz Poliwczak
2023-08-26Revert "net/http/cgi: workaround for closure inlining issue"Cuong Manh Le
2023-08-25net/http/cgi: workaround for closure inlining issueMatthew Dempsky
2023-08-25net/http: document when request bodies are closed in more placesDamien Neil
2023-08-25net/http: deflake TestRequestBodyLimitDamien Neil
2023-08-25internal/bytealg: add generic LastIndexByte{,String}Tobias Klauser
2023-08-25net: remove unused ipv4AddrToInterfaceTobias Klauser
2023-08-24net/http: use reflect.TypeFor for known typesIan Lance Taylor
2023-08-24net/http: remove arbitrary timeout from TestTransportGCRequestDamien Neil
2023-08-23net: use internal/bytealg.CountStringTobias Klauser
2023-08-23net: remove unused func appendHexTobias Klauser
2023-08-23net/http: revert fix request canceler leak on connection closeAlexander Yastrebov
2023-08-22net/http: fix request canceler leak on connection closeAlexander Yastrebov
2023-08-22net/http: use testenv.Command instead of exec.Command in testsBryan C. Mills
2023-08-22net/netip: remove unused netIPv{4,6}len constsTobias Klauser
2023-08-21net: use avoidDNS for search suffixesMateusz Poliwczak
2023-08-21net/http: clear reference to the request context after transport getConnAlexander Yastrebov
2023-08-21net/http: use cancelKey to cancel requestAlexander Yastrebov
2023-08-19net: return "cannot unmarshal" error while parsing DNS messagesMateusz Poliwczak
2023-08-11net/http: disallow empty Content-Length headerMauri de Souza Meneguzzo
2023-08-09all: update vendored dependenciesMichael Anthony Knyszek
2023-08-08net/http: sanitize User-Agent header in request writerDamien Neil
2023-08-07net/http: permit requests with invalid Host headersDamien Neil
2023-08-07net/http: add ServeFileFS, FileServerFS, NewFileTransportFSMauri de Souza Meneguzzo
2023-08-07all: add a few more godoc linksDaniel Martí
2023-08-04net: use fake DNS dialer for /etc/hosts aliases testsMateusz Poliwczak
2023-08-03net/rpc: use reflect.TypeFor for known typesIan Lance Taylor
2023-08-03net: use the extended RCode from EDNS(0) OPT resourcesMateusz Poliwczak
2023-07-31net/http: fix doc comment on FormValue functionEduard Bondarenko
2023-07-31net: ignore blackhole route in TestDialCancelMeng Zhuo
2023-07-28net/http: perform streaming body feature detection once per processDmitri Shuralyov
2023-07-27net: make mustHaveExternalNetwork work as usual on GOOS=linuxDmitri Shuralyov
2023-07-27all: use built-in clear to clear mapsJes Cok
2023-07-24Revert "net/http: use Copy in ServeContent if CopyN not needed"Damien Neil
2023-07-20net: remove sysSocket fallback for Windows 7qmuntal
2023-07-20net/url: document requirements for IPv6 addresses in URL.HostDamien Neil
2023-07-20net: remove unused error result from newRawConnDaniel Martí
2023-07-20net/http: declare publicErr as a constantJes Cok
2023-07-18net: tolerate permission errors in interface testsHeschi Kreinick
2023-07-18net/rpc: use conventional `err` in exampledarkfeline
2023-07-13net/http: revert stray edit to h2_bundle.go from CL 508996Bryan C. Mills
2023-07-12all: fix typos and remove repeated wordsDan Kortschak
2023-07-12all: update vendored dependenciesRuss Cox
2023-07-11net/http/fcgi: eliminate goroutine leaks in testsBryan C. Mills
2023-07-11net: mptcp: force using MPTCP with GODEBUGMatthieu Baerts
2023-07-06net: only build cgo_stub.go on unix or wasip1Ian Lance Taylor
2023-06-29net: enable pure Go resolver for wasip1Chris O'Hara
2023-06-29net/http: validate Host header before sendingDamien Neil