aboutsummaryrefslogtreecommitdiff
path: root/src/archive/tar/reader.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2018-02-25archive/tar: remove loop label from readerAgniva De Sarker
2018-02-18all: remove "the" duplicationsKunpei Sakai
2018-02-13archive/tar: automatically promote TypeRegACaio Marcelo de Oliveira Filho
2017-11-29archive/tar: use placeholder name for global PAX recordsJoe Tsai
2017-11-16archive/tar: partially revert sparse file supportJoe Tsai
2017-11-07archive/tar: a cosmetic fix after checking by golintStanislav Afanasev
2017-10-10archive/tar: improve handling of directory pathsJoe Tsai
2017-10-03archive/tar: fix typo in documentationJoe Tsai
2017-09-25archive/tar: avoid empty IO operationsJoe Tsai
2017-09-18archive/tar: add Reader.WriteTo and Writer.ReadFromJoe Tsai
2017-08-30archive/tar: minor doc fixesJoe Tsai
2017-08-25archive/tar: improve package documentationJoe Tsai
2017-08-25archive/tar: add raw support for global PAX recordsJoe Tsai
2017-08-25archive/tar: support arbitrary PAX recordsJoe Tsai
2017-08-24archive/tar: support reporting and selecting the formatJoe Tsai
2017-08-19archive/tar: refactor Reader support for sparse filesJoe Tsai
2017-08-15archive/tar: centralize errors in common.goJoe Tsai
2017-08-15archive/tar: roundtrip reading device numbersJoe Tsai
2017-08-11archive/tar: fallback to pre-Go1.8 behavior on certain GNU filesJoe Tsai
2016-10-22archive/tar: validate sparse headers in parsePAXJoe Tsai
2016-10-19archive/tar: fix parsePAX to be POSIX.1-2001 compliantJoe Tsai
2016-10-19archive/tar: make Reader handle GNU format properlyJoe Tsai
2016-10-12archive/tar: fix and cleanup readOldGNUSparseMapJoe Tsai
2016-10-12archive/tar: handle integer overflow on 32bit machinesJoe Tsai
2016-09-29archive/tar: move parse/format functionality into strconv.goJoe Tsai
2016-09-02archive/tar: reapply Header.Size to regFileReader after mergingJoe Tsai
2016-08-31archive/tar: make Reader error handling consistentJoe Tsai
2016-08-25archive/tar: isolate regular and sparse file handling as methodsJoe Tsai
2016-05-06archive/tar: centralize all information about tar header formatJoe Tsai
2016-04-15archive/tar: style nit: s/nano_buf/nanoBuf/Matthew Dempsky
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2015-12-17archive/tar: document how Reader.Read handles header-only filesJoe Tsai
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