index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
Age
Commit message (
Expand
)
Author
2015-07-15
encoding/json: Only allow string option for valid types
Larz Conwell
2015-07-12
all: link to https for golang subdomains too
Brad Fitzpatrick
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-07-01
encoding/xml: minor changes
Roger Peppe
2015-06-30
encoding/xml: fix xmlns= behavior
Roger Peppe
2015-06-29
encoding/binary: update protobuf documentation link
Dmitry Savintsev
2015-06-29
encoding/asn1: don't parse invalid UTF-8.
Adam Langley
2015-06-29
encoding/asn1: be stricter by reserialising parsed times.
Adam Langley
2015-06-22
encoding/csv: add examples for package
Carlos C
2015-06-18
xml: add check of version in document declaration
Giulio Iotti
2015-06-18
encoding/json: Remove extra allocation in scanner.
Peter Waldschmidt
2015-06-13
encoding/asn1: check bounds when parsing tag and length
Kyle Isom
2015-06-12
encoding/csv: skip blank lines when FieldsPerRecord >= 0
Damien Neil
2015-06-11
all: fix misprints in comments
Ainar Garipov
2015-06-10
encoding/csv: fix comment in parseRecord
Ainar Garipov
2015-06-08
testing/quick: probabilistically generate nil pointers
Håvard Haugen
2015-06-04
encoding/xml: Reset the parent stack before printing a chardata or comment fi...
Hajime Hoshi
2015-06-01
encoding/gob: fix infinite recursion caused by ignoring recursive type
Rob Pike
2015-05-31
encoding/pem: be more permissive about decoding empty blocks.
Adam Langley
2015-05-20
encoding/gob: fix docs
Shenghou Ma
2015-05-15
encoding/json: fix decoding of types with '[]byte' as underlying type
Håvard Haugen
2015-05-14
encoding/json: make BenchmarkSkipValue more stable
Josh Bleecher Snyder
2015-05-12
encoding/gob: add "too big" check when writing a message
Rob Pike
2015-04-28
encoding/asn1: Improved control of flags and times
Richard Barnes
2015-04-27
encoding/xml: do not escape newlines
Roger Peppe
2015-04-26
encoding/csv: Preallocate records slice
Justin Nuß
2015-04-24
encoding/base64: Optimize EncodeToString and DecodeString.
Egon Elbre
2015-04-17
encoding/gob: fix hang from skipping large slices
Matthew Dempsky
2015-04-09
encoding/gob: more checks for corrupted data
Rob Pike
2015-04-08
encoding/gob: clean up decoderMap after errBadType
Håvard Haugen
2015-04-07
encoding/gob: more cleanups handling slice length
Rob Pike
2015-04-07
encoding/gob: make method doc string match method name
kortschak
2015-04-06
encoding/gob: change panic into error for corrupt input
Rob Pike
2015-03-24
debug/dwarf, encoding/asn1, go/ast: fix old comments
Matthew Dempsky
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-03-14
encoding/binary: cull dead code
Josh Bleecher Snyder
2015-03-09
encoding/xml: fix default namespace of tags
Roger Peppe
2015-03-03
encoding/xml: fix namespaces in a>b tags
Roger Peppe
2015-02-25
encoding/xml: add more marshalTests tests.
Nigel Tao
2015-02-18
encoding/json: Fixed the comment specifying Marshal behavior for maps.
Aaron Jacobs
2015-02-13
encoding/xml: encoding name spaces correctly
Roger Peppe
2015-02-09
encoding/xml: add more EncodeToken tests.
Nigel Tao
2015-02-07
encoding/xml: avoid an allocation for tags without attributes
Brian Smith
2015-02-06
all: don't refer to code.google.com/p/go{,-wiki}/
Péter Surányi
2015-01-29
encoding/json: add UnmarshalTypeError.Offset
Alex Plugaru
2015-01-15
encoding/xml: remove unnecessary memory allocation in Unmarshal
Dmitry Vyukov
2014-12-28
encoding/gob: address go vet report
Emil Hessman
2014-12-28
encoding/json: address go vet reports
Emil Hessman
2014-12-22
encoding/binary: check for unsigned integers in intDataSize.
Stan Schwertly
2014-12-22
encoding/base64: add unpadded encodings, and test all encodings.
Bryan Ford
[prev]
[next]