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
/
server.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/http: remove logging on bad client requests
Kenny Grant
2016-11-30
1
-2
/
+0
*
net/http: fix receiver for Server.Shutdown and Server.Close
Dan Peterson
2016-11-24
1
-15
/
+15
*
net/http: make Server respect shutdown state after handler finishes
Brad Fitzpatrick
2016-11-11
1
-0
/
+8
*
net/http: make Server log on bad requests from clients
Kenny Grant
2016-11-11
1
-8
/
+29
*
net/http: update bundled http2 for ErrAbortHandler support, document it more
Brad Fitzpatrick
2016-11-10
1
-1
/
+3
*
net/http: add ErrAbortHandler, make Server quiet if used as panic value
Brad Fitzpatrick
2016-11-10
1
-1
/
+7
*
net/http: document that Server.Close and Shutdown don't track hijacked conns
Brad Fitzpatrick
2016-11-10
1
-2
/
+14
*
net/http: fix documentation on Server.TLSNextProto controlling http2
Brad Fitzpatrick
2016-11-10
1
-1
/
+2
*
net/http: fix Server.Close double Lock
Brad Fitzpatrick
2016-11-10
1
-1
/
+1
*
net/http: fix type name in comment
Brad Fitzpatrick
2016-11-04
1
-1
/
+1
*
net/http, net/http/httptest: make http2's TrailerPrefix work for http1
Brad Fitzpatrick
2016-11-01
1
-12
/
+67
*
net/http: add Server.Close & Server.Shutdown for forced & graceful shutdown
Brad Fitzpatrick
2016-11-01
1
-5
/
+196
*
net/http: add Server.ReadHeaderTimeout, IdleTimeout, document WriteTimeout
Brad Fitzpatrick
2016-10-26
1
-13
/
+71
*
net/http: add NoBody, don't return nil from NewRequest on zero bodies
Brad Fitzpatrick
2016-10-22
1
-20
/
+2
*
net/http: make Redirect escape non-ASCII in Location header
Brad Fitzpatrick
2016-10-21
1
-1
/
+1
*
net/http: make Server Handler's Request.Context be done on conn errors
Brad Fitzpatrick
2016-10-18
1
-89
/
+160
*
net/http: add more docs on ErrHijacked
Brad Fitzpatrick
2016-10-17
1
-1
/
+3
*
net/http: allow Handlers to test Hijacked conn without spamming error log
Brad Fitzpatrick
2016-10-13
1
-1
/
+3
*
net/http: fix typo in server commont
Emmanuel Odeke
2016-10-10
1
-1
/
+1
*
net/http: remove TODO about the Server's base context
Brad Fitzpatrick
2016-09-30
1
-3
/
+1
*
net/http: fix data race with concurrent use of Server.Serve
Brad Fitzpatrick
2016-07-27
1
-9
/
+29
*
all: rename vendored golang.org/x/net packages to golang_org
Brad Fitzpatrick
2016-07-13
1
-1
/
+1
*
net/http: fix vet warning of leaked context in error paths
Brad Fitzpatrick
2016-07-11
1
-3
/
+2
*
net/http: conditionally configure HTTP/2 in Server.Serve(Listener)
Brad Fitzpatrick
2016-06-28
1
-2
/
+34
*
net/http: reject faux HTTP/0.9 and HTTP/2+ requests
Brad Fitzpatrick
2016-06-27
1
-0
/
+21
*
net/http: pass through server side Transfer-Encoding headers
Andrew Gerrand
2016-06-15
1
-1
/
+4
*
net/http: send StatusOK on empty body with TimeoutHandler
Andrew Gerrand
2016-06-06
1
-0
/
+3
*
net/http: send one Transfer-Encoding header when "chunked" set manually
Andrew Gerrand
2016-06-06
1
-0
/
+1
*
net/http: update bundled http2
Brad Fitzpatrick
2016-05-19
1
-3
/
+5
*
net/http: mention ALPN in http.Server.TLSNextProto documentation
Dan Peterson
2016-05-16
1
-1
/
+1
*
net/http: keep HTTP/1.0 keep-alive conns open if response can't have a body
Brad Fitzpatrick
2016-05-11
1
-1
/
+1
*
net/http: document ResponseWriter read-vs-write concurrency rules
Brad Fitzpatrick
2016-05-11
1
-4
/
+21
*
net/http: provide access to the listener address an HTTP request arrived on
Brad Fitzpatrick
2016-05-01
1
-0
/
+7
*
net/http: document some errors more, mark ErrWriteAfterFlush as unused
Brad Fitzpatrick
2016-05-01
1
-5
/
+19
*
net/http: expand documentation of Server.MaxHeaderBytes
Brad Fitzpatrick
2016-04-30
1
-6
/
+12
*
net/http: document Hijacker and Flusher more
Brad Fitzpatrick
2016-04-18
1
-0
/
+9
*
all: standardize RFC mention format
Dan Peterson
2016-04-12
1
-1
/
+1
*
net/http: add ServerContextKey to let a handler access its Server
Brad Fitzpatrick
2016-04-11
1
-6
/
+15
*
net/http: document Error does not end the request
Dan Peterson
2016-04-11
1
-0
/
+2
*
net/http: set the Request context for incoming server requests
Brad Fitzpatrick
2016-04-11
1
-6
/
+22
*
net/http: document that Handlers shouldn't mutate Request
Brad Fitzpatrick
2016-04-06
1
-8
/
+19
*
net/http: zero pad Response status codes to three digits
Brad Fitzpatrick
2016-04-05
1
-1
/
+1
*
net/http: limit Transport's reading of response header bytes from servers
Brad Fitzpatrick
2016-04-01
1
-1
/
+1
*
net/http: allow Handlers to handle http2 upgrade PRI requests
Brad Fitzpatrick
2016-03-31
1
-1
/
+5
*
net/http: remove init func reference to ServeMux
Brad Fitzpatrick
2016-03-16
1
-2
/
+7
*
net/http: TimeoutHandler should start timer when serving request
Caio Marcelo de Oliveira Filho
2016-03-07
1
-14
/
+14
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-22
/
+22
*
all: fix typos and spelling
Martin Möhrmann
2016-02-24
1
-1
/
+1
*
all: fix typos
Shawn Smith
2016-02-23
1
-1
/
+1
*
all: use cannot instead of can not
Josh Bleecher Snyder
2016-02-21
1
-1
/
+1
[next]