summaryrefslogtreecommitdiff
path: root/src/archive/zip
Commit message (Expand)AuthorAgeFilesLines
* all: base64-encode binaries that will cause Apple notarization to failAndrew2019-11-213-9/+26
* archive/zip: remove unused special caseAndrew Gerrand2019-08-272-9/+7
* all: shorten some testsRuss Cox2019-05-221-3/+2
* archive/zip: use Modified in FileHeader.FileInfoJannis Andrija Schnitzer2019-04-082-4/+50
* archive/zip: fix casting overflow on 32-bit archLE Manh Cuong2019-01-071-2/+2
* all: fix a bunch of misspellingsIgor Zhilianin2018-10-081-1/+1
* 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-011-2/+2
* 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
* archive/zip: improve Writer.Create documentation on how to add directoriesYury Smolsky2018-02-262-2/+4
* 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
* archive/zip: add test for Modified vs ModTime behaviorRuss Cox2017-12-013-176/+197
* 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/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/zip: use Time.UTC instead of Time.In(time.UTC)Joe Tsai2017-11-102-3/+3
* 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
* all: fix article typosKunpei Sakai2017-09-151-1/+1
* archive/zip: support "end of central directory record comment"Kenji Yano2017-08-312-6/+59
* archive/zip: fix Writer to validate fileAudrey Lim2017-08-132-0/+51
* archive/zip: remove an out of date TODOJohnny Luo2017-07-151-2/+0
* archive/zip: set utf-8 flagYasuhiro Matsumoto2017-05-262-0/+82
* archive/zip: replace RWMutex with sync.MapBryan C. Mills2017-04-291-26/+21
* archive/zip: parallelize benchmarksBryan C. Mills2017-03-152-10/+29
* all: remove the the duplicate wordsEitan Adler2017-03-061-1/+1
* archive/zip: update the ZIP spec linkIbrahim AshShohail2017-02-011-1/+1
* Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields"Joe Tsai2016-12-207-154/+12
* archive/zip: skip large concurrent tests in race modeBrad Fitzpatrick2016-11-211-0/+7
* archive/zip: avoid overflow in record count and byte offset fieldsBrad Fitzpatrick2016-11-172-25/+302
* archive/zip: only use Extended Timestamp on non-zero MS-DOS timestampsJoe Tsai2016-10-113-9/+51
* archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fieldsYasuhiro Matsumoto2016-10-066-12/+113
* archive/zip: use HTTPS for documentation linkKevin Burke2016-05-141-1/+1
* archive/zip: pool flate readersNiko Dziemba2016-05-041-1/+39
* archive/zip: improve BenchmarkCompressedZipGarbageJosh Bleecher Snyder2016-05-011-1/+7
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-131-1/+1
* all: delete dead test codeDominik Honnef2016-03-211-21/+0
* archive/zip: add missing argument to error messageAlberto Donizetti2016-03-151-1/+1
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-6/+5
* all: use cannot instead of can notJosh Bleecher Snyder2016-02-211-1/+1