aboutsummaryrefslogtreecommitdiff
path: root/src/archive/zip/zip_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
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-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-02-21archive/zip: make benchmarks more representativeIlya Tocar
2017-11-06archive/zip: add FileHeader.Modified fieldJoe Tsai
2017-08-13archive/zip: fix Writer to validate fileAudrey Lim
2017-03-15archive/zip: parallelize benchmarksBryan C. Mills
2017-03-06all: remove the the duplicate wordsEitan Adler
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-03-21all: delete dead test codeDominik Honnef
2016-01-07archive/zip: fix reading, writing of zip64 archivesRuss Cox
2015-12-29build: shorten a few packages with long testsRuss Cox
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