index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
Age
Commit message (
Expand
)
Author
2023-08-28
net/http: revert "support streaming POST content in wasm"
haruyama480
2023-08-28
net/http: document setting of Proxy-Authorization header
Damien Neil
2023-08-26
net: centralize resolver selection logic
Mateusz Poliwczak
2023-08-26
Revert "net/http/cgi: workaround for closure inlining issue"
Cuong Manh Le
2023-08-25
net/http/cgi: workaround for closure inlining issue
Matthew Dempsky
2023-08-25
net/http: document when request bodies are closed in more places
Damien Neil
2023-08-25
net/http: deflake TestRequestBodyLimit
Damien Neil
2023-08-25
internal/bytealg: add generic LastIndexByte{,String}
Tobias Klauser
2023-08-25
net: remove unused ipv4AddrToInterface
Tobias Klauser
2023-08-24
net/http: use reflect.TypeFor for known types
Ian Lance Taylor
2023-08-24
net/http: remove arbitrary timeout from TestTransportGCRequest
Damien Neil
2023-08-23
net: use internal/bytealg.CountString
Tobias Klauser
2023-08-23
net: remove unused func appendHex
Tobias Klauser
2023-08-23
net/http: revert fix request canceler leak on connection close
Alexander Yastrebov
2023-08-22
net/http: fix request canceler leak on connection close
Alexander Yastrebov
2023-08-22
net/http: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2023-08-22
net/netip: remove unused netIPv{4,6}len consts
Tobias Klauser
2023-08-21
net: use avoidDNS for search suffixes
Mateusz Poliwczak
2023-08-21
net/http: clear reference to the request context after transport getConn
Alexander Yastrebov
2023-08-21
net/http: use cancelKey to cancel request
Alexander Yastrebov
2023-08-19
net: return "cannot unmarshal" error while parsing DNS messages
Mateusz Poliwczak
2023-08-11
net/http: disallow empty Content-Length header
Mauri de Souza Meneguzzo
2023-08-09
all: update vendored dependencies
Michael Anthony Knyszek
2023-08-08
net/http: sanitize User-Agent header in request writer
Damien Neil
2023-08-07
net/http: permit requests with invalid Host headers
Damien Neil
2023-08-07
net/http: add ServeFileFS, FileServerFS, NewFileTransportFS
Mauri de Souza Meneguzzo
2023-08-07
all: add a few more godoc links
Daniel MartÃ
2023-08-04
net: use fake DNS dialer for /etc/hosts aliases tests
Mateusz Poliwczak
2023-08-03
net/rpc: use reflect.TypeFor for known types
Ian Lance Taylor
2023-08-03
net: use the extended RCode from EDNS(0) OPT resources
Mateusz Poliwczak
2023-07-31
net/http: fix doc comment on FormValue function
Eduard Bondarenko
2023-07-31
net: ignore blackhole route in TestDialCancel
Meng Zhuo
2023-07-28
net/http: perform streaming body feature detection once per process
Dmitri Shuralyov
2023-07-27
net: make mustHaveExternalNetwork work as usual on GOOS=linux
Dmitri Shuralyov
2023-07-27
all: use built-in clear to clear maps
Jes Cok
2023-07-24
Revert "net/http: use Copy in ServeContent if CopyN not needed"
Damien Neil
2023-07-20
net: remove sysSocket fallback for Windows 7
qmuntal
2023-07-20
net/url: document requirements for IPv6 addresses in URL.Host
Damien Neil
2023-07-20
net: remove unused error result from newRawConn
Daniel MartÃ
2023-07-20
net/http: declare publicErr as a constant
Jes Cok
2023-07-18
net: tolerate permission errors in interface tests
Heschi Kreinick
2023-07-18
net/rpc: use conventional `err` in example
darkfeline
2023-07-13
net/http: revert stray edit to h2_bundle.go from CL 508996
Bryan C. Mills
2023-07-12
all: fix typos and remove repeated words
Dan Kortschak
2023-07-12
all: update vendored dependencies
Russ Cox
2023-07-11
net/http/fcgi: eliminate goroutine leaks in tests
Bryan C. Mills
2023-07-11
net: mptcp: force using MPTCP with GODEBUG
Matthieu Baerts
2023-07-06
net: only build cgo_stub.go on unix or wasip1
Ian Lance Taylor
2023-06-29
net: enable pure Go resolver for wasip1
Chris O'Hara
2023-06-29
net/http: validate Host header before sending
Damien Neil
[prev]
[next]