aboutsummaryrefslogtreecommitdiff
path: root/src/archive/zip/reader_test.go
AgeCommit message (Expand)Author
2026-01-15[release-branch.go1.25] archive/zip: reduce CPU usage in index constructionDamien Neil
2025-03-11archive/zip: error on ReadDir if there are invalid file namesSean Liao
2024-07-25archive: use slices and maps to clean up testsapocelipes
2024-05-16archive/zip: treat truncated EOCDR comment as an errorDamien Neil
2024-03-27all: make use of builtin clearJes Cok
2023-09-25all: use the indefinite article an in commentsJes Cok
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-04-24archive/zip: reject overflowing directorySize & directoryOffsetRoland Shoemaker
2023-04-05archive/zip: return ErrInsecurePath for unsafe paths by OpenReaderImre Rad
2023-01-20archive/zip: use base offset 0 if it has a valid entryIan Lance Taylor
2022-12-06archive/zip: only consider UncompressedSize when checking dirsRoland Shoemaker
2022-12-01archive/zip: tolerate compressed directories with zero uncompressed sizeRoland Shoemaker
2022-11-21archive/tar, archive/zip: disable insecure file name checks with GODEBUGDamien Neil
2022-11-16archive/tar, archive/zip: return ErrInsecurePath for unsafe pathsDamien Neil
2022-11-14archive/zip: don't read directories containing file dataAlexander Yastrebov
2022-06-02archive/zip: if non-zero base offset fails, fall back to zeroIan Lance Taylor
2022-05-10archive/zip: error if using io/fs on zip with duplicate entriesIan Lance Taylor
2022-05-08archive/zip: permit zip files to have prefixesIan Lance Taylor
2022-04-11archive/zip: fail fast if UncompressedSize64 < nreadMeng Zhuo
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-11-07archive/zip: don't read data descriptor earlyArran Walker
2021-11-02archive/zip: don't panic on (*Reader).OpenJason7602
2021-08-20archive/zip: prevent preallocation check from overflowingRoland Shoemaker
2021-05-25archive/zip: only preallocate File slice if reasonably sizedRoland Shoemaker
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-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-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
2018-08-21archive/zip: return error from NewReader when negative size is passedJeet Parekh
2018-02-23archive/zip: fix handling of Info-ZIP Unix extended timestampsJoe Tsai
2017-12-01archive/zip: add test for Modified vs ModTime behaviorRuss Cox
2017-11-06archive/zip: add FileHeader.NonUTF8 fieldJoe Tsai
2017-11-06archive/zip: add FileHeader.Modified fieldJoe Tsai
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-03-15archive/zip: add missing argument to error messageAlberto Donizetti
2016-02-02archive/zip: handle pre-zip64 zip files containing 2³²-1-byte contentRuss Cox
2015-09-11archive/zip: fixes unexpected EOF when reading archivealexander demakin
2015-06-14archive/zip: fix returned error on truncated data descriptorMichael Gehring
2015-05-27archive/zip: sanity check the TOC's declared number of filesBrad Fitzpatrick
2015-05-26archive/zip: verify number of File bytes read at EOFBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox