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
2023-01-26
net/http: keep sensitive headers on redirects to the same host
Gustavo Falco
2023-01-21
net: add testing.Short Skip to test affected by local network configuration
David Chase
2023-01-20
net/http: close Request.Body when pconn write loop exits early
Damien Neil
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2023-01-19
runtime: replace panic(nil) with panic(new(runtime.PanicNilError))
Russ Cox
2023-01-19
net: delete TestTCPSelfConnect
Bryan C. Mills
2023-01-19
net/netip: fix type name in TestNoAllocs sub-test names and comments
Tobias Klauser
2023-01-06
net: fix typo in hosts.go
Ikko Eltociear Ashimine
2022-12-21
net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director...
Damien Neil
2022-12-21
net: use correct dns msg size
Mateusz Poliwczak
2022-12-16
os/user,net: add -fno-stack-protector to CFLAGS
Than McIntosh
2022-12-16
net/http: improve errors in TestCancelRequestWhenSharingConnection
Damien Neil
2022-12-07
all: update vendored golang.org/x/net
Damien Neil
2022-12-06
os, net/http: avoid escapes from os.DirFS and http.Dir on Windows
Damien Neil
2022-12-05
net: support context cancellation in resSearch
Mateusz Poliwczak
2022-12-01
net: acquire thread in resSearch
Mateusz Poliwczak
2022-12-01
net: retry with bigger buffer in resSearch
Mateusz Poliwczak
2022-11-30
net: reenable SRV tests with _ldap._tcp.google.com
Damien Neil
2022-11-30
net/http: deflake and fix TestWrappedResponseController
Damien Neil
2022-11-28
net: gofmt after CL 382996
Tobias Klauser
2022-11-22
all: enable disabled HTTP/2 tests
Damien Neil
2022-11-22
Revert "net/url, net/http/httputil: accept invalid percent encodings"
Damien Neil
2022-11-22
all: update vendored golang.org/x dependencies for Go 1.20 release
Cherry Mui
2022-11-19
net/http: deflake TestIssue4191_InfiniteGetTimeout
Damien Neil
2022-11-19
net/http: direct server logs to test output in tests
Damien Neil
2022-11-18
net/http: regenerate h2_bundle.go
Dmitri Shuralyov
2022-11-18
net: fix typo in ControlContext parameter names
Damien Neil
2022-11-18
crypto/tls: add CertificateVerificationError to tls handshake
Gabor Tanz
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-17
net: return errNoSuchHost when no entry found in /etc/hosts and order is host...
Mateusz Poliwczak
2022-11-17
net/http: deflake TestResponseControllerSetFutureWriteDeadline
Damien Neil
2022-11-17
net: change resolverConfig.dnsConfig to an atomic.Pointer
Ian Lance Taylor
2022-11-16
net: remove unused goLookupHost method
Mateusz Poliwczak
2022-11-15
net: rewrite nsswitch.conf parsing to work like other parsers
Ian Lance Taylor
2022-11-15
net: use a consistent dnsConfig in hostLookupOrder
Mateusz Poliwczak
2022-11-15
net/url, net/http/httputil: accept invalid percent encodings
Ian Lance Taylor
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-11
net: handle correctly the _gateway and _outbound hostnames for nss myhostname
Mateusz Poliwczak
2022-11-11
net: disable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV
Michael Anthony Knyszek
2022-11-11
net/http: fix triv.go
Russ Cox
2022-11-10
net: auto-reload the /etc/nsswitch.conf on unix systems
Mateusz Poliwczak
2022-11-10
net: unify TCP keepalive behavior
database64128
2022-11-10
net/http: build error chains in transport that can be unwrapped
Marcus Weiner
2022-11-10
net: add support for /etc/hosts aliases using go resolver
Mateusz Poliwczak
2022-11-10
net/http: add ResponseController and per-handler timeouts
Damien Neil
2022-11-10
net/http: add tests for Server.ReadTimeout and server.WriteTimeout
Damien Neil
2022-11-09
net/http: add Transport.OnProxyConnectResponse
cuiweixie
2022-11-09
all: fix some comments
cui fliter
2022-11-09
io: correctly process result of sendfile(2) when src returns 0 bytes
Daulet Zhanguzin
2022-11-08
net: allocate res_state entirely in C memory
Russ Cox
[next]