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
Age
Commit message (
Expand
)
Author
2022-04-11
archive/zip: fail fast if UncompressedSize64 < nread
Meng Zhuo
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-01-13
all: add a handful of fuzz targets
Roland Shoemaker
2022-01-12
Revert "all: add a handful of fuzz targets"
Bryan Mills
2022-01-12
all: add a handful of fuzz targets
Roland Shoemaker
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
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-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
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-04-03
archive/zip: fix character device handling in fileModeToUnixMode
Tom Thorogood
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-11-07
archive/zip: fix documentation to mention fs.FS interface
Artyom Pervukhin
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
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-10-08
all: fix a bunch of misspellings
Igor Zhilianin
2018-08-21
archive/zip: return error from NewReader when negative size is passed
Jeet Parekh
2018-08-20
archive/zip: makes receiver name consistent
Santhosh Kumar Tekuri
2018-07-16
archive/zip: fix regression when writing directories
Joe Tsai
2018-06-13
archive/zip: warn about FileHeader.Name being unvalidated on read
Brad Fitzpatrick
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-31
archive/zip: remove unnecessary words in (*Writer).Close docs
Ian Lance Taylor
2018-05-02
archive/zip: avoid data descriptor when writing directories
Antonin Amand
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2018-04-26
archive/zip: prevent writing data for a directory
Diogo Pinela
2018-02-26
archive/zip: improve Writer.Create documentation on how to add directories
Yury Smolsky
2018-02-23
archive/zip: fix handling of Info-ZIP Unix extended timestamps
Joe Tsai
2018-02-21
archive/zip: make benchmarks more representative
Ilya Tocar
2017-12-01
archive/zip: add test for Modified vs ModTime behavior
Russ Cox
2017-11-29
archive/zip: preserve old FileHeader.ModTime behavior
Joe Tsai
2017-11-29
archive/zip: replace Writer.Comment field with SetComment method
Russ Cox
2017-11-16
archive/zip: add documentation about compression methods
Joe Kyo
2017-11-15
archive/zip: fix handling of replacement rune in UTF8 check
Russ Cox
2017-11-10
archive/zip: use Time.UTC instead of Time.In(time.UTC)
Joe Tsai
2017-11-06
archive/zip: add FileHeader.NonUTF8 field
Joe Tsai
2017-11-06
archive/zip: add FileHeader.Modified field
Joe Tsai
2017-11-01
archive/zip, crypto/tls: use rand.Read instead of casting ints to bytes
Carl Mastrangelo
2017-10-25
archive/zip: restrict UTF-8 detection for comment and name fields
Joe Tsai
2017-09-15
all: fix article typos
Kunpei Sakai
[prev]
[next]