index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
binary
/
varint.go
Age
Commit message (
Expand
)
Author
2024-07-16
encoding/binary: use list format in docstrings
Kir Kolyshkin
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-02-16
src: rename unexported errors by adding prefix err
Oleksandr Redko
2022-08-08
encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 ...
cuiweixie
2022-04-15
encoding/binary: add AppendVarint AppendUvarint
Joe Tsai
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-03-08
encoding/binary: limit bytes read by Uvarint to <= 10
Emmanuel T Odeke
2020-08-25
encoding/binary: replace constant literals with named constant (cleanup)
Robert Griesemer
2020-08-06
encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarint
Katie Hockman
2017-06-27
encoding/binary: improve comment formatting consistency
Dmitri Shuralyov
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox