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
16 hours
all: prealloc slice with possible minimum capabilities
Shulhan
17 hours
net: cancel2 should not be shadow
Weixie Cui
30 hours
net/http: temporarily disable HTTP/3 tests
Nicholas S. Husin
35 hours
net/http: fix wrong context being used when shutting down HTTP/3 server
Nicholas S. Husin
41 hours
net: dnsdata should be p not r
Weixie Cui
4 days
net/http: run tests for HTTP/3 where it can already pass
Nicholas S. Husin
4 days
net/http: fix data race in TestClientRedirectUseResponse
Nicholas S. Husin
5 days
net: drop always nil (*netFD).netFD error return value
Tobias Klauser
5 days
net: should close the netfd not listen fd
Weixie Cui
5 days
net/http: add support for running HTTP tests against HTTP/3
Nicholas S. Husin
6 days
net: remove always-nil newFD error return value
Tobias Klauser
6 days
net/http/internal/http2: prevent alloc when writing status code for responses
Nicholas S. Husin
6 days
net: document LookupSRV cname return value
yongqijia
8 days
net/mail: fix quadratic complexity in consumeComment
mohammadmseet-hue
9 days
net/http: fix shadow var frame
Weixie Cui
2026-03-31
net/http/internal/http2: prevent hanging Transport due to bad SETTINGS frame
Nicholas S. Husin
2026-03-31
net/http: support passing Server Shutdown context to HTTP/3 implementations
Nicholas S. Husin
2026-03-30
net/http/internal/http2: don't reuse ClientRequest streams
Damien Neil
2026-03-25
net/url: escape // at start of Path when OmitHost set
Damien Neil
2026-03-24
net/url: permit colons in the host subcomponent of non-http/https URLs
Damien Neil
2026-03-24
net/url: reattach package doc comment
Damien Neil
2026-03-24
net/http/internal/http2: use fake net for TestTransportBlockingRequestWrite
Damien Neil
2026-03-24
net/http: add a test for starting a server with no HTTP/2 and no TLS config
Damien Neil
2026-03-24
net/http: fix panic in ServeTLS on nil TLSConfig
chressie
2026-03-23
net/http/internal/http2: remove inaccessible write schedulers
Nicholas S. Husin
2026-03-23
net/http: make ResponseWriter.ReadFrom respect declared Content-Length
Nicholas S. Husin
2026-03-23
net: avoid wrapping io.EOF in UnixConn read methods
Basavaraj PB
2026-03-23
net/http/internal/http2: modernize the package
qiulaidongfeng
2026-03-18
net/url: allow commas in hostnames for mongodb urls
yueyoum
2026-03-16
net/http/internal/http2: deflake TestServer_Rejects_Too_Many_Streams
Damien Neil
2026-03-12
net/http/internal/http2: drop benchmarks which use synctest
Damien Neil
2026-03-12
net/http: use net/http/internal/http2 rather than h2_bundle.go
Damien Neil
2026-03-12
net/http/internal/http2: skip TestTransportNewClientConnCloseOnWriteError
Damien Neil
2026-03-12
net/http/internal/http2: remove fake connection autowait
Damien Neil
2026-03-12
net/http/internal/http2: make server write errors sticky
Damien Neil
2026-03-12
net/http/internal/http2: remove ServeConnOpts.UpgradeRequest
Damien Neil
2026-03-12
net/http: move DetectContentType into net/http/internal
Damien Neil
2026-03-12
net/http/internal/http2: remove TestClientConnPing
Damien Neil
2026-03-12
net/http/internal/http2: remove TestConfigureTransport
Damien Neil
2026-03-12
net/http/internal/http2: remove TestTransportGroupsPendingDials
Damien Neil
2026-03-12
net/http/internal/http2: remove TestServerUpgradeRequestPrefaceFailure
Damien Neil
2026-03-12
net/http/internal/http2: remove TestServerHandleCustomConn
Damien Neil
2026-03-12
net/http/internal/http2: use newServerTester in TestIssue53
Damien Neil
2026-03-12
net/http/internal/http2: remove TestServeConnNilOpts
Damien Neil
2026-03-12
net/http/internal/http2: remove ExportSetH2GoawayTimeout
Damien Neil
2026-03-12
net/http/internal/http2: use net/http Transport and Server in tests
Damien Neil
2026-03-12
net/http/internal/http2: make tests pass
Damien Neil
2026-03-12
net/http/internal/http2: initial import
Damien Neil
2026-03-11
net/http: document which headers Request.Write handles specially
kovan
2026-03-11
net, net/netip: document the lack of security properties of IsPrivate
Damien Neil
[next]