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-02-17
net/http: remove five second timeout from TestTransportClosesBodyOnError
Damien Neil
2023-02-15
net: retry if GetAddrInfoW returns WSTRY_AGAIN when resolving an IP
zen
2023-02-15
net/http: support streaming POST content in wasm
Will Hawkins
2023-02-14
mime/multipart: limit memory/inode consumption of ReadForm
Damien Neil
2023-02-14
all: fix some comments
cui fliter
2023-02-13
all: update vendored golang.org/x/net
Damien Neil
2023-02-10
net: move context cancellation logic of blocking calls to a common function
Mateusz Poliwczak
2023-02-10
vendor, cmd/vendor: update standard library dependencies
David Chase
2023-02-10
Revert "io: allocate copy buffers from a pool"
Damien Neil
2023-02-09
net: remove unused cname return from cgoLookupIPCNAME
Mateusz Poliwczak
2023-02-09
net/http: improve js fetch errors
Johan Brandhorst-Satzkorn
2023-02-04
net/http/httputil: fix syntax in ReverseProxy example comment
Ethan Lowman
2023-02-02
net/netip: fix invalid representation of Prefix
Joe Tsai
2023-02-01
net/http: remove another arbitrary timeout in TestTLSHandshakeTimeout
Bryan C. Mills
2023-01-31
net/netip: use IPv6Loopback in TestIPProperties
Tobias Klauser
2023-01-31
net: use net/netip for address parsing
Mateusz Poliwczak
2023-01-31
Revert "net: move context cancellation logic of blocking calls to a common fu...
Bryan Mills
2023-01-31
net: report IsNotFound when getnameinfo returns EAI_NONAME
Mateusz Poliwczak
2023-01-31
net: move context cancellation logic of blocking calls to a common function.
Mateusz Poliwczak
2023-01-31
io: allocate copy buffers from a pool
Damien Neil
2023-01-30
net/http: add section headers to package doc
Russ Cox
2023-01-30
net/http: disable fetch on NodeJS
Johan Brandhorst-Satzkorn
2023-01-27
net/http: fix missing word in ServeMux doc
Oleksii Sholik
2023-01-27
net: report completed when context is done in cgoLookupIP and cgoLookupPTR
Mateusz Poliwczak
2023-01-26
net/http: keep sensitive headers on redirects to the same host
Gustavo Falco
2023-01-21
net: add testing.Short Skip to test affected by local network configuration
David Chase
2023-01-20
net/http: close Request.Body when pconn write loop exits early
Damien Neil
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2023-01-19
runtime: replace panic(nil) with panic(new(runtime.PanicNilError))
Russ Cox
2023-01-19
net: delete TestTCPSelfConnect
Bryan C. Mills
2023-01-19
net/netip: fix type name in TestNoAllocs sub-test names and comments
Tobias Klauser
2023-01-06
net: fix typo in hosts.go
Ikko Eltociear Ashimine
2022-12-21
net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director...
Damien Neil
2022-12-21
net: use correct dns msg size
Mateusz Poliwczak
2022-12-16
os/user,net: add -fno-stack-protector to CFLAGS
Than McIntosh
2022-12-16
net/http: improve errors in TestCancelRequestWhenSharingConnection
Damien Neil
2022-12-07
all: update vendored golang.org/x/net
Damien Neil
2022-12-06
os, net/http: avoid escapes from os.DirFS and http.Dir on Windows
Damien Neil
2022-12-05
net: support context cancellation in resSearch
Mateusz Poliwczak
2022-12-01
net: acquire thread in resSearch
Mateusz Poliwczak
2022-12-01
net: retry with bigger buffer in resSearch
Mateusz Poliwczak
2022-11-30
net: reenable SRV tests with _ldap._tcp.google.com
Damien Neil
2022-11-30
net/http: deflake and fix TestWrappedResponseController
Damien Neil
2022-11-28
net: gofmt after CL 382996
Tobias Klauser
2022-11-22
all: enable disabled HTTP/2 tests
Damien Neil
2022-11-22
Revert "net/url, net/http/httputil: accept invalid percent encodings"
Damien Neil
2022-11-22
all: update vendored golang.org/x dependencies for Go 1.20 release
Cherry Mui
2022-11-19
net/http: deflake TestIssue4191_InfiniteGetTimeout
Damien Neil
2022-11-19
net/http: direct server logs to test output in tests
Damien Neil
2022-11-18
net/http: regenerate h2_bundle.go
Dmitri Shuralyov
[next]