summaryrefslogtreecommitdiff
path: root/src/archive
Commit message (Expand)AuthorAgeFilesLines
* archive/tar: remore redundant parens in type expressionsIskander Sharipov2018-08-211-3/+3
* archive/zip: return error from NewReader when negative size is passedJeet Parekh2018-08-212-0/+9
* archive/zip: makes receiver name consistentSanthosh Kumar Tekuri2018-08-201-2/+2
* archive/zip: fix regression when writing directoriesJoe Tsai2018-07-162-4/+20
* archive/zip: warn about FileHeader.Name being unvalidated on readBrad Fitzpatrick2018-06-131-1/+9
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-012-3/+3
* archive/zip: remove unnecessary words in (*Writer).Close docsIan Lance Taylor2018-05-311-1/+1
* archive/zip: avoid data descriptor when writing directoriesAntonin Amand2018-05-022-2/+45
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-0/+4
* archive/zip: prevent writing data for a directoryDiogo Pinela2018-04-262-20/+46
* go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer2018-04-041-3/+3
* all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick2018-03-261-2/+1
* archive/zip: improve Writer.Create documentation on how to add directoriesYury Smolsky2018-02-262-2/+4
* archive/tar: remove loop label from readerAgniva De Sarker2018-02-251-3/+2
* archive/zip: fix handling of Info-ZIP Unix extended timestampsJoe Tsai2018-02-232-8/+2
* archive/zip: make benchmarks more representativeIlya Tocar2018-02-211-17/+26
* all: remove duplicate word "the"Ryuma Yoshida2018-02-201-1/+1
* all: remove "the" duplicationsKunpei Sakai2018-02-181-1/+1
* archive/tar: automatically promote TypeRegACaio Marcelo de Oliveira Filho2018-02-138-11/+39
* archive/zip: add test for Modified vs ModTime behaviorRuss Cox2017-12-013-176/+197
* archive/tar: use placeholder name for global PAX recordsJoe Tsai2017-11-294-3/+10
* archive/zip: preserve old FileHeader.ModTime behaviorJoe Tsai2017-11-292-7/+3
* archive/zip: replace Writer.Comment field with SetComment methodRuss Cox2017-11-292-10/+23
* archive/tar: partially revert sparse file supportJoe Tsai2017-11-1610-987/+322
* archive/zip: add documentation about compression methodsJoe Kyo2017-11-162-3/+8
* archive/zip: fix handling of replacement rune in UTF8 checkRuss Cox2017-11-152-13/+19
* archive/tar: change error prefixJoe Tsai2017-11-152-13/+13
* archive/tar: remove useless type conversionsAwn2017-11-152-3/+3
* archive/zip: use Time.UTC instead of Time.In(time.UTC)Joe Tsai2017-11-102-3/+3
* archive/tar: a cosmetic fix after checking by golintStanislav Afanasev2017-11-071-6/+6
* archive/zip: add FileHeader.NonUTF8 fieldJoe Tsai2017-11-0610-13/+119
* archive/zip: add FileHeader.Modified fieldJoe Tsai2017-11-0613-120/+403
* archive/zip, crypto/tls: use rand.Read instead of casting ints to bytesCarl Mastrangelo2017-11-011-4/+4
* archive/zip: restrict UTF-8 detection for comment and name fieldsJoe Tsai2017-10-252-9/+38
* archive/tar: ignore ChangeTime and AccessTime unless Format is specifiedJoe Tsai2017-10-103-12/+24
* archive/tar: improve handling of directory pathsJoe Tsai2017-10-108-0/+43
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-1/+1
* archive/tar: fix typo in documentationJoe Tsai2017-10-032-2/+2
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-1/+1
* archive/tar: avoid empty IO operationsJoe Tsai2017-09-254-11/+39
* archive/tar: fix sparse files support on DarwinGiovanni Bajo2017-09-231-2/+7
* archive/tar: skip TestSparseFiles on Plan 9David du Colombier2017-09-221-0/+3
* archive/tar: perform test for hole-detection on specific buildersJoe Tsai2017-09-211-13/+3
* archive/tar: make check for hole detection support more liberalJoe Tsai2017-09-211-2/+6
* archive/tar: add Header.DetectSparseHoles and Header.PunchSparseHolesJoe Tsai2017-09-207-22/+416
* archive/tar: add Reader.WriteTo and Writer.ReadFromJoe Tsai2017-09-186-291/+558
* all: fix article typosKunpei Sakai2017-09-151-1/+1
* archive/tar: populate Devmajor and Devminor in FileInfoHeader on *BSDTobias Klauser2017-09-131-1/+23
* archive/tar: populate Devmajor and Devminor in FileInfoHeader on DarwinTobias Klauser2017-09-011-0/+5
* archive/zip: support "end of central directory record comment"Kenji Yano2017-08-312-6/+59