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
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2024-01-24
net: ignore Dial errors in TestAcceptTimeout
Bryan C. Mills
2024-01-23
net,internal/poll: load ws2_32.dll only when net is imported
qmuntal
2024-01-23
net: move cgo-using darwin test to separate package
Russ Cox
2024-01-23
net: unskip and attempt to deflake TestAcceptTimeout
Bryan C. Mills
2024-01-23
net: report timeouts more aggressively in Accept in the fake implementation
Bryan C. Mills
2024-01-22
net: delete TestListenCloseListen
Bryan C. Mills
2024-01-22
net/mail: properly handle special characters in phrase and obs-phrase
Roland Shoemaker
2024-01-22
all: update vendored dependencies
Cherry Mui
2024-01-22
net: attempt to deflake TestListenCloseListen
Bryan C. Mills
2024-01-22
net/http/pprof: configure WriteDeadline
Alexander Yastrebov
2024-01-22
net: remove an unused sync.Map in the fake net implementation
Bryan C. Mills
2024-01-19
net: work around runtime scheduler starvation on js and wasip1
Bryan C. Mills
2024-01-10
net: add available godoc link
cui fliter
2024-01-09
net/http: clarify the precedence order for Request.FormValue
Jes Cok
2024-01-08
net: clarify maxListenerBacklog windows implementation
Mauri de Souza Meneguzzo
2024-01-04
net/http: respond with 400 Bad Request for empty hex number of chunk length
Andy Pan
2024-01-04
net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine inste...
Bryan C. Mills
2024-01-03
net/http: make Request.Clone create fresh copies for matches and otherValues
Jes Cok
2023-12-14
net/netip: remove Prefix.Compare for Go 1.22
Russ Cox
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-11
net: remove an arbitrary timeout in TestAcceptTimeoutMustReturn
Bryan C. Mills
2023-12-07
internal/profile: fully decode proto even if there are no samples
Michael Pratt
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-12-05
net/http: limit chunked data overhead
Damien Neil
2023-12-01
net/http: avoid leaking io.Copy goroutines (and hijacked connections) in Test...
Bryan C. Mills
2023-11-29
all: update vendored dependencies
Dmitri Shuralyov
2023-11-21
net/http: use pointers to array for copyBufPool
Jorropo
2023-11-20
src: a/an grammar fixes
Ville Skyttä
2023-11-17
all: add missing copyright header
Jes Cok
2023-11-17
net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConn
Andy Pan
2023-11-17
net: document IsNotFound field
Mateusz Poliwczak
2023-11-17
net/netip: optimize AddrPort.String for IPv4 addresses
Tobias Klauser
2023-11-17
net/netip: optimize AddrPort.String for IPv6 addresses
Tobias Klauser
2023-11-15
net/http: don't set length for non-range encoded content requests
Damien Neil
2023-11-14
crypto/tls: remove RSA KEX ciphers from the default list
Roland Shoemaker
2023-11-09
net/http: use copyBufPool in transferWriter.doBodyCopy()
Michał Matczuk
2023-11-07
net/url: use quick path in URL.Encode() on empty map
Mikhail Mazurskiy
2023-11-07
net/http/cookiejar: remove unused variable
wulianglongrd
2023-11-07
net/http/cgi: eliminate use of Perl in tests
aimuz
2023-11-06
net/http/cgi: the PATH_INFO should be empty or start with a slash
aimuz
2023-11-06
net/http: remove Content-Encoding header in roundtrip_js
carl.tao
2023-11-06
net/netip: allow only valid prefix digits in ParsePrefix
Mauri de Souza Meneguzzo
2023-11-06
net/http: set/override Content-Length for encoded range requests
Mitar
2023-11-06
net/http/httptest: remove unnecessary creation of http.Transport
Zeke Lu
2023-11-02
net/http: remove arbitrary timeouts in tests of Server.ErrorLog
Bryan C. Mills
2023-10-26
net/http: pull http2 underflow fix from x/net/http2
Mauri de Souza Meneguzzo
2023-10-23
net/http: remove outdated comment about a support of CONNECT method
Keiichi Hirobe
2023-10-23
net,internal/poll: mark it as handled even if sendfile(2) succeeded with 0 by...
Andy Pan
2023-10-23
net: set IsNotFound on windows and plan9 DNS queries
Mateusz Poliwczak
[next]