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
2022-12-06
[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2
Damien Neil
2022-12-06
[release-branch.go1.18] os, net/http: avoid escapes from os.DirFS and http.Di...
Damien Neil
2022-11-11
[release-branch.go1.18] net: disable TestLookupDotsWithRemoteSource and TestL...
Michael Anthony Knyszek
2022-09-28
[release-branch.go1.18] net/http/httputil: avoid query parameter smuggling
Damien Neil
2022-09-09
[release-branch.go1.18] all: upgrade golang.org/x/net to v0.0.0-2022090701372...
Damien Neil
2022-09-06
[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2
Damien Neil
2022-08-26
[release-branch.go1.18] net: fix WriteMsgUDPAddrPort addr handling
database64128
2022-07-12
[release-branch.go1.18] net/http: preserve nil values in Header.Clone
Damien Neil
2022-07-12
[release-branch.go1.18] net/http: don't strip whitespace from Transfer-Encodi...
Damien Neil
2022-05-09
[release-branch.go1.18] net: skip TestDialCancel on darwin-arm64
Heschi Kreinick
2022-05-09
[release-branch.go1.18] net/http/httptest: fix race in Server.Close
Maisem Ali
2022-02-22
net: document methods of Buffers
Martin Sucha
2022-02-15
net: increase maximum accepted DNS packet to 1232 bytes
Ian Lance Taylor
2022-02-15
Revert "net: send EDNS(0) packet length in DNS query"
Ian Lance Taylor
2022-02-14
net: in TestNotTemporaryRead, do not assume that a dialed connection has been...
Bryan C. Mills
2022-02-14
net/http: deflake request-not-written path
Damien Neil
2022-02-12
net: send EDNS(0) packet length in DNS query
Ian Lance Taylor
2022-02-09
net: fix a race in TestLookupContextCancel
Bryan C. Mills
2022-02-08
net/smtp: match actual behavior for Auth.Start
Sean Liao
2022-02-03
net: remove an arbitrary timeout in TestUDPReadSizeError
Bryan C. Mills
2022-02-03
net/netip: correct ipv6 address in ParsePrefix comment
Ian Lance Taylor
2022-01-18
net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64
Bryan C. Mills
2022-01-10
net/http: map FS Open errors just like Dir
Jonathan Amsterdam
2022-01-08
net/http/internal/testcert: use FIPS-compliant certificate
Damien Neil
2022-01-06
net: synchronize instead of sleeping in TestDialParallelSpuriousConnection
Bryan C. Mills
2022-01-05
net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64
Bryan C. Mills
2022-01-05
net: do not panic on nil IPNet.String()
Jason A. Donenfeld
2021-12-21
net/http: fix link to ResponseWriter trailer example
Reilly Watson
2021-12-20
net/netip: add a fuzz test
Andrew LeFevre
2021-12-17
net: lengthen arbitrary SetDeadline timeout by a few orders of magnitude
Bryan C. Mills
2021-12-16
net/http/pprof: skip TestDeltaProfile on openbsd/arm
Bryan C. Mills
2021-12-15
net: increase timing slop in TimeoutFluctuation tests on NetBSD and OpenBSD
Bryan C. Mills
2021-12-15
net: skip Lookup tests of external hosts on builders with flaky networks
Bryan C. Mills
2021-12-15
net: eliminate arbitrary timeout in TestVariousDeadlines
Bryan C. Mills
2021-12-13
net/http: revert h2_bundle.go formatting change from CL 368254
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-13
net: refactor TestWriteToTimeout
Bryan C. Mills
2021-12-13
net: create unix sockets in unique directories
Bryan C. Mills
2021-12-13
net: pass a testing.TB to newLocal* helpers
Bryan C. Mills
2021-12-13
net: don't check "invalid.invalid" lookup errors in TestLookupHostCancel
Bryan C. Mills
2021-12-13
net: do not try to remove the LocalAddr of a unix socket
Bryan C. Mills
2021-12-13
net: remove erroneous Dial check in TestListenerClose
Bryan C. Mills
2021-12-12
net/netip: make Prefix.MarshalText format 4-in-6 IPs consistently
Matt Layher
2021-12-12
net/netip: make AddrPort.MarshalText format 4-in-6 IPs consistently
Brad Fitzpatrick
2021-12-12
net/netip: fix formatting of IPv4-in-6 address with zone
Brad Fitzpatrick
2021-12-10
net: ignore EADDRINUSE errors when dialing to IPv4 from IPv6 on FreeBSD
Bryan C. Mills
2021-12-09
net/http: update bundled golang.org/x/net/http2
Filippo Valsorda
2021-12-08
net/smtp: skip TestTLSSClient on all freebsd platforms
Bryan C. Mills
2021-12-08
Revert "net: in (*netFD).dial, use the passed in local address if getsockname...
Bryan Mills
2021-12-07
net/http: remove arbitrary timeout in TestServerHijackGetsBackgroundByte_big
Bryan C. Mills
[next]