1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:44:45 -07:00
go/src/pkg
Russ Cox 90dcd5face add io.LimitReader.
use it to limit data read from http.Request Body

R=r
DELTA=32  (8 added, 6 deleted, 18 changed)
OCL=33899
CL=33916
2009-08-26 16:23:54 -07:00
..
archive/tar Add a standard Seeker interface. 2009-08-18 17:47:03 -07:00
base64 naming cleanup. 2009-08-20 10:18:48 -07:00
big Implement divWW_g in Go. 2009-08-26 16:14:17 -07:00
bignum added Newton-Raphson Division as an additional bignum testcase 2009-08-26 09:46:12 -07:00
bufio fix bufio bugs involving readers that return os.EOF with 2009-08-26 16:23:34 -07:00
bytes convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
compress Fix inflate.go's decompressing of a fixed Huffman block that has 2009-08-20 16:03:34 -07:00
container container/list: Add InsertBefore and InsertAfter methods. 2009-08-18 17:49:44 -07:00
crypto naming cleanup. 2009-08-20 10:18:48 -07:00
datafmt delete forward type declarations 2009-08-12 14:40:47 -07:00
debug/macho/testdata last-minute fix: convert to ANSI C 1988-04-01 02:03:04 -05:00
ebnf convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
exec convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
exvar convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
flag delete forward type declarations 2009-08-12 14:40:47 -07:00
fmt convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
go - do not accept forward-declarations for structs and interfaces anymore 2009-08-14 09:39:14 -07:00
gob fix codec test bug - uint -> uint8 2009-08-26 16:19:59 -07:00
hash convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
http add io.LimitReader. 2009-08-26 16:23:54 -07:00
io add io.LimitReader. 2009-08-26 16:23:54 -07:00
json convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
log fix typo 2009-08-13 15:14:41 -07:00
malloc convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
math convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
net convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
once convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
os convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
path convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
rand convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
reflect Restore comment line accidentally dropped in CL 33097. 2009-08-26 14:40:34 -07:00
regexp generate the unicode tables directly from web database 2009-08-26 16:01:31 -07:00
rpc convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
runtime recycle G structs 2009-08-26 15:26:09 -07:00
sort convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
strconv convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
strings convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
sync convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
syscall avoid duplicate field names, so that bug132 can be fixed 2009-08-24 11:03:23 -07:00
tabwriter convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
template convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
testing fix bufio bugs involving readers that return os.EOF with 2009-08-26 16:23:34 -07:00
time convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
unicode generate the unicode tables directly from web database 2009-08-26 16:01:31 -07:00
unsafe Update the unsafe docs for the new type implementation. 2009-07-07 15:06:29 -07:00
utf8 convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
xml mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
deps.bash - updated Makefile, Make.deps 2009-08-17 15:20:51 -07:00
Make.deps ZLIB reader for go. 2009-08-17 22:03:13 -07:00
Makefile ZLIB reader for go. 2009-08-17 22:03:13 -07:00