1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg
Brad Fitzpatrick 4787e70b7b http: handler timeout support
Fixes #213

R=r, rsc
CC=golang-dev
https://golang.org/cl/4432043
2011-04-15 12:53:32 -07:00
..
archive archive/tar: fix example's handling of os.EOF. 2011-04-13 10:56:33 +10:00
asn1 pkg: manual cleanup of some gofixed code 2011-04-13 23:36:00 -04:00
big big: don't crash when printing nil ints 2011-04-08 15:43:19 -04:00
bufio bufio: add ReadLine 2011-04-13 15:12:28 -04:00
bytes bytes, strings: simplify Join 2011-03-29 01:27:38 -04:00
cmath delete float, complex - code changes 2011-01-19 23:09:00 -05:00
compress compress/flate: dictionary support 2011-04-14 10:41:55 -04:00
container testing: shorten some more tests 2011-03-26 11:25:22 -07:00
crypto crypto/tls: add server-side OCSP stapling support. 2011-04-14 14:47:28 -04:00
debug os: New Open API. 2011-04-04 23:42:14 -07:00
ebnf go/printer/gofmt: remove special case for multi-line raw strings 2011-03-29 18:30:59 -07:00
encoding pkg: manual cleanup of some gofixed code 2011-04-13 23:36:00 -04:00
exec exec: add a little package commentary explaining its 2011-04-06 12:37:17 -07:00
exp pkg: manual cleanup of some gofixed code 2011-04-13 23:36:00 -04:00
expvar expvar: add Func for functions that return values that are JSON marshalable. 2011-04-15 01:21:18 -07:00
flag flag: fix error in documentation example. 2011-03-25 11:28:31 -07:00
fmt fmt: allow %U for unsigned integers. 2011-04-12 11:03:05 -07:00
go go/ast: fixed bug in NotNilFilter, added test 2011-04-13 09:37:13 -07:00
gob gob: when decoding a string, allocate a string, not a []byte. 2011-04-15 06:49:39 -07:00
hash gofmt: gofmt -s -w src misc 2011-04-13 15:13:59 -07:00
html os: New Open API. 2011-04-04 23:42:14 -07:00
http http: handler timeout support 2011-04-15 12:53:32 -07:00
image image: allow "?" wildcards when registering image formats. 2011-04-14 09:56:42 +10:00
index/suffixarray suffixarray: fix construction bug 2011-01-31 13:13:02 -08:00
io io: clarify that ReadAt shouldn't move the seek offset 2011-04-13 11:18:38 -07:00
json json: keep track of error offset in SyntaxError 2011-04-15 08:14:34 -07:00
log log: generalize getting and setting flags and prefix. 2011-04-06 11:48:03 -07:00
math delete float, complex - code changes 2011-01-19 23:09:00 -05:00
mime os: New Open API. 2011-04-04 23:42:14 -07:00
net net: disable one more external network test 2011-04-15 11:21:29 -04:00
netchan update go tree for reflect changes 2011-04-08 12:27:58 -04:00
os os: turn EPIPE exit into panic 2011-04-15 00:01:29 -04:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path os: New Open API. 2011-04-04 23:42:14 -07:00
rand delete float, complex - code changes 2011-01-19 23:09:00 -05:00
reflect reflect: inline method implementations 2011-04-13 16:55:20 -04:00
regexp regexp: add support for matching text read from things that implement 2011-02-03 13:58:40 -08:00
rpc update go tree for reflect changes 2011-04-08 12:27:58 -04:00
runtime pkg/runtime/plan9: Warning remediation, for Plan 9 native. 2011-04-14 11:54:36 -07:00
scanner scanner: better TokenString output 2011-04-07 19:41:55 -07:00
smtp update tree for package net changes 2011-03-28 23:28:53 -04:00
sort testing: shorten some tests. 2011-03-25 16:31:10 -07:00
strconv os: New Open API. 2011-04-04 23:42:14 -07:00
strings bytes, strings: simplify Join 2011-03-29 01:27:38 -04:00
sync build: add all-qemu.bash, handful of arm fixes 2011-03-27 23:39:42 -04:00
syscall gofmt: gofmt -s -w src misc 2011-04-13 15:13:59 -07:00
syslog build: remove DISABLE_NET_TESTS 2011-04-15 08:20:42 -04:00
tabwriter tabwriter: use append 2010-10-28 21:23:04 -07:00
template update go tree for reflect changes 2011-04-08 12:27:58 -04:00
testing pkg: manual cleanup of some gofixed code 2011-04-13 23:36:00 -04:00
time time: make TestAfterQueuing retry 3 times before declaring failure. 2011-03-30 11:40:00 +11:00
try update go tree for reflect changes 2011-04-08 12:27:58 -04:00
unicode log: rename Exit* to Fatal* 2011-02-01 12:47:35 -08:00
unsafe unsafe: fix the documentation 2011-03-02 19:39:08 -08:00
utf8 testing: shorten some more tests 2011-03-26 11:25:22 -07:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket update tree for package net changes 2011-03-28 23:28:53 -04:00
xml update go tree for reflect changes 2011-04-08 12:27:58 -04:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00
Makefile build: remove DISABLE_NET_TESTS 2011-04-15 08:20:42 -04:00