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
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-08-25
encoding/json: make ,string work when encoding pointer fields
Brad Fitzpatrick
2014-08-08
encoding/gob: fix data races in benchmarks
Dmitriy Vyukov
2014-08-08
encoding/json: document coercion of invalid UTF-8 characters
Andrew Gerrand
2014-08-07
encoding/gob: make benchmarks parallel
Dmitriy Vyukov
2014-08-06
encoding/xml: add InputOffset method to Decoder
Russ Cox
2014-08-03
encoding/gob: save a call to userType
Rob Pike
2014-07-28
encoding/asn1: only omit optional elements matching default value.
Adam Langley
2014-07-18
encoding/gob: remove unnecessary receivers
Dmitriy Vyukov
2014-07-01
encoding/gob: fewer decAlloc calls
Russ Cox
2014-06-30
encoding/gob: simplify allocation in decode.
Rob Pike
2014-06-30
encoding/gob: remove unsafe, use reflection.
Rob Pike
2014-06-19
encoding/base64, encoding/base32: speed up Encode
Rui Ueyama
2014-06-18
encoding/base64, encoding/base32: make Encode faster
Rui Ueyama
2014-06-12
encoding/json: remove unused field from Encoder struct
Brad Fitzpatrick
2014-06-11
encoding/ascii85: remove unused field
Rui Ueyama
2014-06-11
encoding/base64, encoding/base32: make DecodeString faster
Rui Ueyama
2014-05-16
encoding/xml: fix format in test message
Rob Pike
2014-05-12
encoding/json: document what unmarshal of `null` into non-reference type does
Russ Cox
2014-05-12
encoding/xml: fix to allow xml declaration with EncodeToken
Jason Del Ponte
2014-05-09
encoding/binary: document that Read requires exported struct fields
Ian Lance Taylor
2014-05-08
encoding/json: add example for Indent, clarify the docs.
Stephen McQuay
2014-04-26
encoding/ascii85: handle non-data bytes correctly
Rui Ueyama
2014-04-26
src: fix issues found by go vet std
Robert Hencke
2014-04-26
encoding/gob: handle interface types in isZero() by returning true for ...
Jonathan Allie
2014-04-16
encoding/json: document Encoder will terminate each JSON value with '\n'
Shenghou Ma
2014-04-16
encoding/xml: document NewDecoder buffering
Brad Fitzpatrick
2014-04-16
all: fix typos
Rui Ueyama
2014-04-16
encoding/base64: don't lose a byte of output when encountering trailing garbage
Brad Fitzpatrick
2014-04-08
encoding/xml: unmarshal into interfaces
Josh Bleecher Snyder
2014-04-08
encoding/xml: Makes XML Marshaler take into account XMLName field from anonym...
Alexander Zhavnerchik
2014-03-21
encoding/asn1: use GeneralizedTime for times outside the range of UTCTime.
Adam Langley
2014-03-20
base64: fix bug that decoder fails to detect corruption
Rui Ueyama
2014-03-20
base32: remove unnecessary "if" condition
Rui Ueyama
2014-03-18
base64: refactor encoder.Write
Rui Ueyama
2014-03-17
encoding/hex: add error check for write error.
Rui Ueyama
2014-03-07
encoding/gob: document that Decode returns EOF at EOF
Rob Pike
2014-03-06
encoding/gob: improve interface assignment error message
Kelsey Hightower
2014-03-05
encoding/xml: add test for EncodeToken
Shawn Smith
2014-02-13
crypto/x509: Add certificate signature request (CSR) support.
Kyle Isom
2014-02-12
encoding/json: fix test failure
Dmitriy Vyukov
2014-02-05
encoding/json: mention escaping of '&'
Shenghou Ma
2014-01-30
encoding/gob: fix two crashes on corrupted data.
Rémy Oudompheng
2014-01-28
encoding/asn1: support set tag when unmarshaling.
Adam Langley
2014-01-27
all: use {bytes,strings}.NewReader instead of bytes.Buffers
Brad Fitzpatrick
2014-01-07
encoding/csv: test that carriage return is handled in Write
Shawn Smith
2014-01-03
encoding/json: Fix missing error when trying to unmarshal null string into in...
Emil Hessman
2014-01-02
encoding/hex: add Decode error test case
Shawn Smith
2014-01-02
encoding/json: add tests for InvalidUnmarshalError
Dave Cheney
2014-01-01
encoding/json: improve omitempty test coverage
Shawn Smith
[next]