1
0
mirror of https://github.com/golang/go synced 2024-10-05 02:21:22 -06:00
go/src/pkg
Brad Fitzpatrick 839d47add5 net/http: add Transport.ResponseHeaderTimeout
Update #3362

R=golang-dev, adg, rsc
CC=golang-dev
https://golang.org/cl/7369055
2013-02-27 08:47:08 -08:00
..
archive all: fix some vet-found printf errors 2013-02-25 12:43:03 -08:00
bufio bufio: add examples for Scanner 2013-02-21 15:55:40 -08:00
builtin builtin: correct comment on builtin function delete(). 2012-12-14 09:13:42 -08:00
bytes bytes: annotate assembly functions with //go:noescape 2013-02-10 00:08:30 +08:00
compress all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
container src: use internal tests if possible 2013-02-19 10:02:01 -05:00
crypto crypto/rsa: fix infinite loop in GenerateMultiPrimeKey for large nprimes 2013-02-24 17:19:09 +01:00
database/sql database/sql: check for nil Scan pointers 2013-02-21 10:43:00 -08:00
debug cmd/ld, runtime: adjust symbol table representation 2013-02-26 22:38:14 -05:00
encoding all: fix some vet-found printf errors 2013-02-25 12:43:03 -08:00
errors
exp exp/ssa: resolve botched merge. 2013-02-27 11:39:39 -05:00
expvar all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
flag all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
fmt strconv, fmt: clarify behavior of CanBackquote and "%#q". 2013-02-26 06:33:59 +08:00
go go/types: be more robust in presence of multiple errors 2013-02-26 14:33:24 -08:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html html/template: remove noescape support 2013-01-18 10:30:12 +11:00
image image/png: use Scanner in reader_test. 2013-02-20 15:57:18 -08:00
index/suffixarray
io src: use internal tests if possible 2013-02-19 10:02:01 -05:00
log log/syslog: fix channel race in test. 2013-02-15 11:07:31 +11:00
math math/big: make tests faster by reducing coverage in --test.short mode. 2013-01-30 18:19:58 -05:00
mime mime/multipart: allow unescaped newlines through in quoted-printable 2013-02-22 10:40:23 -08:00
net net/http: add Transport.ResponseHeaderTimeout 2013-02-27 08:47:08 -08:00
old/netchan gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
os os/exec: Pass tests on Plan 9 2013-02-26 09:40:55 -08:00
path path/filepath, os/exec: unquote PATH elements on Windows 2013-02-20 16:19:52 +11:00
reflect reflect: stop using run-time code generation 2013-02-22 15:23:57 -05:00
regexp regexp: use Scanner in exec_test 2013-02-20 13:37:45 -08:00
runtime runtime: improve precision of GC_REGION 2013-02-27 08:28:53 -08:00
sort sort: add an example showing sorting struct by different keys 2013-02-26 17:17:44 -08:00
strconv strconv, fmt: clarify behavior of CanBackquote and "%#q". 2013-02-26 06:33:59 +08:00
strings bufio: new Scanner interface 2013-02-20 12:14:31 -08:00
sync cmd/vet: fix printf test for unsafe Pointer 2013-02-26 10:36:13 -08:00
syscall syscall: Fix FD passing on OpenBSD 2013-02-27 15:19:23 +11:00
testing testing: move Skip into *common 2013-02-23 11:57:51 +11:00
text text/template/parse: don't show itemType in error messages 2013-01-22 02:48:40 +08:00
time time: handle very large sleep durations 2013-02-26 09:23:58 +11:00
unicode unicode: use new Scanner interface in table creation 2013-02-21 10:47:31 -08:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00