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
/
zip_test.go
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-03-27
all: make use of builtin clear
Jes Cok
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-08-03
archive: use predeclared function min
qiulaidongfeng
2023-05-24
compress/flate, archive/zip: reduce memory allocations
Maksim Meshkov
2022-09-06
archive: use strings.Builder
cuiweixie
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-05-22
all: shorten some tests
Russ Cox
2019-04-08
archive/zip: use Modified in FileHeader.FileInfo
Jannis Andrija Schnitzer
2019-01-07
archive/zip: fix casting overflow on 32-bit arch
LE Manh Cuong
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2018-02-21
archive/zip: make benchmarks more representative
Ilya Tocar
2017-11-06
archive/zip: add FileHeader.Modified field
Joe Tsai
2017-08-13
archive/zip: fix Writer to validate file
Audrey Lim
2017-03-15
archive/zip: parallelize benchmarks
Bryan C. Mills
2017-03-06
all: remove the the duplicate words
Eitan Adler
2016-12-20
Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields"
Joe Tsai
2016-11-21
archive/zip: skip large concurrent tests in race mode
Brad Fitzpatrick
2016-11-17
archive/zip: avoid overflow in record count and byte offset fields
Brad Fitzpatrick
2016-10-11
archive/zip: only use Extended Timestamp on non-zero MS-DOS timestamps
Joe Tsai
2016-03-21
all: delete dead test code
Dominik Honnef
2016-01-07
archive/zip: fix reading, writing of zip64 archives
Russ Cox
2015-12-29
build: shorten a few packages with long tests
Russ Cox
2015-02-26
archive/zip: fix size value in ZIP64 end central directory record
Joe Shaw
2014-09-08
build: move package sources from src/pkg to src
Russ Cox