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-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2026-02-02
net: don't wait 5 seconds to re-read /etc/resolv.conf
Brad Fitzpatrick
2026-02-02
net/http: try to drain response body upon closing for better connection re-use
Nicholas S. Husin
2026-01-23
net: fix some ineffectual assignments reported by ineffassign
Lin Lin
2026-01-23
all: update vendored dependencies
Nicholas S. Husin
2026-01-22
net/http: Add Server.DisableClientPriority field
Nicholas S. Husin
2026-01-22
net/http: use math/rand/v2 instead of math/rand
1911860538
2026-01-15
net/url: add urlmaxqueryparams GODEBUG to limit the number of query parameters
Damien Neil
2026-01-12
net: fix socket duplication error handling on Windows
qmuntal
2026-01-12
net: don't ignore getsockname errors in newFileFD
qmuntal
2026-01-12
net: don't ignore errors in TestUnixUnlink
qmuntal
2026-01-02
net/rpc: correct comment for isExportedOrBuiltinType function
jjpinto
2025-12-05
all: fix some comment issues
cuishuang
2025-12-02
net: parse addresses without separators in ParseMac
Devon Mar
2025-12-01
net/http: deflake TestClientConnReserveAndConsume
Damien Neil
2025-11-25
net/url: fix example of Values.Encode
José Joaquín Atria
2025-11-24
net/http: add Transport.NewClientConn
Damien Neil
2025-11-24
all: update to x/net@bff14c52567061031b9761881907c39e24792736
Damien Neil
2025-11-21
net: remove unused linknames
Sean Liao
2025-11-21
net/http: remove unused linknames
Sean Liao
2025-11-21
net/http: populate Response.Request when using NewFileTransport
Sean Liao
2025-11-21
net/http: preserve original path encoding in redirects
Sean Liao
2025-11-21
net/http: use HTTP 307 redirects in ServeMux
Sean Liao
2025-11-21
net/http: update Response.Request.URL after redirects on GOOS=js
Sean Liao
2025-11-21
net/http/cookiejar: treat localhost as secure origin
Sean Liao
2025-11-21
net/url: warn that JoinPath arguments should be escaped
Sean Liao
2025-11-21
net/http: fix typo in Transport docs
Victor
2025-11-21
net: remove unnecessary loop variable copies in tests
Plamerdi Makela
2025-11-20
net/http/httputil: wrap ReverseProxy's outbound request body so Close is a noop
Nicholas S. Husin
2025-11-20
net/url: permit colons in the host of postgresql:// URLs
Damien Neil
2025-11-20
net/http: drop unused "broken" field from persistConn
Damien Neil
2025-11-20
net/http: correctly close fake net.Conns
Damien Neil
2025-11-18
Revert "net/http: do not discard body content when closing it within request ...
Nicholas S. Husin
2025-11-14
net/http: do not discard body content when closing it within request handlers
Nicholas S. Husin
2025-11-13
net/http: remove unused isLitOrSingle and isNotToken
1911860538
2025-11-13
net/http/cgi: accept INCLUDED as protocol for server side includes
Peter Beard
2025-11-12
net/url: disallow raw IPv6 addresses in host
Sean Liao
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2025-10-27
net/url: further speed up escape and unescape
Julien Cretel
2025-10-23
net/url: speed up escape and unescape
Julien Cretel
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-10-20
net/url: reduce allocs in Encode
Julien Cretel
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-10-16
cmd: update to x/tools@7d9453cc
Alan Donovan
2025-10-15
net/http/httptest: record failed ResponseWriter writes
Damien Neil
2025-10-14
Revert "net/url: disallow raw IPv6 addresses in host"
Damien Neil
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-10-10
net/url: disallow raw IPv6 addresses in host
Sean Liao
2025-10-10
net/http: strip request body headers on POST to GET redirects
Sean Liao
2025-10-10
net/http: set cookie host to Request.Host when available
Sean Liao
[next]