aboutsummaryrefslogtreecommitdiff
path: root/src/archive/zip
AgeCommit message (Expand)Author
2021-05-28[release-branch.go1.15] archive/zip: only preallocate File slice if reasonabl...Roland Shoemaker
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2019-08-27archive/zip: remove unused special caseAndrew Gerrand
2019-05-22all: shorten some testsRuss Cox
2019-04-08archive/zip: use Modified in FileHeader.FileInfoJannis Andrija Schnitzer
2019-01-07archive/zip: fix casting overflow on 32-bit archLE Manh Cuong
2018-10-08all: fix a bunch of misspellingsIgor Zhilianin
2018-08-21archive/zip: return error from NewReader when negative size is passedJeet Parekh
2018-08-20archive/zip: makes receiver name consistentSanthosh Kumar Tekuri
2018-07-16archive/zip: fix regression when writing directoriesJoe Tsai
2018-06-13archive/zip: warn about FileHeader.Name being unvalidated on readBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-31archive/zip: remove unnecessary words in (*Writer).Close docsIan Lance Taylor
2018-05-02archive/zip: avoid data descriptor when writing directoriesAntonin Amand
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-26archive/zip: prevent writing data for a directoryDiogo Pinela
2018-02-26archive/zip: improve Writer.Create documentation on how to add directoriesYury Smolsky
2018-02-23archive/zip: fix handling of Info-ZIP Unix extended timestampsJoe Tsai
2018-02-21archive/zip: make benchmarks more representativeIlya Tocar
2017-12-01archive/zip: add test for Modified vs ModTime behaviorRuss Cox
2017-11-29archive/zip: preserve old FileHeader.ModTime behaviorJoe Tsai
2017-11-29archive/zip: replace Writer.Comment field with SetComment methodRuss Cox
2017-11-16archive/zip: add documentation about compression methodsJoe Kyo
2017-11-15archive/zip: fix handling of replacement rune in UTF8 checkRuss Cox
2017-11-10archive/zip: use Time.UTC instead of Time.In(time.UTC)Joe Tsai
2017-11-06archive/zip: add FileHeader.NonUTF8 fieldJoe Tsai
2017-11-06archive/zip: add FileHeader.Modified fieldJoe Tsai
2017-11-01archive/zip, crypto/tls: use rand.Read instead of casting ints to bytesCarl Mastrangelo
2017-10-25archive/zip: restrict UTF-8 detection for comment and name fieldsJoe Tsai
2017-09-15all: fix article typosKunpei Sakai
2017-08-31archive/zip: support "end of central directory record comment"Kenji Yano
2017-08-13archive/zip: fix Writer to validate fileAudrey Lim
2017-07-15archive/zip: remove an out of date TODOJohnny Luo
2017-05-26archive/zip: set utf-8 flagYasuhiro Matsumoto
2017-04-29archive/zip: replace RWMutex with sync.MapBryan C. Mills
2017-03-15archive/zip: parallelize benchmarksBryan C. Mills
2017-03-06all: remove the the duplicate wordsEitan Adler
2017-02-01archive/zip: update the ZIP spec linkIbrahim AshShohail
2016-12-20Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields"Joe Tsai
2016-11-21archive/zip: skip large concurrent tests in race modeBrad Fitzpatrick
2016-11-17archive/zip: avoid overflow in record count and byte offset fieldsBrad Fitzpatrick
2016-10-11archive/zip: only use Extended Timestamp on non-zero MS-DOS timestampsJoe Tsai
2016-10-06archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fieldsYasuhiro Matsumoto
2016-05-14archive/zip: use HTTPS for documentation linkKevin Burke
2016-05-04archive/zip: pool flate readersNiko Dziemba
2016-05-01archive/zip: improve BenchmarkCompressedZipGarbageJosh Bleecher Snyder
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-03-21all: delete dead test codeDominik Honnef
2016-03-15archive/zip: add missing argument to error messageAlberto Donizetti
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick