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-03-04
net/http/cgi: close res.Body
guoguangwu
2024-02-29
net/http: remove Content-Length header in http.Error
Damien Neil
2024-02-28
all: run go fmt
sivchari
2024-02-28
net/http: make timeout errors match context.DeadlineExceeded
Damien Neil
2024-02-27
net/http/httputil: avoid ReverseProxy data race on 1xx response and error
Damien Neil
2024-02-27
runtime: disable use of runnext on wasm
Michael Pratt
2024-02-27
net: Correct the code snippet erroneously rolled back in CL550435
kkhaike
2024-02-27
net/http: prevent redirect loop in serveFile if "/" is a normal file
Mauri de Souza Meneguzzo
2024-02-27
net/http/pprof: avoid panic with user-defined "GET /" route
Matteo Vaccari
2024-02-26
net/http: reject client-side retries in server timeout tests
Bryan C. Mills
2024-02-26
net: use bytealg.IndexByte in cgoLookupAddrPTR
Tobias Klauser
2024-02-26
net/netip: introduce parsePrefixError for better error handling
aimuz
2024-02-26
net: don't force cgo resolver for .local subdomain queries
Mateusz Poliwczak
2024-02-26
path/filepath: add Localize
Damien Neil
2024-02-26
net/http: allow multiple spaces between method and path in mux patterns
Jes Cok
2024-02-24
net/http: make FileServer look good on mobile
Max 👨🏽💻 Coplan
2024-02-24
net: skip TestReadLine if /etc/services does not exist
Ian Lance Taylor
2024-02-21
net: support context cancellation in acquireThread
Mateusz Poliwczak
2024-02-21
net: harmonize the time units used for TCP keep-alive on DragonFly and other ...
Andy Pan
2024-02-20
net: mention the cgo thread limit in package docs
Mateusz Poliwczak
2024-02-20
net/http: add missing call to decConnsPerHost
Julian Tibble
2024-02-20
net: add KeepAliveConfig and implement SetKeepAliveConfig
Andy Pan
2024-02-19
net: prevent unintended retries upon receiving an empty answer response from ...
kkhaike
2024-02-19
net/netip: optimize parseIPv4 and refactor IPv6 embedded IPv4 parsing
aimuz
2024-02-19
net: move go/cgo resolver forcing functions to one file
Mateusz Poliwczak
2024-02-14
net/http: reject requests with invalid Content-Length headers
Andy Pan
2024-02-14
net: skip TestModeSocket on older Windows versions
qmuntal
2024-02-13
net/http: close connection if OnProxyConnectResponse returns an error
Damien Neil
2024-02-13
net/http: refine trailing-slash redirect logic
Jonathan Amsterdam
2024-02-12
net/http: remove superfluous newline on redirects
codesoap
2024-02-12
os: add os.ModeSocket support to os.Stat on windows
qmuntal
2024-02-10
net: skip BenchmarkSendFile on Windows
Andy Pan
2024-02-09
net: don't retry truncated TCP responses
Antonio Ojea
2024-02-07
net: don't return errno from _C_res_nsearch
Ian Lance Taylor
2024-02-07
net: support benchmark testing for sendfile on various platforms
Andy Pan
2024-01-31
runtime/debug: SetCrashOutput sets the FD for fatal panics
Alan Donovan
2024-01-30
net/textproto: reject HTTP requests with empty header keys
Andy Pan
2024-01-30
Revert "runtime: disable use of runnext on wasm"
Michael Pratt
2024-01-29
runtime: disable use of runnext on wasm
Michael Pratt
2024-01-29
net/http: allow nothingWrittenError in TestTransportPersistConnReadLoopEOF
Michael Pratt
2024-01-29
net: in the fake implementation, allow writes to buffer on closed connections
Bryan C. Mills
2024-01-26
net/mail: remove obsolete comment
Roland Shoemaker
2024-01-26
Revert "net/http: wrap client errors"
Cherry Mui
2024-01-25
net/http: wrap client errors
kayos@tcp.direct
2024-01-24
net/netip: use Addr.appendTo4In6 in Addr.AppendTo
Tobias Klauser
2024-01-24
net/netip: optimize Addr.String for 4in6 addresses
Tobias Klauser
2024-01-24
net/netip: optimize Addr.MarshalText allocation for 4in6 addresses
Tobias Klauser
2024-01-24
net/netip: further optimize AddrPort.String
Tobias Klauser
2024-01-24
net: verify if internal/poll.Splice has been called during io.Copy
Andy Pan
2024-01-24
net: ignore Dial errors in TestAcceptTimeout
Bryan C. Mills
[prev]
[next]