summaryrefslogtreecommitdiff
path: root/src/encoding/gob/decode.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/gob: avoid allocating string for map keyDavid Crawshaw2016-06-281-3/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-9/+9
* encoding/gob: reduce the amount of memory allocations.Aliaksandr Valialkin2015-11-251-28/+34
* encoding/gob: remove always false comparisonTodd Neal2015-08-251-1/+1
* encoding/gob: fix infinite recursion caused by ignoring recursive typeRob Pike2015-06-011-14/+20
* encoding/gob: fix hang from skipping large slicesMatthew Dempsky2015-04-171-0/+3
* encoding/gob: more checks for corrupted dataRob Pike2015-04-091-5/+17
* encoding/gob: clean up decoderMap after errBadTypeHÃ¥vard Haugen2015-04-081-1/+3
* encoding/gob: more cleanups handling slice lengthRob Pike2015-04-071-20/+24
* encoding/gob: make method doc string match method namekortschak2015-04-071-1/+1
* encoding/gob: change panic into error for corrupt inputRob Pike2015-04-061-1/+5
* encoding/gob: add custom decoder buffer for performanceRob Pike2014-10-201-4/+59
* encoding/gob: custom array/slice decodersRob Pike2014-10-171-12/+21
* encoding/gob: fix 386 buildRob Pike2014-09-251-9/+6
* encoding/gob: error rather than panic when decoding enormous slicesRob Pike2014-09-251-1/+11
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1146