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
/
pkg
/
encoding
Age
Commit message (
Expand
)
Author
2013-07-12
encoding/json: escape U+2028 and U+2029.
David Symonds
2013-07-11
json: unmarshal types that are byte slices.
Paul Borman
2013-07-10
encoding/xml: fix typo in docs
Andrew Gerrand
2013-07-05
encoding/json: Correct description of stateNeg function.
Oliver Hookins
2013-06-20
all: excise some warts found by vet -shadow
Rob Pike
2013-06-10
asn1: Improved encoding/decoding for OID types
Gerasimos Dimitriadis
2013-06-04
encoding/asn1: harmonise error prefixes.
Adam Langley
2013-06-04
encoding/gob: consistently use unsafe.Pointer for pointer values
Ian Lance Taylor
2013-05-24
asn1: Stricter checks for DER encoded booleans
Gerasimos Dimitriadis
2013-05-14
encoding/json: allocate less in NewEncoder
Brad Fitzpatrick
2013-04-30
encoding/json: document that marshaling invalid utf-8 sequence will return error
Shenghou Ma
2013-04-11
encoding/json: documentation regarding anonymous fields.
Rob Pike
2013-04-10
encoding/json: different decision on tags and shadowing
Rob Pike
2013-04-09
encoding/json: fix handling of anonymous fields
Rob Pike
2013-03-22
build: remove dead code
Russ Cox
2013-03-22
encoding/gob: delete dead code.
Rob Pike
2013-03-13
encoding/xml: rewrite invalid code points to U+FFFD in Marshal, Escape
Olivier Saingre
2013-03-13
encoding/json: properly handle extra objects with fixed size arrays
Rick Arnold
2013-03-13
encoding/xml: predefine xml name space prefix
Russ Cox
2013-03-12
encoding/xml: reject > chain with non-element
Russ Cox
2013-03-12
encoding/xml: name space bug fixes
Russ Cox
2013-03-12
encoding/base32, encoding/base64: fix issues with decoder whitespace handling
Philip K. Warren
2013-03-12
encoding/xml: fix spurious "no semicolon" in error
Russ Cox
2013-03-11
encoding/xml: allow embedded non-structs
Russ Cox
2013-03-12
encoding/base32, encoding/base64: a small stack-space optimization.
Nigel Tao
2013-03-12
encoding/base32: don't panic when decoding "AAAA==".
Nigel Tao
2013-03-11
all: remove now-unnecessary unreachable panics
Brad Fitzpatrick
2013-03-06
all: Skip AllocsPerRun tests if GOMAXPROCS>1.
Albert Strasheim
2013-02-28
encoding/gob: fix copyright
Russ Cox
2013-02-25
all: fix some vet-found printf errors
Rob Pike
2013-02-20
encoding/xml: make sure Encoder.Encode reports Write errors.
Olivier Saingre
2013-02-15
encoding/binary: make type error more specific
Russ Cox
2013-02-14
encoding/json: document and test use of unicode.ReplacementChar
Russ Cox
2013-02-14
encoding/json: roll back Unmarshal optimization + test
Russ Cox
2013-02-13
encoding/xml: fix htmlAutoClose and its generating script
Shenghou Ma
2013-02-03
xml: omit newline at beginning of MarshalIndent output
Shivakumar GN
2013-02-02
testing: add AllocsPerRun
Kyle Lemons
2013-01-31
encoding/base64: fix test for ReadFull change
Russ Cox
2013-01-31
encoding/json: document case-insensitive Unmarshal key matching
Russ Cox
2013-01-30
encoding/json: improve performance of Unmarshal on primitive types
Rick Arnold
2013-01-30
encoding/json: properly unmarshal empty arrays.
Andrey Mirtchovski
2013-01-30
encoding/xml: add (*Encoder).Indent
Russ Cox
2013-01-29
encoding/json: add test for Unmarshal of malformed data
Russ Cox
2013-01-28
encoding/json: add Decoder.Buffered accessor to get overread data
Brad Fitzpatrick
2013-01-28
xml: differentiate between float32 and float64 for marshalSimple
Vega Garcia Luis Alfonso
2013-01-22
xml: Support fields not of type []byte when marshaling ",chardata"
Vega Garcia Luis Alfonso
2013-01-22
encoding/json: ignore unexported fields in Unmarshal
Rick Arnold
2013-01-22
encoding/xml: simplify copyValue
Russ Cox
2013-01-18
encoding/xml: fix decoding of attributes in to pointer fields.
Kamil Kisiel
2013-01-14
encoding/json: fix panics on type mismatches.
Rémy Oudompheng
[prev]
[next]