aboutsummaryrefslogtreecommitdiff
path: root/src/archive/tar/reader_test.go
AgeCommit message (Expand)Author
7 days[release-branch.go1.26] archive/tar: limit the number of old GNU sparse forma...Damien Neil
2025-12-30all: fix some minor grammatical issues in the commentscuishuang
2025-12-15archive/tar, compress/bzip2: base64 some troublesome testdata filesIan Lance Taylor
2025-10-07archive/tar: set a limit on the size of GNU sparse file 1.0 regionsDamien Neil
2024-10-03archive/tar: use hash/crc32 instead of crypto/md5 for test checksumsqmuntal
2024-07-25archive: use slices and maps to clean up testsapocelipes
2022-11-21archive/tar, archive/zip: disable insecure file name checks with GODEBUGDamien Neil
2022-11-16archive/tar, archive/zip: return ErrInsecurePath for unsafe pathsDamien Neil
2022-10-05archive/tar: limit size of headersDamien Neil
2022-08-17archive/tar: delete unreachable continue codeAbirdcfly
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-08-19archive/tar: unexport internal methodsRoger Peppe
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
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-10-10archive/tar: improve handling of directory pathsJoe Tsai
2017-09-25archive/tar: avoid empty IO operationsJoe Tsai
2017-09-18archive/tar: add Reader.WriteTo and Writer.ReadFromJoe 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-23archive/tar: implement Writer support for sparse filesJoe Tsai
2017-08-19archive/tar: refactor Reader support for sparse filesJoe Tsai
2017-08-16archive/tar: add support for long binary strings in GNU formatJoe Tsai
2017-08-15archive/tar: roundtrip reading device numbersJoe Tsai
2017-08-11archive/tar: forbid NUL character in string fieldsJoe Tsai
2017-08-11archive/tar: expand TestPartialRead to cover sparse filesJoe 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: compact slices in testsJoe Tsai
2016-10-19archive/tar: make Reader handle GNU format properlyJoe Tsai
2016-10-12archive/tar: fix and cleanup readOldGNUSparseMapJoe 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
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-06archive/tar: expand abilities of TestReaderJoe Tsai
2015-10-01archive/tar: fix bugs with sparseFileReaderJoe Tsai
2015-06-18archive/tar: add missing error checksMichael Gehring