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-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
2022-11-08
net: fix res_search uses on alpine, android, dragonfly
Russ Cox
2022-11-08
net: pass C string to res_nsearch, in case it stores the pointer
Russ Cox
2022-11-08
net/textproto: reject invalid header keys/values in ReadMIMEHeader
Damien Neil
2022-11-08
net: unify CNAME handling across ports
Russ Cox
2022-11-08
net/http: remove redundant code
tk
2022-11-08
net/netip: use slice-to-array conversions
Tobias Klauser
2022-11-07
net/netip: remove unused unexported functions and methods
Tobias Klauser
2022-11-07
net: adjust build tags for darwin libc calls
Dan Peterson
2022-11-04
all: fix function names in comments
cui fliter
2022-11-04
net/http: ignore ranges if the content is empty in serveContent
Jorropo
2022-11-04
net: add ControlContext to Dialer
cuiweixie
2022-11-03
net: do not modify shared test variable in TestDNSReadConfig
Mateusz Poliwczak
2022-11-02
net: store IPv4 returned from cgo resolver as 4-byte slice net.IP
Zeke Lu
2022-11-01
net: support no-reload option for unix go resolver
Mateusz Poliwczak
2022-11-01
net: drop unused _C_ai_addrlen function
Ian Lance Taylor
2022-11-01
net: use libc (not cgo) for DNS on macOS
Russ Cox
2022-10-31
net/http: deflake TestCancelRequestWhenSharingConnection
Zeke Lu
2022-10-26
all: update golang.org/x/tools to 8166dca1cec9
Wayne Zuo
2022-10-21
net/netip: add IPv6LinkLocalAllRouters and IPv6Loopback
Matt Layher
2022-10-14
net/http: skip TestTransportPersistConnLeak/h2
Damien Neil
2022-10-12
net/http: fix some test flakes caused by test refactoring
Damien Neil
2022-10-07
net/netip: add test for AddrFromSlice
Tobias Klauser
2022-10-07
net/netip: use IPv4Unspecified in TestIPProperties
Tobias Klauser
2022-10-07
net/http: refactor tests to run most in HTTP/1 and HTTP/2 modes
Damien Neil
2022-10-07
internal/poll, net, syscall: enable writev on aix
Tobias Klauser
2022-10-04
all: use fmt.Appendf
cui fliter
[prev]
[next]