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-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
2025-03-24
net/url: document referenced RFCs
Sean Liao
2025-03-20
net/http/httputil: document ReverseProxy removal of response headers
Sean Liao
2025-03-20
net/smtp: make test certificate FIPS 140-3 compliant
Filippo Valsorda
2025-03-19
net/http/httputil: don't call WriteHeader after Hijack
Damien Neil
2025-03-18
net/http/httputil: document ProxyRequest.SetURL limitations
Sean Liao
2025-03-18
net/http: add onClose hook to fake net listener
Damien Neil
2025-03-12
net: deflake recently added TestCloseUnblocksReadUDP
Brad Fitzpatrick
2025-03-11
net/http: document Redirect behavior for non-ASCII characters
Ian Lance Taylor
2025-03-11
net/mail: use sync.OnceValue to build dateLayouts
1911860538
2025-03-11
runtime/internal: clean up completely
Jes Cok
2025-03-11
net: unblock UDP Reads upon Close on plan9, add test
Brad Fitzpatrick
[prev]
[next]