summaryrefslogtreecommitdiff
path: root/src/archive/tar/reader.go
Commit message (Expand)AuthorAgeFilesLines
* archive/tar: validate sparse headers in parsePAXJoe Tsai2016-10-221-18/+19
* archive/tar: fix parsePAX to be POSIX.1-2001 compliantJoe Tsai2016-10-191-2/+7
* archive/tar: make Reader handle GNU format properlyJoe Tsai2016-10-191-3/+25
* archive/tar: fix and cleanup readOldGNUSparseMapJoe Tsai2016-10-121-37/+41
* archive/tar: handle integer overflow on 32bit machinesJoe Tsai2016-10-121-7/+7
* archive/tar: move parse/format functionality into strconv.goJoe Tsai2016-09-291-147/+0
* archive/tar: reapply Header.Size to regFileReader after mergingJoe Tsai2016-09-021-4/+7
* archive/tar: make Reader error handling consistentJoe Tsai2016-08-311-104/+72
* archive/tar: isolate regular and sparse file handling as methodsJoe Tsai2016-08-251-58/+77
* archive/tar: centralize all information about tar header formatJoe Tsai2016-05-061-105/+62
* archive/tar: style nit: s/nano_buf/nanoBuf/Matthew Dempsky2016-04-151-6/+6
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-4/+4
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-131-3/+2
* archive/tar: document how Reader.Read handles header-only filesJoe Tsai2015-12-171-0/+4
* archive/tar: properly parse GNU base-256 encodingJoe Tsai2015-12-041-5/+33
* archive/tar: convert Reader.Next to be loop basedJoe Tsai2015-12-021-70/+60
* archive/tar: move parse/format methods to standalone receiverJoe Tsai2015-12-021-59/+97
* archive/tar: fix issues with readGNUSparseMap1x0Joe Tsai2015-12-011-59/+51
* archive/tar: properly handle header-only "files" in ReaderJoe Tsai2015-12-011-8/+16
* archive/tar: detect truncated filesJoe Tsai2015-11-061-9/+45
* archive/tar: fix numeric overflow issues in readGNUSparseMap0x1Joe Tsai2015-10-061-17/+14
* archive/tar: add missing error checks to Reader.NextJoe Tsai2015-10-061-4/+10
* archive/tar: make Reader.Read errors persistentJoe Tsai2015-10-011-0/+4
* archive/tar: fix bugs with sparseFileReaderJoe Tsai2015-10-011-43/+96
* archive/tar: add missing error checksMichael Gehring2015-06-181-0/+6
* archive/tar: fix slice bounds out of rangeMichael Gehring2015-06-121-1/+1
* archive/tar: terminate when reading malformed sparse filesHåvard Haugen2015-05-281-0/+3
* archive/tar: don't panic on negative file sizeHåvard Haugen2015-05-271-0/+4
* archive/tar: document Reader.Next's behavior at the endBrad Fitzpatrick2014-12-301-0/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+820