aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/decoder.go
AgeCommit message (Expand)Author
2025-02-03all: replace reflect.Value.Type.Kind with reflect.Value.KindSean Liao
2024-09-05encoding/gob: cover missed cases when checking ignore depthRoland Shoemaker
2023-09-08encoding: modernize Go documentationJoe Tsai
2022-08-19encoding/gob: use saferio to read large bufferIan Lance Taylor
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-11encoding/gob: follow documented io.EOF semanticsDaniel Martí
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