go/src
Brad Fitzpatrick f459660cb8 net/http: keep idle conns sorted by usage
Addressing feedback from Alan Su in https://golang.org/cl/22655

Change-Id: Ie0724efea2b4da67503c074e265ec7f8d7de7791
Reviewed-on: https://go-review.googlesource.com/22709
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-05-03 00:25:33 +00:00
..
archive archive/zip: improve BenchmarkCompressedZipGarbage 2016-05-01 04:42:00 +00:00
bufio
builtin
bytes
cmd cmd/link: bump object file version number 2016-05-02 22:45:29 +00:00
compress compress/flate: use a constant hash table size for Best Speed. 2016-04-29 14:00:39 +00:00
container container/heap: correct number of elements in BenchmarkDup 2016-04-20 15:26:05 +00:00
context context: produce a nicer panic message for a nil WithValue key 2016-04-29 03:20:51 +00:00
crypto crypto/cipher, crypto/aes: add s390x implementation of AES-CTR 2016-04-29 21:17:31 +00:00
database/sql database/sql: clone data for named []byte types 2016-04-30 18:40:36 +00:00
debug all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
encoding encoding/json: add Encoder.DisableHTMLEscaping 2016-04-22 21:35:56 +00:00
errors
expvar
flag flag: update test case (fix build) 2016-04-21 23:17:18 +00:00
fmt
go net/http: add Transport.MaxIdleConns limit 2016-05-01 00:12:20 +00:00
hash hash/crc32: use vector instructions on s390x 2016-04-22 18:07:15 +00:00
html html/template, text/template: clarify Parse{Files,Glob} semantics 2016-04-22 02:01:54 +00:00
image image/gif: accept an out-of-bounds transparent color index. 2016-04-29 00:01:22 +00:00
index/suffixarray
internal net/http, net/http/httptrace: new package for tracing HTTP client requests 2016-04-28 20:56:38 +00:00
io
log
math all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
mime
net net/http: keep idle conns sorted by usage 2016-05-03 00:25:33 +00:00
os os/exec: fix variable shadow, don't leak goroutine 2016-04-28 20:56:25 +00:00
path
reflect runtime: reclaim scan/dead bit in first word 2016-04-30 16:49:54 +00:00
regexp all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
runtime all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
sort
strconv
strings
sync
syscall syscall: fix uint64->int cast of control message header 2016-04-27 20:10:09 +00:00
testing testing: add matching of subtest 2016-04-21 19:58:31 +00:00
text html/template, text/template: clarify Parse{Files,Glob} semantics 2016-04-22 02:01:54 +00:00
time time: print zero duration as 0s, not 0 2016-04-21 22:07:59 +00:00
unicode unicode: improve SimpleFold performance for ascii 2016-04-26 21:59:50 +00:00
unsafe
vendor/golang.org/x/net/http2/hpack
Make.dist
all.bash
all.bat
all.rc
androidtest.bash all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bootstrap.bash all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash cmd/compile: switch to compact export format by default 2016-04-27 16:59:55 +00:00
iostest.bash
make.bash
make.bat
make.rc
naclmake.bash
nacltest.bash all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
race.bash
race.bat
run.bash
run.bat
run.rc