index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
archive
/
zip
/
reader_test.go
Age
Commit message (
Expand
)
Author
2026-01-15
[release-branch.go1.26] archive/zip: reduce CPU usage in index construction
Damien Neil
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-03-11
archive/zip: error on ReadDir if there are invalid file names
Sean Liao
2024-07-25
archive: use slices and maps to clean up tests
apocelipes
2024-05-16
archive/zip: treat truncated EOCDR comment as an error
Damien Neil
2024-03-27
all: make use of builtin clear
Jes Cok
2023-09-25
all: use the indefinite article an in comments
Jes Cok
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-04-24
archive/zip: reject overflowing directorySize & directoryOffset
Roland Shoemaker
2023-04-05
archive/zip: return ErrInsecurePath for unsafe paths by OpenReader
Imre Rad
2023-01-20
archive/zip: use base offset 0 if it has a valid entry
Ian Lance Taylor
2022-12-06
archive/zip: only consider UncompressedSize when checking dirs
Roland Shoemaker
2022-12-01
archive/zip: tolerate compressed directories with zero uncompressed size
Roland Shoemaker
2022-11-21
archive/tar, archive/zip: disable insecure file name checks with GODEBUG
Damien Neil
2022-11-16
archive/tar, archive/zip: return ErrInsecurePath for unsafe paths
Damien Neil
2022-11-14
archive/zip: don't read directories containing file data
Alexander Yastrebov
2022-06-02
archive/zip: if non-zero base offset fails, fall back to zero
Ian Lance Taylor
2022-05-10
archive/zip: error if using io/fs on zip with duplicate entries
Ian Lance Taylor
2022-05-08
archive/zip: permit zip files to have prefixes
Ian Lance Taylor
2022-04-11
archive/zip: fail fast if UncompressedSize64 < nread
Meng Zhuo
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-11-07
archive/zip: don't read data descriptor early
Arran Walker
2021-11-02
archive/zip: don't panic on (*Reader).Open
Jason7602
2021-08-20
archive/zip: prevent preallocation check from overflowing
Roland Shoemaker
2021-05-25
archive/zip: only preallocate File slice if reasonably sized
Roland Shoemaker
2021-05-03
archive/zip: add File.OpenRaw, Writer.CreateRaw, Writer.Copy
Eddie Scholtz
2021-04-29
archive/zip: only return directory once via io/fs.FS
Ian Lance Taylor
2021-04-18
archive/zip: fix imports block of biggestZipBytes generator
Paschalis Tsilias
2021-03-10
archive/zip: fix panic in Reader.Open
Roland Shoemaker
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-20
archive/zip: make Reader implement fs.FS
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2019-11-21
all: base64-encode binaries that will cause Apple notarization to fail
Andrew
2019-08-27
archive/zip: remove unused special case
Andrew Gerrand
2018-08-21
archive/zip: return error from NewReader when negative size is passed
Jeet Parekh
2018-02-23
archive/zip: fix handling of Info-ZIP Unix extended timestamps
Joe Tsai
2017-12-01
archive/zip: add test for Modified vs ModTime behavior
Russ Cox
2017-11-06
archive/zip: add FileHeader.NonUTF8 field
Joe Tsai
2017-11-06
archive/zip: add FileHeader.Modified field
Joe Tsai
2016-12-20
Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields"
Joe Tsai
2016-10-06
archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields
Yasuhiro Matsumoto
2016-03-15
archive/zip: add missing argument to error message
Alberto Donizetti
2016-02-02
archive/zip: handle pre-zip64 zip files containing 2³²-1-byte content
Russ Cox
2015-09-11
archive/zip: fixes unexpected EOF when reading archive
alexander demakin
2015-06-14
archive/zip: fix returned error on truncated data descriptor
Michael Gehring
2015-05-27
archive/zip: sanity check the TOC's declared number of files
Brad Fitzpatrick
2015-05-26
archive/zip: verify number of File bytes read at EOF
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox