aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob
AgeCommit message (Expand)Author
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2021-03-13encoding/gob: ensure "duplicate type received" decoder errors surface upAman Karmani
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-09-09src: gofmt -sAinar Garipov
2019-05-22encoding/gob: properly ignore errorsLeon Klingele
2019-05-09encoding/gob: rename encBuffer.WriteByte to writeByteRuss Cox
2019-04-30encoding/gob: adding missing fuzz skip to one of the fuzz testsBrad Fitzpatrick
2019-03-08encoding/gob: update documentation in doc.go for wireTypeRob Pike
2018-12-28encoding/gob: mention that Encoder and Decoder are safe for concurrent useMostyn Bramley-Moore
2018-10-22encoding/gob: delete out of memory testRob Pike
2018-10-22encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machinesRob Pike
2018-06-13encoding/gob: correct issue number typo in commentIan Lance Taylor
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-03-24all: remove some unused return parametersDaniel Martí
2018-03-10all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff
2018-03-09encoding/gob: work around TestFuzzOneByte panicDaniel Martí
2018-01-04encoding/gob: avoid race on idToTypeIan Lance Taylor
2017-10-08encoding/gob: fix a typo in the package documentationLaurent Voisin
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-25encoding/gob: fix Debug to properly print uintDanny Rosseau
2017-06-29encoding/gob: warn about decoding data from untrusted sourcesBrad Fitzpatrick
2017-05-26encoding/gob: speedup decoding of maps by zeroing valuesFilip Gruszczyński
2017-05-03encoding/gob: use MakeMapWithSize when decoding mapFilip Gruszczyński
2017-04-27encoding/gob: replace RWMutex usage with sync.MapBryan C. Mills
2017-04-26encoding/gob: parallelize Encode/Decode benchmarksBryan C. Mills
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2017-04-19all: remove redundant returnsDaniel Martí
2017-03-24encoding/gob: Speedup map decoding by reducing the allocations.Filip Gruszczyński
2017-03-21encoding/gob: document the extra byte after a singletonRob Pike
2017-03-18encoding/gob: speedup floats encoding and decodingAlberto Donizetti
2017-03-17encoding/gob: make integers encoding fasterAlberto Donizetti
2017-03-13encoding/gob: add Encode-Decode Int slices testsAlberto Donizetti
2017-03-06encoding/gob: remove unused ut and atyp parametersDaniel Martí
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-08-19encoding/gob: error out instead of panicking on nil dereferenceEmmanuel Odeke
2016-07-05encoding/gob: document Encode, EncodeValue nil pointer panicsEmmanuel Odeke
2016-06-28encoding/gob: avoid allocating string for map keyDavid Crawshaw
2016-05-06all: fix copy-and-paste errors in testsAlberto Donizetti
2016-04-22encoding/gob: document compatibilityRob Pike
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-21all: delete dead test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-12-07encoding/gob: document behavior of zero-valued arrays, slices, and mapsRob Pike
2015-11-25encoding/gob: reduce the amount of memory allocations.Aliaksandr Valialkin
2015-11-24encoding/gob: document that zero elements of arrays and slices are sentRob Pike
2015-10-06encoding/gob: fix typo in documentationTormod Erevik Lea