summaryrefslogtreecommitdiff
path: root/src/archive/zip
Commit message (Expand)AuthorAgeFilesLines
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-042-0/+8
* archive/zip: reject overflowing directorySize & directoryOffsetRoland Shoemaker2023-04-242-0/+46
* archive/zip: return ErrInsecurePath for unsafe paths by OpenReaderImre Rad2023-04-052-19/+83
* all: fix misuses of "a" vs "an"cui fliter2023-04-041-1/+1
* archive/zip: make receiver names consistentOleksandr Redko2023-03-022-27/+27
* archive/zip: use base offset 0 if it has a valid entryIan Lance Taylor2023-01-203-14/+32
* internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox2023-01-191-3/+4
* archive/tar, archive/zip: document ErrInsecurePath and GODEBUG settingRuss Cox2023-01-171-0/+8
* archive/tar, archive/zip: revert documentation of ErrInsecurePathDamien Neil2022-12-211-11/+0
* archive/zip: only consider UncompressedSize when checking dirsRoland Shoemaker2022-12-062-2/+5
* archive/zip: use proper doc comment for Deprecated notesRuss Cox2022-12-021-13/+43
* archive/zip: tolerate compressed directories with zero uncompressed sizeRoland Shoemaker2022-12-012-1/+76
* archive/tar, archive/zip: disable ErrInsecurePath by defaultDamien Neil2022-11-221-1/+1
* archive/tar, archive/zip: disable insecure file name checks with GODEBUGDamien Neil2022-11-212-0/+32
* archive/tar, archive/zip: return ErrInsecurePath for unsafe pathsDamien Neil2022-11-163-12/+61
* archive/zip: don't read directories containing file dataAlexander Yastrebov2022-11-142-0/+49
* archive/zip: use strings.TrimPrefixcuiweixie2022-09-291-3/+4
* archive: use strings.Buildercuiweixie2022-09-061-1/+1
* archive/zip: use bufio.Reset rather than NewReaderIan Lance Taylor2022-06-021-1/+1
* archive/zip: if non-zero base offset fails, fall back to zeroIan Lance Taylor2022-06-023-0/+32
* all: gofmt main repoRuss Cox2022-05-191-1/+1
* archive/zip: error if using io/fs on zip with duplicate entriesIan Lance Taylor2022-05-103-13/+131
* archive/zip: permit zip files to have prefixesIan Lance Taylor2022-05-084-13/+41
* archive/zip: remove unused File.descErr fieldKale Blankenship2022-05-031-2/+1
* archive/zip: fail fast if UncompressedSize64 < nreadMeng Zhuo2022-04-112-0/+30
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-131-0/+81
* Revert "all: add a handful of fuzz targets"Bryan Mills2022-01-121-81/+0
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-121-0/+81
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-2/+2
* archive/zip: don't read data descriptor earlyArran Walker2021-11-073-197/+27
* archive/zip: don't panic on (*Reader).OpenJason76022021-11-022-2/+136
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-1/+1
* archive/zip: prevent preallocation check from overflowingRoland Shoemaker2021-08-202-1/+19
* archive/zip: only preallocate File slice if reasonably sizedRoland Shoemaker2021-05-252-1/+68
* archive/zip: add File.OpenRaw, Writer.CreateRaw, Writer.CopyEddie Scholtz2021-05-035-61/+541
* archive/zip: only return directory once via io/fs.FSIan Lance Taylor2021-04-293-18/+92
* archive/zip: fix imports block of biggestZipBytes generatorPaschalis Tsilias2021-04-181-1/+1
* archive/zip: fix character device handling in fileModeToUnixModeTom Thorogood2021-04-032-5/+15
* archive/zip: fix panic in Reader.OpenRoland Shoemaker2021-03-102-1/+36
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-092-8/+7
* archive/zip: fix documentation to mention fs.FS interfaceArtyom Pervukhin2020-11-071-1/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-204-9/+7
* archive/zip: make Reader implement fs.FSRuss Cox2020-10-203-0/+203
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-203-46/+47
* all: base64-encode binaries that will cause Apple notarization to failAndrew2019-11-213-9/+26
* archive/zip: remove unused special caseAndrew Gerrand2019-08-272-9/+7
* all: shorten some testsRuss Cox2019-05-221-3/+2
* archive/zip: use Modified in FileHeader.FileInfoJannis Andrija Schnitzer2019-04-082-4/+50
* archive/zip: fix casting overflow on 32-bit archLE Manh Cuong2019-01-071-2/+2