aboutsummaryrefslogtreecommitdiff
path: root/src/archive/zip/reader_test.go
AgeCommit message (Expand)Author
2021-05-28[release-branch.go1.15] archive/zip: only preallocate File slice if reasonabl...Roland Shoemaker
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