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
2018-08-03
net: skip flaky TestNotTemporaryRead on FreeBSD
go1.11beta3
Brad Fitzpatrick
2018-08-03
net: update docs for unimplemented methods and functions
Mikio Hara
2018-07-31
net/http: revert CL 89275 (don't sniff Content-Type when nosniff set)
Brad Fitzpatrick
2018-07-31
net/http: expand a TimeoutHandler test a bit
Brad Fitzpatrick
2018-07-27
net/http: document Transport.Proxy's https support
Craig Citro
2018-07-27
net/http: try to document ServeFile security more
Brad Fitzpatrick
2018-07-24
net: fix handling of Conns created by Resolver.Dial
Ian Gudger
2018-07-24
net/http: fix and normalize the [Server.][ListenAnd]Serve[TLS] docs
Filippo Valsorda
2018-07-24
net/rpc: clarify requirements for connections and codecs
Dmitry Vyukov
2018-07-24
net/http: document that Client methods always return *url.Error
Brad Fitzpatrick
2018-07-24
net/http: deflake TestRetryRequestsOnError
Brad Fitzpatrick
2018-07-23
net/http: update Serve docs on when HTTP/2 is enabled
Brad Fitzpatrick
2018-07-20
net/http/httptest: guarantee ResponseRecorder.Result returns a non-nil body
Jack
2018-07-19
net/http: update bundled http2
Brad Fitzpatrick
2018-07-19
net/http: deflake TestClientTimeoutKillsConn_AfterHeaders
Brad Fitzpatrick
2018-07-17
http/internal: document final CRLF behavior on chunkedWriter
Eric Daniels
2018-07-13
net/http: don't cancel Request.Context on pipelined Server requests
Brad Fitzpatrick
2018-07-13
http/http/httputil: add ReverseProxy.ErrorHandler
Julien Salleyron
2018-07-13
net/http: correct use of byte slice in js syscall
Johan Brandhorst
2018-07-13
net/url: don't escape sub-delims in fragment
Kunpei Sakai
2018-07-12
net/http: update bundled http2
Brad Fitzpatrick
2018-07-12
net/http: make Transport.CloseIdleConnections close non-bundled http2.Transport
Brad Fitzpatrick
2018-07-12
net/http: update bundled http2
Brad Fitzpatrick
2018-07-12
net/http: add tests to validate that Client.Timeout closes connections
Brad Fitzpatrick
2018-07-11
doc: update the minimum support Windows version
Brad Fitzpatrick
2018-07-11
net/http: fix rare Transport leak, remove incorrect defensive logic
Brad Fitzpatrick
2018-07-10
net/http: clarify when it's allowed to reuse a Request
Brad Fitzpatrick
2018-07-10
net/http: update bundled http2
Michael Fraenkel
2018-07-10
net/http: remove dead code noted in post-submit review of CL 81778
Brad Fitzpatrick
2018-07-09
net/http: update bundled http2
Brad Fitzpatrick
2018-07-09
net/http/httputil: don't panic in ReverseProxy unless running under a Server
Brad Fitzpatrick
2018-07-09
net/http: add support for SameSite option in http.Cookie
Stephan Renatus
2018-07-09
vendor: update vendored x/net/http/httpproxy
Brad Fitzpatrick
2018-07-09
net/http: comment handleReadError more, superficially use its argument
Brad Fitzpatrick
2018-07-09
net/http: add Transport.MaxConnsPerHost knob
Mark Fischer
2018-07-06
all: clean up some Deprecated comments
Brad Fitzpatrick
2018-07-06
net/http: deflake TestServerShutdownStateNew
Daniel MartÃ
2018-07-03
net/http: make Transport treat 101 as a terminal status
Mark Fischer
2018-07-03
net/http: prevent Server reuse after a Shutdown
Brad Fitzpatrick
2018-06-29
net/url: correct the documentation for PathUnescape
Caleb Martinez
2018-06-29
net/http: update bundled http2
Brad Fitzpatrick
2018-06-29
net/http: update docs on Transport.DisableKeepAlives
Brad Fitzpatrick
2018-06-29
net/http: remove a flag accidentally submitted in CL 121419
Brad Fitzpatrick
2018-06-28
net/http: make Server.Shutdown treat new connections as idle after 5 seconds
Brad Fitzpatrick
2018-06-28
syscall/js: rename Callback.Close to Release and expose Callback.Value
Richard Musiol
2018-06-27
net: parse IPv6 address with zone using DefaultResolver.Lookup{Host,IPAddr}
Michael Fraenkel
2018-06-27
syscall/js: add TypedArrayOf
Richard Musiol
2018-06-27
net: make concurrent resolver lookups independent
Grégoire Delattre
2018-06-27
net/http/httptrace: add clarification never added to CL 67430
Brad Fitzpatrick
2018-06-27
net: limit concurrent threads to limit on file descriptors
Ian Lance Taylor
[next]