summaryrefslogtreecommitdiff
path: root/src/encoding/gob/encoder_test.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/gob: add Encode-Decode Int slices testsAlberto Donizetti2017-03-131-0/+65
* encoding/gob: error out instead of panicking on nil dereferenceEmmanuel Odeke2016-08-191-0/+14
* encoding/gob: document Encode, EncodeValue nil pointer panicsEmmanuel Odeke2016-07-051-10/+62
* all: delete dead test codeDominik Honnef2016-03-211-4/+0
* all: single space after period.Brad Fitzpatrick2016-03-021-4/+4
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-4/+4
* encoding/gob: reduce the amount of memory allocations.Aliaksandr Valialkin2015-11-251-1/+1
* encoding/gob: fix infinite recursion caused by ignoring recursive typeRob Pike2015-06-011-0/+24
* encoding/gob: add "too big" check when writing a messageRob Pike2015-05-121-0/+18
* encoding/gob: fix hang from skipping large slicesMatthew Dempsky2015-04-171-0/+2
* encoding/gob: more checks for corrupted dataRob Pike2015-04-091-42/+34
* encoding/gob: more cleanups handling slice lengthRob Pike2015-04-071-0/+14
* encoding/gob: change panic into error for corrupt inputRob Pike2015-04-061-0/+14
* encoding/gob: address go vet reportEmil Hessman2014-12-281-1/+1
* encoding/gob: error rather than panic when decoding enormous slicesRob Pike2014-09-251-0/+22
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+934