aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/binary/varint.go
AgeCommit message (Expand)Author
2023-02-16src: rename unexported errors by adding prefix errOleksandr Redko
2022-08-08encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 ...cuiweixie
2022-04-15encoding/binary: add AppendVarint AppendUvarintJoe Tsai
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-03-08encoding/binary: limit bytes read by Uvarint to <= 10Emmanuel T Odeke
2020-08-25encoding/binary: replace constant literals with named constant (cleanup)Robert Griesemer
2020-08-06encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarintKatie Hockman
2017-06-27encoding/binary: improve comment formatting consistencyDmitri Shuralyov
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox