summaryrefslogtreecommitdiff
path: root/src/archive/zip/struct.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* archive/zip: don't read data descriptor earlyArran Walker2021-11-071-8/+0
* archive/zip: add File.OpenRaw, Writer.CreateRaw, Writer.CopyEddie Scholtz2021-05-031-1/+13
* archive/zip: fix character device handling in fileModeToUnixModeTom Thorogood2021-04-031-5/+3
* archive/zip: make Reader implement fs.FSRuss Cox2020-10-201-0/+3
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-36/+36
* archive/zip: use Modified in FileHeader.FileInfoJannis Andrija Schnitzer2019-04-081-4/+9
* archive/zip: makes receiver name consistentSanthosh Kumar Tekuri2018-08-201-2/+2
* archive/zip: warn about FileHeader.Name being unvalidated on readBrad Fitzpatrick2018-06-131-1/+9
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-2/+2
* archive/zip: improve Writer.Create documentation on how to add directoriesYury Smolsky2018-02-261-1/+2
* archive/zip: preserve old FileHeader.ModTime behaviorJoe Tsai2017-11-291-6/+2
* archive/zip: add documentation about compression methodsJoe Kyo2017-11-161-3/+7
* archive/zip: use Time.UTC instead of Time.In(time.UTC)Joe Tsai2017-11-101-2/+2
* archive/zip: add FileHeader.NonUTF8 fieldJoe Tsai2017-11-061-4/+16
* archive/zip: add FileHeader.Modified fieldJoe Tsai2017-11-061-15/+63
* archive/zip: update the ZIP spec linkIbrahim AshShohail2017-02-011-1/+1
* Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields"Joe Tsai2016-12-201-3/+0
* archive/zip: only use Extended Timestamp on non-zero MS-DOS timestampsJoe Tsai2016-10-111-1/+1
* archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fieldsYasuhiro Matsumoto2016-10-061-0/+3
* archive/zip: use HTTPS for documentation linkKevin Burke2016-05-141-1/+1
* archive/zip: fix reading, writing of zip64 archivesRuss Cox2016-01-071-1/+1
* all: switch to the new deprecation conventionShenghou Ma2015-06-181-2/+2
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+313