aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob
AgeCommit message (Expand)Author
2023-01-30all: fix problematic commentscui fliter
2023-01-24encoding/gob: slightly simplify init codeDaniel Martí
2023-01-20encoding/gob: shave off some init time costDaniel Martí
2022-10-20encoding/gob: support large slices in slice decode helpersIan Lance Taylor
2022-10-13encoding/gob: note pacakge not covered by security policyRoland Shoemaker
2022-10-04encoding/gob: prevent a decoder state overflowDaniel Martí
2022-09-30encoding: fix a few function names on commentscui fliter
2022-09-29encoding/gob: add top level security docRoland Shoemaker
2022-09-25encoding/gob: use saferio.SliceCap when decoding a sliceIan Lance Taylor
2022-09-06encoding: use strings.Buildercuiweixie
2022-08-19encoding/gob: use saferio to read large bufferIan Lance Taylor
2022-08-09encoding/gob: change typeInfo.encoder type to atomic.Pointer[T]Ludi Rehak
2022-08-08encoding/gob: replace runtime values with constants in init()Tomasz Jezierski
2022-07-15encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/Ian Lance Taylor
2022-07-12encoding/gob: add a depth limit for ignored fieldsRoland Shoemaker
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-11encoding/gob: follow documented io.EOF semanticsDaniel Martí
2021-09-07encoding/gob: optimize decoding of slicekorzhao
2021-09-07encoding/gob: marshal maps using reflect.Value.MapRangekorzhao
2021-08-27encoding/gob: optimize decoding of []byteJoe Tsai
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