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
2025-08-31
net/http: skip redirecting in ServeMux when URL path for CONNECT is empty
Nicholas Husin
2025-08-29
all: delete more windows/arm remnants
Tobias Klauser
2025-08-29
net: update document on limitation of iprawsock on Windows
AN Long
2025-08-28
net: remove redundant cgoLookupCNAME return parameter
database64128
2025-08-28
net/http/httputil: remove redundant pw.Close() call in DumpRequestOut
1911860538
2025-08-28
net/textproto: eliminate some bounds checks
Julien Cretel
2025-08-27
net/http: Ensure that CONNECT proxied requests respect MaxResponseHeaderBytes
Nicholas Husin
2025-08-27
net/http: require exact match for CrossSiteProtection bypass patterns
Filippo Valsorda
2025-08-27
net: allow zero value destination address in WriteMsgUDPAddrPort
database64128
2025-08-25
net: fix cgoResSearch
database64128
2025-08-23
net/http/httptest: redirect example.com requests to server
Sean Liao
2025-08-15
net: skip TestIPv4WriteMsgUDPAddrPort on plan9
Richard Miller
2025-08-13
all: update vendored dependencies [generated]
Dmitri Shuralyov
2025-08-12
net/http: fix data race in client
Brad Fitzpatrick
2025-08-11
net: context aware Dialer.Dial functions
Michael Fraenkel
2025-08-11
net/http: add example for CrossOriginProtection
Bracken Dawson
2025-08-11
net, os, file/filepath, syscall: use slices.Equal in tests
Tobias Klauser
2025-08-08
all: update blog link
jiahua wang
2025-08-08
net: fix WriteMsgUDPAddrPort addr handling on IPv4 sockets
database64128
2025-07-28
all: omit unnecessary type conversions
Jes Cok
2025-07-28
net/http: add proper panic message
yazdan
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
[prev]
[next]