index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/http: document that after Hijack, Request.Body is invalid
Brad Fitzpatrick
2017-07-21
1
-0
/
+3
*
net/http: improve signature of Redirect, NewRequest
Dmitri Shuralyov
2017-07-20
2
-16
/
+21
*
net/http: fix parameter name in comment
Ian Lance Taylor
2017-07-18
1
-1
/
+1
*
net/http: clarify Handler panic behavior across HTTP versions
Brad Fitzpatrick
2017-07-14
1
-3
/
+4
*
net/http/httptest: allow creation of Server manually
Joe Tsai
2017-06-30
2
-16
/
+59
*
net/http: update bundled http2
Brad Fitzpatrick
2017-06-29
1
-6
/
+17
*
net/http: whitelist another non-http goroutine in leak checker
Brad Fitzpatrick
2017-06-27
1
-0
/
+1
*
net/http/pprof: mention mutex profile in doc
Hana (Hyang-Ah) Kim
2017-06-26
1
-0
/
+5
*
net/http: fix double-close of req.Body
Matt Harden
2017-06-26
2
-5
/
+38
*
net/http/httputil: always deep copy the Request.Header map in ReverseProxy
Brad Fitzpatrick
2017-06-26
2
-14
/
+45
*
net/http/httptest: close client connections in separate goroutines
Yasha Bubnov
2017-06-26
1
-1
/
+1
*
net/http: document that Dir can serve sensitive directories
Kevin Burke
2017-06-23
1
-0
/
+6
*
net/http: Update server idleTimeout documentation
Qiuxuan Zhu
2017-06-23
1
-1
/
+1
*
net/http: update bundled http2
Brad Fitzpatrick
2017-06-19
1
-2
/
+17
*
net/http: update bundled http2
Brad Fitzpatrick
2017-06-16
1
-2
/
+4
*
net/http: add a known goroutine, don't check goroutine leaks in benchmark mode
Brad Fitzpatrick
2017-06-15
1
-2
/
+16
*
net/http: document SOCKS5 proxy support
Kale Blankenship
2017-06-15
1
-0
/
+5
*
net/http: update bundled http2
Brad Fitzpatrick
2017-06-14
1
-7
/
+19
*
net/http: fix application/ogg sniff signature
Emmanuel Odeke
2017-06-13
2
-2
/
+6
*
net/http: regenerate http2 bundle with bundle fixes to include comments
Brad Fitzpatrick
2017-06-09
1
-238
/
+711
*
net/http: remove invalid checks of Request.Proto* for outgoing requests
Brad Fitzpatrick
2017-06-08
2
-14
/
+2
*
net/http: simplify recently added TestServeTLS
Brad Fitzpatrick
2017-06-08
1
-34
/
+24
*
net/http: add Server.ServeTLS method
Niklas Schnelle
2017-06-08
2
-28
/
+127
*
net/http: enable TestLinuxSendfile on mips64
Vladimir Stefanovic
2017-06-08
1
-3
/
+1
*
net/http: delete vestigial method
Brad Fitzpatrick
2017-06-07
1
-5
/
+0
*
net/http: don't crash in Request.WithContext if Request.URL is nil
Brad Fitzpatrick
2017-06-07
2
-3
/
+12
*
net/http: make Transport retry GetBody requests if nothing written
David Glasser
2017-06-05
6
-82
/
+186
*
net/http: update bundled x/net/http2
Tom Bergan
2017-05-26
1
-3
/
+3
*
net/http: revert CL 43779
Emmanuel Odeke
2017-05-25
2
-51
/
+0
*
net/http: Don't write 'Connection: close' header multiple times.
Filip GruszczyĆski
2017-05-24
2
-1
/
+30
*
net/http: deep copy Request.URL also in Request.WithContext's copy
Emmanuel Odeke
2017-05-24
3
-0
/
+62
*
net/http: permit incoming CONNECT requests without Host headers
Brad Fitzpatrick
2017-05-24
2
-1
/
+4
*
net/http: polish gzip case insensitive test
Emmanuel Odeke
2017-05-24
1
-5
/
+5
*
net/http: make Transport respect non lower case Content-Encoding
Jan Berktold
2017-05-24
2
-1
/
+35
*
net/http: update bundled x/net/http2
Brad Fitzpatrick
2017-05-24
1
-80
/
+157
*
net/http: Add Server.RegisterOnShutdown
Tom Bergan
2017-05-23
2
-2
/
+26
*
net/http/httptest: make ResponseRecorder.Result.Status match http.Transport
Brad Fitzpatrick
2017-05-23
2
-3
/
+13
*
net/http/cookiejar: increase test coverage
Volker Dobler
2017-05-22
2
-0
/
+14
*
net/http: send more cookie values in double quotes
Volker Dobler
2017-05-22
2
-4
/
+7
*
net/http/httputil: ReverseProxy should pass on unannounced Trailers
Tristan Colgate
2017-05-22
2
-2
/
+18
*
net/http: make ServeMux preserve query string during redirects
Emmanuel Odeke
2017-05-22
2
-0
/
+51
*
net/http: for http2, use the priority write scheduler by default
Tom Bergan
2017-05-11
1
-1
/
+4
*
net/http: update bundled http2
Brad Fitzpatrick
2017-05-03
1
-23
/
+633
*
net/http: bgErr is unused; remove it
Chris Manghane
2017-05-02
1
-6
/
+0
*
net/http: enable TestRequestDoesntBodyCloseDoesntBlock
Emmanuel Odeke
2017-04-29
1
-1
/
+1
*
net/http: re-simplify HTTP/1.x status line writing
Brad Fitzpatrick
2017-04-28
3
-58
/
+46
*
net/http: close resp.Body when error occurred during redirection
Weichao Tang
2017-04-27
2
-0
/
+9
*
net/http: make LocalAddrContext handle wildcard interface
Michael Fraenkel
2017-04-26
2
-8
/
+32
*
net/http: update bundled x/net/http2
Brad Fitzpatrick
2017-04-25
2
-8
/
+28
*
net/http/cgi: fix plan9 build
Brad Fitzpatrick
2017-04-25
1
-1
/
+0
[next]