summaryrefslogtreecommitdiff
path: root/src/archive/tar/reader_test.go
Commit message (Expand)AuthorAgeFilesLines
* archive/tar: validate sparse headers in parsePAXJoe Tsai2016-10-221-3/+10
* archive/tar: fix parsePAX to be POSIX.1-2001 compliantJoe Tsai2016-10-191-0/+2
* archive/tar: compact slices in testsJoe Tsai2016-10-191-274/+220
* archive/tar: make Reader handle GNU format properlyJoe Tsai2016-10-191-0/+47
* archive/tar: fix and cleanup readOldGNUSparseMapJoe Tsai2016-10-121-2/+59
* archive/tar: move parse/format functionality into strconv.goJoe Tsai2016-09-291-175/+62
* archive/tar: reapply Header.Size to regFileReader after mergingJoe Tsai2016-09-021-0/+17
* archive/tar: make Reader error handling consistentJoe Tsai2016-08-311-0/+8
* archive/tar: properly parse GNU base-256 encodingJoe Tsai2015-12-041-4/+63
* archive/tar: convert Reader.Next to be loop basedJoe Tsai2015-12-021-0/+24
* archive/tar: move parse/format methods to standalone receiverJoe Tsai2015-12-021-4/+53
* archive/tar: fix issues with readGNUSparseMap1x0Joe Tsai2015-12-011-26/+73
* archive/tar: properly handle header-only "files" in ReaderJoe Tsai2015-12-011-0/+43
* archive/tar: detect truncated filesJoe Tsai2015-11-061-29/+127
* archive/tar: fix numeric overflow issues in readGNUSparseMap0x1Joe Tsai2015-10-061-16/+71
* archive/tar: add missing error checks to Reader.NextJoe Tsai2015-10-061-0/+8
* archive/tar: expand abilities of TestReaderJoe Tsai2015-10-061-215/+81
* archive/tar: fix bugs with sparseFileReaderJoe Tsai2015-10-011-58/+136
* archive/tar: add missing error checksMichael Gehring2015-06-181-0/+15
* archive/tar: fix slice bounds out of rangeMichael Gehring2015-06-121-3/+8
* archive/tar: terminate when reading malformed sparse filesHåvard Haugen2015-05-281-0/+19
* archive/tar: don't panic on negative file sizeHåvard Haugen2015-05-271-0/+16
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+743