aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/decoder.go
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
2018-12-28encoding/gob: mention that Encoder and Decoder are safe for concurrent useMostyn Bramley-Moore
2018-10-22encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machinesRob Pike
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-06-29encoding/gob: warn about decoding data from untrusted sourcesBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2014-10-20encoding/gob: add custom decoder buffer for performanceRob Pike
2014-10-17encoding/gob: use simple append-only buffer for encodingRob Pike
2014-09-25encoding/gob: error rather than panic when decoding enormous slicesRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox