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
/
archive
/
tar
/
reader.go
Age
Commit message (
Expand
)
Author
2015-12-04
archive/tar: properly parse GNU base-256 encoding
Joe Tsai
2015-12-02
archive/tar: convert Reader.Next to be loop based
Joe Tsai
2015-12-02
archive/tar: move parse/format methods to standalone receiver
Joe Tsai
2015-12-01
archive/tar: fix issues with readGNUSparseMap1x0
Joe Tsai
2015-12-01
archive/tar: properly handle header-only "files" in Reader
Joe Tsai
2015-11-06
archive/tar: detect truncated files
Joe Tsai
2015-10-06
archive/tar: fix numeric overflow issues in readGNUSparseMap0x1
Joe Tsai
2015-10-06
archive/tar: add missing error checks to Reader.Next
Joe Tsai
2015-10-01
archive/tar: make Reader.Read errors persistent
Joe Tsai
2015-10-01
archive/tar: fix bugs with sparseFileReader
Joe Tsai
2015-06-18
archive/tar: add missing error checks
Michael Gehring
2015-06-12
archive/tar: fix slice bounds out of range
Michael Gehring
2015-05-28
archive/tar: terminate when reading malformed sparse files
Håvard Haugen
2015-05-27
archive/tar: don't panic on negative file size
Håvard Haugen
2014-12-30
archive/tar: document Reader.Next's behavior at the end
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]