1
0
mirror of https://github.com/golang/go synced 2024-10-05 21:21:21 -06:00
go/src/encoding
Matthew Dempsky 4d01922e46 encoding/gob: fix hang from skipping large slices
Change-Id: I4e59b5b1702e08d7c6191d0a70fb0a555f3340c8
Reviewed-on: https://go-review.googlesource.com/9061
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Rob Pike <r@golang.org>
2015-04-17 22:04:34 +00:00
..
ascii85
asn1 debug/dwarf, encoding/asn1, go/ast: fix old comments 2015-03-24 00:09:30 +00:00
base32
base64 encoding/base64: add unpadded encodings, and test all encodings. 2014-12-22 16:05:23 +00:00
binary encoding/binary: cull dead code 2015-03-14 02:51:22 +00:00
csv all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
gob encoding/gob: fix hang from skipping large slices 2015-04-17 22:04:34 +00:00
hex
json encoding/json: Fixed the comment specifying Marshal behavior for maps. 2015-02-18 23:57:36 +00:00
pem encoding/pem: eliminate allocations for newlines during encoding 2014-12-21 22:06:09 +00:00
xml encoding/xml: fix default namespace of tags 2015-03-09 09:10:30 +00:00
encoding.go