]> Cypherpunks.ru repositories - gostls13.git/history - src/archive/zip/writer_test.go
archive/zip: add AddFS method to zip Writer
[gostls13.git] / src / archive / zip / writer_test.go
2023-07-31 Mauri de Souza Men... archive/zip: add AddFS method to zip Writer
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-06 Russ Coxall: use bytes.Cut, strings.Cut
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-03 Eddie Scholtzarchive/zip: add File.OpenRaw, Writer.CreateRaw, Writer...
2021-04-03 Tom Thorogoodarchive/zip: fix character device handling in fileModeT...
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-20 Russ Coxall: update references to symbols moved from io/ioutil...
2020-10-20 Russ Coxall: update references to symbols moved from os to...
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-07-16 Joe Tsaiarchive/zip: fix regression when writing directories
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-02 Antonin Amandarchive/zip: avoid data descriptor when writing directories
2018-04-26 Diogo Pinelaarchive/zip: prevent writing data for a directory
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-12-01 Russ Coxarchive/zip: add test for Modified vs ModTime behavior
2017-11-29 Russ Coxarchive/zip: replace Writer.Comment field with SetComme...
2017-11-15 Russ Coxarchive/zip: fix handling of replacement rune in UTF8...
2017-11-06 Joe Tsaiarchive/zip: add FileHeader.NonUTF8 field
2017-11-06 Joe Tsaiarchive/zip: add FileHeader.Modified field
2017-11-01 Carl Mastrangeloarchive/zip, crypto/tls: use rand.Read instead of casti...
2017-10-25 Joe Tsaiarchive/zip: restrict UTF-8 detection for comment and...
2017-08-31 Kenji Yanoarchive/zip: support "end of central directory record...
2017-05-26 Yasuhiro Matsumotoarchive/zip: set utf-8 flag
2017-03-15 Bryan C. Millsarchive/zip: parallelize benchmarks
2017-02-01 Russ Coxall: merge dev.inline into master
2016-12-20 Joe TsaiRevert: "archive/zip: handle mtime in NTFS/UNIX/Extende...
2016-10-06 Yasuhiro Matsumotoarchive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra...
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-05-01 Josh Bleecher Snyderarchive/zip: improve BenchmarkCompressedZipGarbage
2015-04-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-03-12 Andrew Gerrandarchive/zip: remove WriterOptions and replace with...
2015-03-12 Geert-Johan Riemerarchive/zip: add NewWriterWithOptions
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src