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
2017-06-29
encoding/binary: clarify the repercussions for not following the docs
Brad Fitzpatrick
2017-06-29
encoding/gob: warn about decoding data from untrusted sources
Brad Fitzpatrick
2017-06-27
encoding/binary: improve comment formatting consistency
Dmitri Shuralyov
2017-06-23
encoding/ascii85: make bigtest big again
Mark Ryan
2017-06-16
encoding: fix endless loop in TestDecoderBuffering
Mark Ryan
2017-06-15
encoding: report correct line numbers in tests
Mark Ryan
2017-06-14
encoding/json: don't marshal unexported embedded fields of non struct type
thoeni
2017-06-05
encoding/json: clarify unmarshaling behaviour on bad fields
Alberto Donizetti
2017-05-26
encoding/gob: speedup decoding of maps by zeroing values
Filip Gruszczyński
2017-05-22
encoding/base32: add Encoding.WithPadding, StdPadding, NoPadding
Gustav Westling
2017-05-18
encoding/base32: ensure base32 decoder propagates errors correctly
Mark Ryan
2017-05-03
encoding/gob: use MakeMapWithSize when decoding map
Filip Gruszczyński
2017-04-28
encoding/json: replace encoderCache RWMutex with a sync.Map
Bryan C. Mills
2017-04-28
encoding/xml: replace tinfoMap RWMutex with sync.Map
Bryan C. Mills
2017-04-27
encoding/gob: replace RWMutex usage with sync.Map
Bryan C. Mills
2017-04-26
encoding/json: parallelize most benchmarks
Bryan C. Mills
2017-04-26
encoding/gob: parallelize Encode/Decode benchmarks
Bryan C. Mills
2017-04-26
encoding/xml: parallelize benchmarks
Bryan C. Mills
2017-04-26
encoding/csv: add option to reuse slices returned by Read
Justin Nuß
2017-04-25
all: remove some unused parameters in test code
Daniel Martí
2017-04-24
encoding/base64: Optimize DecodeString
Josselin Costanzi
2017-04-24
encoding/asn1: add NullBytes and NullRawValue for working with ASN.1 NULL
Andrew Benton
2017-04-23
encoding/base64: Rename rawUrlRef to rawURLRef
Mark Ryan
2017-04-19
all: remove redundant returns
Daniel Martí
2017-04-18
encoding/hex: change lookup table back to string
Josh Bleecher Snyder
2017-04-13
encoding/asn1: support 31 bit identifiers with OID
Monis Khan
2017-04-11
encoding/asn1: document "utc" and "generalized" tags
Hiroshi Ioka
2017-04-03
encoding/pem: yet another fuzz fake failure
Russ Cox
2017-04-03
encoding/pem: do not try to round trip value with leading/trailing space
Russ Cox
2017-03-24
encoding/gob: Speedup map decoding by reducing the allocations.
Filip Gruszczyński
2017-03-22
encoding/xml: unmarshal allow empty, non-string values
Sarah Adams
2017-03-22
encoding/xml: format test output using subtests
Sam Whited
2017-03-21
encoding/gob: document the extra byte after a singleton
Rob Pike
2017-03-20
encoding/json: reduce unmarshal mallocs for unmapped fields
Pascal S. de Kloe
2017-03-18
encoding/gob: speedup floats encoding and decoding
Alberto Donizetti
2017-03-17
encoding/gob: make integers encoding faster
Alberto Donizetti
2017-03-13
encoding/gob: add Encode-Decode Int slices tests
Alberto Donizetti
2017-03-07
encoding/base64, html/template: fix grammar mistakes
Kevin Burke
2017-03-07
encoding/base64: add alphabet and padding restrictions
Josselin Costanzi
2017-03-06
encoding/base64: fix decode reports incorrect index
Josselin Costanzi
2017-03-06
encoding/gob: remove unused ut and atyp parameters
Daniel Martí
2017-03-06
encoding/xml: remove unused start parameter
Daniel Martí
2017-03-01
encoding/pem: refuse extra data on ending line
Joe Shaw
2017-02-14
encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fields
Russ Cox
2017-02-14
cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw...
Kirill Smelkov
2017-02-10
encoding/json: clarify documention for Unmarshal into a pointer.
Tuo Shan
2017-02-07
encoding/json: add Valid for checking validity of input bytes
Matt Layher
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2016-12-08
all: make spelling consistent
Brad Fitzpatrick
2016-12-01
encoding/binary: document the new bool support
Brad Fitzpatrick
[prev]
[next]