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
2026-01-15
[release-branch.go1.25] net/url: add urlmaxqueryparams GODEBUG to limit the n...
Damien Neil
2025-10-17
[release-branch.go1.25] net/url: allow IP-literals with IPv4-mapped IPv6 addr...
Roland Shoemaker
2025-10-07
[release-branch.go1.25] net/http: add httpcookiemaxnum GODEBUG option to limi...
Nicholas Husin
2025-10-07
[release-branch.go1.25] net/url: enforce stricter parsing of bracketed IPv6 h...
Ethan Lee
2025-10-07
[release-branch.go1.25] net/textproto: avoid quadratic complexity in Reader.R...
Damien Neil
2025-10-07
[release-branch.go1.25] net/mail: avoid quadratic behavior in mail address pa...
Damien Neil
2025-10-01
[release-branch.go1.25] net/http: avoid connCount underflow race
Damien Neil
2025-09-16
[release-branch.go1.25] net: skip TestIPv4WriteMsgUDPAddrPort on plan9
Richard Miller
2025-08-27
[release-branch.go1.25] net/http: require exact match for CrossSiteProtection...
Filippo Valsorda
2025-08-25
[release-branch.go1.25] net: fix WriteMsgUDPAddrPort addr handling on IPv4 so...
database64128
2025-07-22
net: correct comment for ListenConfig.ListenPacket
Lyle Dean
2025-06-27
net/http: fix RoundTrip context cancellation for js/wasm
Andy Nitschke
2025-06-24
net/http: reduce allocs in CrossOriginProtection.Check
Julien Cretel
2025-06-12
net: remove some BUG entries
Cherry Mui
2025-06-10
net/http: make the zero value of CrossOriginProtection work
Austin Clements
2025-06-06
all: update vendored dependencies [generated]
Carlos Amedee
2025-06-05
net/http: strip sensitive proxy headers from redirect requests
Neal Patel
2025-05-23
net: use runtime.AddCleanup instead of runtime.SetFinalizer
Carlos Amedee
2025-05-23
net/http: document that ServeMux.Handler can also synthetize a 405
Filippo Valsorda
2025-05-21
net/http: use synctest.Test rather than Run
Damien Neil
2025-05-21
net/http: add CrossOriginProtection
Filippo Valsorda
2025-05-20
net: avoid using Windows' TransmitFile on non-server machines
Shibi J M
2025-05-20
net/http: upon http redirect, copy Request.GetBody in new request
Marc-Antoine Ruel
2025-05-19
net/http: clarify ServeMux.Handler behavior
Jonathan Amsterdam
2025-05-19
net/http: fix ServeMux.Handler on trailing-slash redirect
Jonathan Amsterdam
2025-05-15
net: avoid windows hang in TestCloseWrite
qmuntal
2025-05-14
net: use closesocket when closing socket os.File's on Windows
qmuntal
2025-05-12
net: don't test with leading 0 in ipv4 addresses
Sean Liao
2025-05-12
net: fix deadlock in lookupProtocol on Windows
Spike Curtis
2025-05-12
net/http: add missing ServeTLS on the comment of http.Server.Shutdown
t-katsumura
2025-05-05
net,os: support converting between *os.File and net.Conn on Windows
qmuntal
2025-04-30
net: support IPv6 addresses in ListenMulticastUDP on Windows
qmuntal
2025-04-23
cmd/vendor: update x/tools and x/text
Alan Donovan
2025-04-22
net/http: replace map lookup with switch for scheme port
1911860538
2025-04-19
net: simplify readProtocols via sync.OnceFunc
1911860538
2025-04-16
net/http: add test for proxyAuth
zxc111
2025-04-16
net/url: clarify why @ is allowed in userinfo
1911860538
2025-04-16
net/http: set Request.TLS when net.Conn implements ConnectionState
Weidi Deng
2025-04-15
net/http: test intended behavior in TestClientInsecureTransport
Damien Neil
2025-04-14
internal/poll: disable SIO_UDP_NETRESET on Windows
James Tucker
2025-04-10
net: deduplicate sendfile files
qmuntal
2025-04-10
net: reenable sendfile on Windows
qmuntal
2025-04-09
net/http: initialize Value with File length in cloneMultipartForm
1911860538
2025-04-09
net/http: reduce memory usage when hijacking
Jakob Ackermann
2025-04-08
net/http: push roundTrip panic higher in the stack
Neal Patel
2025-04-07
net/http: add link to types
abemotion
2025-04-07
all: use built-in max/min to simplify the code
cuishuang
2025-04-04
internal/syscall/windows: use unsafe.Pointer instead of uintptr
qmuntal
2025-03-26
net: run unix socket stream tests on Windows
qmuntal
2025-03-25
internal/poll,net: set SIO_UDP_CONNRESET in net
qmuntal
[next]