| Age | Commit message (Expand) | Author |
| 22 hours | all: prealloc slice with possible minimum capabilities | Shulhan |
| 7 days | archive/tar: limit the number of old GNU sparse format entries | Damien Neil |
| 2025-12-30 | all: fix some minor grammatical issues in the comments | cuishuang |
| 2025-12-15 | archive/tar, compress/bzip2: base64 some troublesome testdata files | Ian Lance Taylor |
| 2025-10-07 | archive/tar: set a limit on the size of GNU sparse file 1.0 regions | Damien Neil |
| 2025-09-11 | archive/tar: fix typo in benchmark name | Joe Tsai |
| 2025-09-08 | archive/tar: optimize nanosecond parsing in parsePAXTime | 1911860538 |
| 2025-02-03 | io/fs: add ReadLinkFS interface | Roxy Light |
| 2025-01-27 | archive/zip, archive/tar: writer appends slash to directory names | yincong |
| 2024-10-03 | archive/tar: use hash/crc32 instead of crypto/md5 for test checksums | qmuntal |
| 2024-10-02 | all: use slices.Sorted(maps.Keys(m)) | Tobias Klauser |
| 2024-09-23 | archive/{zip,tar}: fix Writer.AddFS to include empty directories | Song Gao |
| 2024-09-13 | archive/tar: make use of maps.Clone | Jes Cok |
| 2024-07-25 | archive: use slices and maps to clean up tests | apocelipes |
| 2024-05-23 | all: change from sort functions to slices functions where feasible | Ian Lance Taylor |
| 2024-03-15 | archive/tar: add FileInfoNames interface | qiulaidongfeng |
| 2024-03-08 | archive/tar: use built-in clear to simplify code | apocelipes |
| 2024-02-27 | archive/tar: check returned error before use hdr | guoguangwu |
| 2024-01-24 | Revert "archive/tar: add FileInfoNames interface" | Cherry Mui |
| 2023-10-13 | archive: add available godoc link | cui fliter |
| 2023-09-13 | archive/tar: add AddFS method to Writer | Mauri de Souza Meneguzzo |
| 2023-08-10 | archive/tar: correct value passed to Uname method | Ian Lance Taylor |
| 2023-08-07 | archive/tar: add FileInfoNames interface | qiulaidongfeng |
| 2023-08-03 | archive: use predeclared function min | qiulaidongfeng |
| 2023-08-01 | archive/tar: narrow trim range for formatter'formatString | Jes Cok |
| 2023-05-04 | all: add String for fs.{FileInfo,DirEntry} implementations | 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-03 | all: fix some comments for method | cui fliter |
| 2022-12-02 | archive/tar: use proper doc comment for Deprecated notes | Russ Cox |
| 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-10-05 | archive/tar: limit size of headers | Damien Neil |
| 2022-09-06 | archive: use strings.Builder | cuiweixie |
| 2022-08-17 | archive/tar: delete unreachable continue code | Abirdcfly |
| 2022-04-11 | all: gofmt main repo | 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-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-19 | archive/tar: unexport internal methods | Roger Peppe |
| 2021-04-13 | archive/tar: replace os.MkdirTemp with T.TempDir | Manlio Perillo |
| 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 |