aboutsummaryrefslogtreecommitdiff
path: root/src/archive/zip/writer_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2018-07-16archive/zip: fix regression when writing directoriesJoe Tsai
2018-05-02archive/zip: avoid data descriptor when writing directoriesAntonin Amand
2018-04-26archive/zip: prevent writing data for a directoryDiogo Pinela
2017-12-01archive/zip: add test for Modified vs ModTime behaviorRuss Cox
2017-11-29archive/zip: replace Writer.Comment field with SetComment methodRuss Cox
2017-11-15archive/zip: fix handling of replacement rune in UTF8 checkRuss Cox
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-08-31archive/zip: support "end of central directory record comment"Kenji Yano
2017-05-26archive/zip: set utf-8 flagYasuhiro Matsumoto
2017-03-15archive/zip: parallelize benchmarksBryan C. Mills
2016-12-20Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields"Joe Tsai
2016-10-06archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fieldsYasuhiro Matsumoto
2016-05-01archive/zip: improve BenchmarkCompressedZipGarbageJosh Bleecher Snyder
2015-03-12archive/zip: remove WriterOptions and replace with SetOffset methodAndrew Gerrand
2015-03-12archive/zip: add NewWriterWithOptionsGeert-Johan Riemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox