| Age | Commit message (Expand) | Author |
| 2026-02-03 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2026-01-15 | archive/zip: reduce CPU usage in index construction | Damien Neil |
| 2025-10-17 | all: remove unnecessary loop variable copies in tests | Tobias Klauser |
| 2025-03-11 | archive/zip: error on ReadDir if there are invalid file names | Sean Liao |
| 2025-03-07 | archive/zip: preallocate fileList size for Reader.Open | Olivier Mengué |
| 2025-01-27 | archive/zip, archive/tar: writer appends slash to directory names | yincong |
| 2024-09-23 | archive/{zip,tar}: fix Writer.AddFS to include empty directories | Song Gao |
| 2024-08-03 | archive/zip,cmd/compile: simplify the split function | apocelipes |
| 2024-07-25 | archive: use slices and maps to clean up tests | apocelipes |
| 2024-07-16 | archive/zip: document handling of duplicate names in Writer.Create | Sean Liao |
| 2024-05-28 | archive/zip: fix UncompressedSize godoc | RTann |
| 2024-05-23 | all: change from sort functions to slices functions where feasible | Ian Lance Taylor |
| 2024-05-16 | archive/zip: treat truncated EOCDR comment as an error | Damien Neil |
| 2024-04-04 | archive/zip: fix a broken URL in a comment in writeDataDescriptor | Liam Miller-Cushon |
| 2024-03-27 | all: make use of builtin clear | Jes Cok |
| 2024-02-06 | archive/zip: reduce memory held by Writer.Copy | Jonathan Amsterdam |
| 2023-10-13 | archive: add available godoc link | cui fliter |
| 2023-09-25 | all: use the indefinite article an in comments | Jes Cok |
| 2023-09-22 | all: clean unnecessary casts for test files | Jes Cok |
| 2023-09-18 | all: clean unnecessary casts | Jes Cok |
| 2023-09-15 | archive/zip: reject non-regular files in AddFS | Mauri de Souza Meneguzzo |
| 2023-09-12 | all: fix Microsoft links | qmuntal |
| 2023-08-30 | archive/zip: update link to zip specification | Yusuf Birader |
| 2023-08-03 | archive: use predeclared function min | qiulaidongfeng |
| 2023-07-31 | archive/zip: add AddFS method to zip Writer | Mauri de Souza Meneguzzo |
| 2023-05-24 | compress/flate, archive/zip: reduce memory allocations | Maksim Meshkov |
| 2023-05-04 | all: add String for fs.{FileInfo,DirEntry} implementations | Ian Lance Taylor |
| 2023-04-24 | archive/zip: reject overflowing directorySize & directoryOffset | Roland Shoemaker |
| 2023-04-05 | archive/zip: return ErrInsecurePath for unsafe paths by OpenReader | Imre Rad |
| 2023-04-04 | all: fix misuses of "a" vs "an" | cui fliter |
| 2023-03-02 | archive/zip: make receiver names consistent | Oleksandr Redko |
| 2023-01-20 | archive/zip: use base offset 0 if it has a valid entry | Ian Lance Taylor |
| 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-02 | archive/zip: 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-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-09-29 | archive/zip: use strings.TrimPrefix | cuiweixie |
| 2022-09-06 | archive: use strings.Builder | cuiweixie |
| 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 |