| Commit message (Expand) | Author | Age | Files | Lines |
| * | all: add String for fs.{FileInfo,DirEntry} implementations | Ian Lance Taylor | 2023-05-04 | 2 | -0/+8 |
| * | archive/zip: reject overflowing directorySize & directoryOffset | Roland Shoemaker | 2023-04-24 | 2 | -0/+46 |
| * | archive/zip: return ErrInsecurePath for unsafe paths by OpenReader | Imre Rad | 2023-04-05 | 2 | -19/+83 |
| * | all: fix misuses of "a" vs "an" | cui fliter | 2023-04-04 | 1 | -1/+1 |
| * | archive/zip: make receiver names consistent | Oleksandr Redko | 2023-03-02 | 2 | -27/+27 |
| * | archive/zip: use base offset 0 if it has a valid entry | Ian Lance Taylor | 2023-01-20 | 3 | -14/+32 |
| * | internal/godebug: export non-default-behavior counters in runtime/metrics | Russ Cox | 2023-01-19 | 1 | -3/+4 |
| * | archive/tar, archive/zip: document ErrInsecurePath and GODEBUG setting | Russ Cox | 2023-01-17 | 1 | -0/+8 |
| * | archive/tar, archive/zip: revert documentation of ErrInsecurePath | Damien Neil | 2022-12-21 | 1 | -11/+0 |
| * | archive/zip: only consider UncompressedSize when checking dirs | Roland Shoemaker | 2022-12-06 | 2 | -2/+5 |
| * | archive/zip: use proper doc comment for Deprecated notes | Russ Cox | 2022-12-02 | 1 | -13/+43 |
| * | archive/zip: tolerate compressed directories with zero uncompressed size | Roland Shoemaker | 2022-12-01 | 2 | -1/+76 |
| * | archive/tar, archive/zip: disable ErrInsecurePath by default | Damien Neil | 2022-11-22 | 1 | -1/+1 |
| * | archive/tar, archive/zip: disable insecure file name checks with GODEBUG | Damien Neil | 2022-11-21 | 2 | -0/+32 |
| * | archive/tar, archive/zip: return ErrInsecurePath for unsafe paths | Damien Neil | 2022-11-16 | 3 | -12/+61 |
| * | archive/zip: don't read directories containing file data | Alexander Yastrebov | 2022-11-14 | 2 | -0/+49 |
| * | archive/zip: use strings.TrimPrefix | cuiweixie | 2022-09-29 | 1 | -3/+4 |
| * | archive: use strings.Builder | cuiweixie | 2022-09-06 | 1 | -1/+1 |
| * | archive/zip: use bufio.Reset rather than NewReader | Ian Lance Taylor | 2022-06-02 | 1 | -1/+1 |
| * | archive/zip: if non-zero base offset fails, fall back to zero | Ian Lance Taylor | 2022-06-02 | 3 | -0/+32 |
| * | all: gofmt main repo | Russ Cox | 2022-05-19 | 1 | -1/+1 |
| * | archive/zip: error if using io/fs on zip with duplicate entries | Ian Lance Taylor | 2022-05-10 | 3 | -13/+131 |
| * | archive/zip: permit zip files to have prefixes | Ian Lance Taylor | 2022-05-08 | 4 | -13/+41 |
| * | archive/zip: remove unused File.descErr field | Kale Blankenship | 2022-05-03 | 1 | -2/+1 |
| * | archive/zip: fail fast if UncompressedSize64 < nread | Meng Zhuo | 2022-04-11 | 2 | -0/+30 |
| * | all: remove trailing blank doc comment lines | Russ Cox | 2022-04-01 | 1 | -1/+0 |
| * | all: add a handful of fuzz targets | Roland Shoemaker | 2022-01-13 | 1 | -0/+81 |
| * | Revert "all: add a handful of fuzz targets" | Bryan Mills | 2022-01-12 | 1 | -81/+0 |
| * | all: add a handful of fuzz targets | Roland Shoemaker | 2022-01-12 | 1 | -0/+81 |
| * | all: gofmt -w -r 'interface{} -> any' src | Russ Cox | 2021-12-13 | 2 | -2/+2 |
| * | archive/zip: don't read data descriptor early | Arran Walker | 2021-11-07 | 3 | -197/+27 |
| * | archive/zip: don't panic on (*Reader).Open | Jason7602 | 2021-11-02 | 2 | -2/+136 |
| * | all: use bytes.Cut, strings.Cut | Russ Cox | 2021-10-06 | 1 | -1/+1 |
| * | archive/zip: prevent preallocation check from overflowing | Roland Shoemaker | 2021-08-20 | 2 | -1/+19 |
| * | archive/zip: only preallocate File slice if reasonably sized | Roland Shoemaker | 2021-05-25 | 2 | -1/+68 |
| * | archive/zip: add File.OpenRaw, Writer.CreateRaw, Writer.Copy | Eddie Scholtz | 2021-05-03 | 5 | -61/+541 |
| * | archive/zip: only return directory once via io/fs.FS | Ian Lance Taylor | 2021-04-29 | 3 | -18/+92 |
| * | archive/zip: fix imports block of biggestZipBytes generator | Paschalis Tsilias | 2021-04-18 | 1 | -1/+1 |
| * | archive/zip: fix character device handling in fileModeToUnixMode | Tom Thorogood | 2021-04-03 | 2 | -5/+15 |
| * | archive/zip: fix panic in Reader.Open | Roland Shoemaker | 2021-03-10 | 2 | -1/+36 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 2 | -8/+7 |
| * | archive/zip: fix documentation to mention fs.FS interface | Artyom Pervukhin | 2020-11-07 | 1 | -1/+1 |
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 4 | -9/+7 |
| * | archive/zip: make Reader implement fs.FS | Russ Cox | 2020-10-20 | 3 | -0/+203 |
| * | all: update references to symbols moved from os to io/fs | Russ Cox | 2020-10-20 | 3 | -46/+47 |
| * | all: base64-encode binaries that will cause Apple notarization to fail | Andrew | 2019-11-21 | 3 | -9/+26 |
| * | archive/zip: remove unused special case | Andrew Gerrand | 2019-08-27 | 2 | -9/+7 |
| * | all: shorten some tests | Russ Cox | 2019-05-22 | 1 | -3/+2 |
| * | archive/zip: use Modified in FileHeader.FileInfo | Jannis Andrija Schnitzer | 2019-04-08 | 2 | -4/+50 |
| * | archive/zip: fix casting overflow on 32-bit arch | LE Manh Cuong | 2019-01-07 | 1 | -2/+2 |