aboutsummaryrefslogtreecommitdiff
path: root/src/archive/zip
AgeCommit message (Expand)Author
2021-05-03archive/zip: add File.OpenRaw, Writer.CreateRaw, Writer.CopyEddie Scholtz
2021-04-29archive/zip: only return directory once via io/fs.FSIan Lance Taylor
2021-04-18archive/zip: fix imports block of biggestZipBytes generatorPaschalis Tsilias
2021-04-03archive/zip: fix character device handling in fileModeToUnixModeTom Thorogood
2021-03-10archive/zip: fix panic in Reader.OpenRoland Shoemaker
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-07archive/zip: fix documentation to mention fs.FS interfaceArtyom Pervukhin
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20archive/zip: make Reader implement fs.FSRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
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