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
2024-04-05
all: update vendored golang.org/x/net to v0.23.0
Dmitri Shuralyov
2024-04-04
net: update the doc for TCPConn.SetKeepAlivePeriod on Windows
Andy Pan
2024-04-04
all: fix some comments
cui fliter
2024-04-03
net/http: speed up go test
Felix Geisendörfer
2024-04-02
internal/poll, net, os: remove poll.Splice syscall name return value
Tobias Klauser
2024-03-29
net/http: correct doc for ServeFileFS
Jes Cok
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-26
net/http: fix typo in log message
Damien Neil
2024-03-26
net/http: panic early in do when Client is nil
Kevin Burke
2024-03-25
net/http: also log TLS errors which look like HTTP sent to an HTTPS port
Damien Neil
2024-03-25
net/http: eliminate the needless idle timeout for TestServerNoReadTimeout
Andy Pan
2024-03-25
net/http: update bundled x/net/http2
Andy Pan
2024-03-22
net/http: ensure server handler is done in TestServerNoWriteTimeout
Damien Neil
2024-03-21
net/http: use slices to simplify the code
apocelipes
2024-03-21
net,internal/syscall/windows: prove that keep alive options exists
qmuntal
2024-03-21
src/go.mod, net/http: update bundled+latest golang.org/x/net
Emmanuel T Odeke
2024-03-21
net/http: add tests with zero and negative read/write timeouts
Andy Pan
2024-03-21
net/http: improve error reporting in TestCancelRequestWhenSharingConnection
Damien Neil
2024-03-20
net/http: add Request.CookiesNamed
Timo Furrer
2024-03-20
net/http: validate outgoing/client request trailers
Emmanuel T Odeke
2024-03-19
net/mail: enhance address parser to include support for domain literals
Nuno Gonçalves
2024-03-19
net/http: update bundled x/net/http2
Andy Pan
2024-03-18
net/http: fix request canceler leak on connection close
Alexander Yastrebov
2024-03-18
net/http/httptest: close res.Body in test
guoguangwu
2024-03-18
net/http: do not set a deadline when Server.IdleTimeout is negative
Andy Pan
2024-03-15
net: #define _GNU_SOURCE to 1
Ian Lance Taylor
2024-03-15
net/http: revert header changes in Error
Russ Cox
2024-03-15
net: fixes to dnsReadConfig in dnsconfig_windows.go
Quentin McGaw
2024-03-14
net/netip: use built-in clear to simplify code
apocelipes
2024-03-14
Revert "net/url: consider an empty base Path as equivalent to / in JoinPath"
Russ Cox
2024-03-14
Revert "net/http: remove superfluous newline on redirects"
Russ Cox
2024-03-12
internal/syscall/windows: implement SupportUnixSocket by enumerating protocols
qmuntal
2024-03-11
all: gofmt
sivchari
2024-03-11
net/http/httptest: add NewRequestWithContext
Kevin Burke
2024-03-11
net/http: support socks5h proxy schema
胡玮文
2024-03-10
net/http: update bundle
Russ Cox
2024-03-09
internal/godebugs: test for use of IncNonDefault
Russ Cox
2024-03-08
net/http: close res.Body
guoguangwu
2024-03-08
net/url: consider an empty base Path as equivalent to / in JoinPath
Damien Neil
2024-03-08
net/http: remove persistConn reference from wantConn
Alexander Yastrebov
2024-03-07
net/http: set Cache-Control header only if presents on error
Cuong Manh Le
2024-03-07
all: remove redundant string conversions when formatting []byte with %s
cui fliter
2024-03-07
net: consolidate the existing Windows version checks
Andy Pan
2024-03-07
net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer Windows
Andy Pan
2024-03-07
net/ip: proper ipv6 address parsing
Marin Petrunic
2024-03-06
net/http: add ResponseController http2 request without body read deadline test
Alexander Yastrebov
2024-03-06
net/http: remove misleading response headers on error
Mitar
2024-03-05
net/textproto, mime/multipart: avoid unbounded read in MIME header
Damien Neil
2024-03-05
net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zones
Damien Neil
2024-03-04
net/http: adjust wording on ServeMux godoc
Dave Russell
[prev]
[next]