summaryrefslogtreecommitdiff
path: root/src/archive
Commit message (Expand)AuthorAgeFilesLines
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-043-0/+12
* 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-192-5/+9
* archive/tar, archive/zip: document ErrInsecurePath and GODEBUG settingRuss Cox2023-01-172-1/+15
* archive/tar, archive/zip: revert documentation of ErrInsecurePathDamien Neil2022-12-212-20/+0
* archive/zip: only consider UncompressedSize when checking dirsRoland Shoemaker2022-12-062-2/+5
* all: fix some comments for methodcui fliter2022-12-033-4/+4
* archive/zip: use proper doc comment for Deprecated notesRuss Cox2022-12-021-13/+43
* archive/tar: use proper doc comment for Deprecated notesRuss Cox2022-12-021-2/+4
* archive/zip: tolerate compressed directories with zero uncompressed sizeRoland Shoemaker2022-12-012-1/+76
* archive/tar, archive/zip: disable ErrInsecurePath by defaultDamien Neil2022-11-222-2/+2
* archive/tar, archive/zip: disable insecure file name checks with GODEBUGDamien Neil2022-11-215-1/+56
* all: add missing periods in commentscui fliter2022-11-181-1/+1
* archive/tar, archive/zip: return ErrInsecurePath for unsafe pathsDamien Neil2022-11-167-14/+114
* archive/zip: don't read directories containing file dataAlexander Yastrebov2022-11-142-0/+49
* archive/tar: limit size of headersDamien Neil2022-10-056-3/+56
* archive/zip: use strings.TrimPrefixcuiweixie2022-09-291-3/+4
* archive: use strings.Buildercuiweixie2022-09-062-2/+2
* archive/tar: delete unreachable continue codeAbirdcfly2022-08-171-2/+0
* 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
* all: gofmt main repoRuss Cox2022-04-113-6/+10
* 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: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-132-0/+161
* Revert "all: add a handful of fuzz targets"Bryan Mills2022-01-122-178/+0
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-122-0/+178
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-136-9/+9
* 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: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-283-3/+0
* all: use bytes.Cut, strings.CutRuss Cox2021-10-063-35/+14
* archive/zip: prevent preallocation check from overflowingRoland Shoemaker2021-08-202-1/+19
* archive/tar: unexport internal methodsRoger Peppe2021-08-196-201/+206
* 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/tar: replace os.MkdirTemp with T.TempDirManlio Perillo2021-04-131-7/+2
* 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