aboutsummaryrefslogtreecommitdiff
path: root/src/archive/zip/writer.go
AgeCommit message (Expand)Author
2018-10-08all: fix a bunch of misspellingsIgor Zhilianin
2018-07-16archive/zip: fix regression when writing directoriesJoe Tsai
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-26archive/zip: prevent writing data for a directoryDiogo Pinela
2018-02-26archive/zip: improve Writer.Create documentation on how to add directoriesYury Smolsky
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-06archive/zip: add FileHeader.NonUTF8 fieldJoe Tsai
2017-11-06archive/zip: add FileHeader.Modified fieldJoe Tsai
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-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
2016-12-20Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields"Joe Tsai
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-02-21all: use cannot instead of can notJosh Bleecher Snyder
2016-01-07archive/zip: fix reading, writing of zip64 archivesRuss Cox
2015-12-01archive/zip: enable overriding (de)compressors per fileColin Cross
2015-06-10archive/zip: clarify that CreateHeader takes ownership of FileHeaderBrad Fitzpatrick
2015-03-12archive/zip: remove WriterOptions and replace with SetOffset methodAndrew Gerrand
2015-03-12archive/zip: add NewWriterWithOptionsGeert-Johan Riemer
2015-02-26archive/zip: fix size value in ZIP64 end central directory recordJoe Shaw
2014-09-08build: move package sources from src/pkg to srcRuss Cox