summaryrefslogtreecommitdiff
path: root/src/archive/tar/writer.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix some comments for methodcui fliter2022-12-031-1/+1
* archive/tar: limit size of headersDamien Neil2022-10-051-0/+3
* archive/tar: unexport internal methodsRoger Peppe2021-08-191-43/+46
* all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick2018-03-261-2/+1
* archive/tar: automatically promote TypeRegACaio Marcelo de Oliveira Filho2018-02-131-0/+10
* archive/tar: use placeholder name for global PAX recordsJoe Tsai2017-11-291-1/+4
* archive/tar: partially revert sparse file supportJoe Tsai2017-11-161-74/+86
* archive/tar: change error prefixJoe Tsai2017-11-151-1/+1
* archive/tar: ignore ChangeTime and AccessTime unless Format is specifiedJoe Tsai2017-10-101-1/+12
* archive/tar: improve handling of directory pathsJoe Tsai2017-10-101-0/+1
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-1/+1
* archive/tar: fix typo in documentationJoe Tsai2017-10-031-1/+1
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-1/+1
* archive/tar: avoid empty IO operationsJoe Tsai2017-09-251-3/+5
* archive/tar: add Reader.WriteTo and Writer.ReadFromJoe Tsai2017-09-181-34/+69
* archive/tar: minor doc fixesJoe Tsai2017-08-301-1/+1
* archive/tar: improve package documentationJoe Tsai2017-08-251-10/+11
* archive/tar: add raw support for global PAX recordsJoe Tsai2017-08-251-5/+14
* archive/tar: return better WriteHeader errorsJoe Tsai2017-08-251-2/+3
* archive/tar: support reporting and selecting the formatJoe Tsai2017-08-241-10/+10
* archive/tar: implement Writer support for sparse filesJoe Tsai2017-08-231-23/+270
* all: fix easy-to-miss typosAgniva De Sarker2017-08-231-1/+1
* archive/tar: refactor Reader support for sparse filesJoe Tsai2017-08-191-1/+1
* archive/tar: make Writer error handling consistentJoe Tsai2017-08-161-39/+44
* archive/tar: add support for long binary strings in GNU formatJoe Tsai2017-08-161-10/+18
* archive/tar: re-implement USTAR path splittingJoe Tsai2017-08-151-7/+13
* archive/tar: centralize errors in common.goJoe Tsai2017-08-151-9/+1
* archive/tar: add support for atime and ctime to WriterJoe Tsai2017-08-151-2/+6
* archive/tar: support PAX subsecond resolution timesJoe Tsai2017-08-151-8/+4
* archive/tar: properly handle header-only "files" in WriterJoe Tsai2017-08-151-7/+9
* archive/tar: remove writeHeader and writePAXHeaderLegacyJoe Tsai2017-08-141-242/+11
* archive/tar: implement specialized logic for GNU formatJoe Tsai2017-08-141-18/+41
* archive/tar: implement specialized logic for PAX formatJoe Tsai2017-08-141-7/+79
* archive/tar: implement specialized logic for USTAR formatJoe Tsai2017-08-121-5/+68
* archive/tar: check for permissible output formats firstJoe Tsai2017-08-111-1/+17
* archive/tar: ensure input fits in octal fieldJoe Tsai2017-08-111-15/+10
* archive/tar: forbid NUL character in string fieldsJoe Tsai2017-08-111-1/+5
* archive/tar: simplify FlushJoe Tsai2017-08-111-16/+13
* archive/tar: use best effort at writing USTAR headerJoe Tsai2017-06-281-2/+8
* archive/tar: disable prefix field in WriterJoe Tsai2016-11-021-1/+33
* archive/tar: move parse/format functionality into strconv.goJoe Tsai2016-09-291-70/+0
* archive/tar: preallocate slice from paxHeadersGyu-Ho Lee2016-08-161-1/+1
* archive/tar: centralize all information about tar header formatJoe Tsai2016-05-061-57/+43
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* archive/tar: properly format GNU base-256 encodingJoe Tsai2015-12-041-4/+22
* archive/tar: move parse/format methods to standalone receiverJoe Tsai2015-12-021-61/+72
* archive/tar: make output deterministicMatt Layher2015-11-131-7/+14
* archive/tar: remove dead code with USTAR path splittingJoe Tsai2015-09-231-35/+19
* archive/tar: fix error messageDavid du Colombier2015-05-041-1/+1