aboutsummaryrefslogtreecommitdiff
path: root/src/archive
AgeCommit message (Expand)Author
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2023-01-17archive/tar, archive/zip: document ErrInsecurePath and GODEBUG settingRuss Cox
2022-12-21archive/tar, archive/zip: revert documentation of ErrInsecurePathDamien Neil
2022-12-06archive/zip: only consider UncompressedSize when checking dirsRoland Shoemaker
2022-12-03all: fix some comments for methodcui fliter
2022-12-02archive/zip: use proper doc comment for Deprecated notesRuss Cox
2022-12-02archive/tar: use proper doc comment for Deprecated notesRuss Cox
2022-12-01archive/zip: tolerate compressed directories with zero uncompressed sizeRoland Shoemaker
2022-11-22archive/tar, archive/zip: disable ErrInsecurePath by defaultDamien Neil
2022-11-21archive/tar, archive/zip: disable insecure file name checks with GODEBUGDamien Neil
2022-11-18all: add missing periods in commentscui fliter
2022-11-16archive/tar, archive/zip: return ErrInsecurePath for unsafe pathsDamien Neil
2022-11-14archive/zip: don't read directories containing file dataAlexander Yastrebov
2022-10-05archive/tar: limit size of headersDamien Neil
2022-09-29archive/zip: use strings.TrimPrefixcuiweixie
2022-09-06archive: use strings.Buildercuiweixie
2022-08-17archive/tar: delete unreachable continue codeAbirdcfly
2022-06-02archive/zip: use bufio.Reset rather than NewReaderIan Lance Taylor
2022-06-02archive/zip: if non-zero base offset fails, fall back to zeroIan Lance Taylor
2022-05-19all: gofmt main repoRuss Cox
2022-05-10archive/zip: error if using io/fs on zip with duplicate entriesIan Lance Taylor
2022-05-08archive/zip: permit zip files to have prefixesIan Lance Taylor
2022-05-03archive/zip: remove unused File.descErr fieldKale Blankenship
2022-04-11all: gofmt main repoRuss Cox
2022-04-11archive/zip: fail fast if UncompressedSize64 < nreadMeng Zhuo
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-01-13all: add a handful of fuzz targetsRoland Shoemaker
2022-01-12Revert "all: add a handful of fuzz targets"Bryan Mills
2022-01-12all: add a handful of fuzz targetsRoland Shoemaker
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-07archive/zip: don't read data descriptor earlyArran Walker
2021-11-02archive/zip: don't panic on (*Reader).OpenJason7602
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-08-20archive/zip: prevent preallocation check from overflowingRoland Shoemaker
2021-08-19archive/tar: unexport internal methodsRoger Peppe
2021-05-25archive/zip: only preallocate File slice if reasonably sizedRoland Shoemaker
2021-05-03archive/zip: add File.OpenRaw, Writer.CreateRaw, Writer.CopyEddie Scholtz
2021-04-29archive/zip: only return directory once via io/fs.FSIan Lance Taylor
2021-04-18archive/zip: fix imports block of biggestZipBytes generatorPaschalis Tsilias
2021-04-13archive/tar: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-03archive/zip: fix character device handling in fileModeToUnixModeTom Thorogood
2021-03-10archive/zip: fix panic in Reader.OpenRoland Shoemaker
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-09archive/tar: detect out of bounds accesses in PAX records resulting from padd...Emmanuel T Odeke
2021-01-08archive/tar: fix typo in commentyangwenmai
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-07archive/zip: fix documentation to mention fs.FS interfaceArtyom Pervukhin
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox