aboutsummaryrefslogtreecommitdiff
path: root/src/archive/tar/reader.go
AgeCommit message (Expand)Author
2015-12-04archive/tar: properly parse GNU base-256 encodingJoe Tsai
2015-12-02archive/tar: convert Reader.Next to be loop basedJoe Tsai
2015-12-02archive/tar: move parse/format methods to standalone receiverJoe Tsai
2015-12-01archive/tar: fix issues with readGNUSparseMap1x0Joe Tsai
2015-12-01archive/tar: properly handle header-only "files" in ReaderJoe Tsai
2015-11-06archive/tar: detect truncated filesJoe Tsai
2015-10-06archive/tar: fix numeric overflow issues in readGNUSparseMap0x1Joe Tsai
2015-10-06archive/tar: add missing error checks to Reader.NextJoe Tsai
2015-10-01archive/tar: make Reader.Read errors persistentJoe Tsai
2015-10-01archive/tar: fix bugs with sparseFileReaderJoe Tsai
2015-06-18archive/tar: add missing error checksMichael Gehring
2015-06-12archive/tar: fix slice bounds out of rangeMichael Gehring
2015-05-28archive/tar: terminate when reading malformed sparse filesHåvard Haugen
2015-05-27archive/tar: don't panic on negative file sizeHåvard Haugen
2014-12-30archive/tar: document Reader.Next's behavior at the endBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox