summaryrefslogtreecommitdiff
path: root/src/archive/tar/format.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix some comments for methodcui fliter2022-12-031-2/+2
* archive/tar: limit size of headersDamien Neil2022-10-051-0/+4
* archive/tar: unexport internal methodsRoger Peppe2021-08-191-69/+69
* archive/tar: remore redundant parens in type expressionsIskander Sharipov2018-08-211-3/+3
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* archive/tar: partially revert sparse file supportJoe Tsai2017-11-161-0/+2
* archive/tar: remove useless type conversionsAwn2017-11-151-1/+1
* archive/tar: require opt-in to PAX or GNU format for time featuresJoe Tsai2017-08-301-0/+35
* archive/tar: improve package documentationJoe Tsai2017-08-251-1/+2
* archive/tar: support reporting and selecting the formatJoe Tsai2017-08-241-29/+86
* archive/tar: refactor Reader support for sparse filesJoe Tsai2017-08-191-4/+10
* archive/tar: implement specialized logic for USTAR formatJoe Tsai2017-08-121-0/+5
* archive/tar: centralize all information about tar header formatJoe Tsai2016-05-061-0/+197