| Age | Commit message (Expand) | Author |
| 2023-01-19 | internal/godebug: export non-default-behavior counters in runtime/metrics | Russ Cox |
| 2023-01-17 | archive/tar, archive/zip: document ErrInsecurePath and GODEBUG setting | Russ Cox |
| 2022-12-21 | archive/tar, archive/zip: revert documentation of ErrInsecurePath | Damien Neil |
| 2022-12-06 | archive/zip: only consider UncompressedSize when checking dirs | Roland Shoemaker |
| 2022-12-03 | all: fix some comments for method | cui fliter |
| 2022-12-02 | archive/zip: use proper doc comment for Deprecated notes | Russ Cox |
| 2022-12-02 | archive/tar: use proper doc comment for Deprecated notes | Russ Cox |
| 2022-12-01 | archive/zip: tolerate compressed directories with zero uncompressed size | Roland Shoemaker |
| 2022-11-22 | archive/tar, archive/zip: disable ErrInsecurePath by default | Damien Neil |
| 2022-11-21 | archive/tar, archive/zip: disable insecure file name checks with GODEBUG | Damien Neil |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-16 | archive/tar, archive/zip: return ErrInsecurePath for unsafe paths | Damien Neil |
| 2022-11-14 | archive/zip: don't read directories containing file data | Alexander Yastrebov |
| 2022-10-05 | archive/tar: limit size of headers | Damien Neil |
| 2022-09-29 | archive/zip: use strings.TrimPrefix | cuiweixie |
| 2022-09-06 | archive: use strings.Builder | cuiweixie |
| 2022-08-17 | archive/tar: delete unreachable continue code | Abirdcfly |
| 2022-06-02 | archive/zip: use bufio.Reset rather than NewReader | Ian Lance Taylor |
| 2022-06-02 | archive/zip: if non-zero base offset fails, fall back to zero | Ian Lance Taylor |
| 2022-05-19 | all: gofmt main repo | Russ Cox |
| 2022-05-10 | archive/zip: error if using io/fs on zip with duplicate entries | Ian Lance Taylor |
| 2022-05-08 | archive/zip: permit zip files to have prefixes | Ian Lance Taylor |
| 2022-05-03 | archive/zip: remove unused File.descErr field | Kale Blankenship |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-11 | archive/zip: fail fast if UncompressedSize64 < nread | Meng Zhuo |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |
| 2022-03-29 | all: use new "unix" build tag where appropriate | Ian Lance Taylor |
| 2022-01-13 | all: add a handful of fuzz targets | Roland Shoemaker |
| 2022-01-12 | Revert "all: add a handful of fuzz targets" | Bryan Mills |
| 2022-01-12 | all: add a handful of fuzz targets | Roland Shoemaker |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-07 | archive/zip: don't read data descriptor early | Arran Walker |
| 2021-11-02 | archive/zip: don't panic on (*Reader).Open | Jason7602 |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-10-06 | all: use bytes.Cut, strings.Cut | Russ Cox |
| 2021-08-20 | archive/zip: prevent preallocation check from overflowing | Roland Shoemaker |
| 2021-08-19 | archive/tar: unexport internal methods | Roger Peppe |
| 2021-05-25 | archive/zip: only preallocate File slice if reasonably sized | Roland Shoemaker |
| 2021-05-03 | archive/zip: add File.OpenRaw, Writer.CreateRaw, Writer.Copy | Eddie Scholtz |
| 2021-04-29 | archive/zip: only return directory once via io/fs.FS | Ian Lance Taylor |
| 2021-04-18 | archive/zip: fix imports block of biggestZipBytes generator | Paschalis Tsilias |
| 2021-04-13 | archive/tar: replace os.MkdirTemp with T.TempDir | Manlio Perillo |
| 2021-04-03 | archive/zip: fix character device handling in fileModeToUnixMode | Tom Thorogood |
| 2021-03-10 | archive/zip: fix panic in Reader.Open | Roland Shoemaker |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2021-02-09 | archive/tar: detect out of bounds accesses in PAX records resulting from padd... | Emmanuel T Odeke |
| 2021-01-08 | archive/tar: fix typo in comment | yangwenmai |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-11-07 | archive/zip: fix documentation to mention fs.FS interface | Artyom Pervukhin |
| 2020-10-20 | all: update references to symbols moved from io/ioutil to io | Russ Cox |