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
2017-10-04
[release-branch.go1.8] net/smtp: fix PlainAuth to refuse to send passwords to...
Russ Cox
2017-05-23
[release-branch.go1.8] net/http: update bundled http2 for gracefulShutdownCh ...
Brad Fitzpatrick
2017-03-29
[release-branch.go1.8] net, net/http: adjust time-in-past constant even earlier
Brad Fitzpatrick
2017-01-24
net/http: don't send body on redirects for 301, 302, 303 when GetBody is set
Brad Fitzpatrick
2017-01-24
net/http: fix a nit
Mikio Hara
2017-01-14
net/http: skip TestServerHijackGetsBackgroundByte on Plan 9
David du Colombier
2017-01-14
net/http: skip TestServerHijackGetsBackgroundByte_big on Plan 9
David du Colombier
2017-01-14
net/http: add another hijack-after-background-read test
Brad Fitzpatrick
2017-01-13
net/http: make sure Hijack's bufio.Reader includes pre-read background byte
Brad Fitzpatrick
2017-01-11
net/http: deflake TestRetryIdempotentRequestsOnError
Brad Fitzpatrick
2017-01-09
net/http: preserve original HTTP method when possible
Joe Tsai
2017-01-07
net/http: don't do a background read if we've already done one
Ian Lance Taylor
2017-01-06
net: disable RFC 6724 Rule 9 for IPv4 addresses
Matthew Dempsky
2017-01-06
net/http: better failure in TestTransportPersistConnLeak
Russ Cox
2017-01-06
net: Fix grammar error
Kevin Burke
2017-01-06
net: display the complete BUGS section on every platform
Mikio Hara
2017-01-04
net/http/httputil: make DumpRequest and DumpRequestOut recognize http.NoBody
Brad Fitzpatrick
2017-01-04
net/http: make Server cancel its ReadTimeout between requests
Brad Fitzpatrick
2016-12-31
net/http: update bundled http2 for Server WriteTimeout change
Brad Fitzpatrick
2016-12-30
net/http: add test for http2 Server WriteTimeout
Kale Blankenship
2016-12-29
net/http/httputil: clarify the contract on ReverseProxy's Director.
Mike Wiacek
2016-12-23
net: Fix spelling of function name in doc
Kevin Burke
2016-12-22
net/http: restore Transport's Request.Body byte sniff in limited cases
Brad Fitzpatrick
2016-12-21
net: make InterfaceByIndex return a consistent name on solaris
Mikio Hara
2016-12-20
net: fix LookupCNAME on Plan 9
David du Colombier
2016-12-20
net/http, doc: more redirect documentation
Brad Fitzpatrick
2016-12-20
net: mark TestDialerDualStackFDLeak as flaky on OpenBSD
Brad Fitzpatrick
2016-12-20
net: make LookupCNAME's native behavior match its cgo behavior
Matthew Dempsky
2016-12-16
net: clarify IP.IsGlobalUnicast docs
Mikio Hara
2016-12-15
net/http: deflake TestServerTimeouts maybe
Brad Fitzpatrick
2016-12-15
net/http: update bundled http2
Chris Broadfoot
2016-12-15
net: fix comment on IPv4bcast
Mikio Hara
2016-12-15
net: fix ParseCIDR docs
Mikio Hara
2016-12-15
net: fix typo
Kevin Burke
2016-12-15
net: fix consecutive dialing docs
Ian Lance Taylor
2016-12-15
net/http/httptrace: clarify WroteRequest may be called multiple times
Brad Fitzpatrick
2016-12-14
net/http: deflake TestClientTimeout_Headers_h2 on Windows
Brad Fitzpatrick
2016-12-14
net: change "mask" to "prefix length" in ParseCIDR comment
Matt Layher
2016-12-14
net: document consecutive dialing in net.Dial
Kaviraj
2016-12-13
net/http: update some comments
Brad Fitzpatrick
2016-12-08
net/http: don't retry Transport requests if they have a body
Brad Fitzpatrick
2016-12-07
net: use baked-in port numbers as fallback if cgo port lookup fails
Brad Fitzpatrick
2016-12-06
net/http: update bundled http2
Brad Fitzpatrick
2016-12-06
net/http: fix typo in Request.GetBody's doc string
Chris Broadfoot
2016-12-01
net/http: revert change making NewRequest set ContentLength -1
Brad Fitzpatrick
2016-12-01
net/http: teach NewRequest that NoBody has ContentLength zero
Brad Fitzpatrick
2016-12-01
net: fix writev tests on Android
Elias Naur
2016-12-01
net/http: clarify Request.Context's lifetime
Brad Fitzpatrick
2016-11-30
net/http: document how headers are forwarded by Client
Joe Tsai
2016-11-30
net/http: fix test TestServeMuxHandlerRedirects
Shenghou Ma
[next]