aboutsummaryrefslogtreecommitdiff
path: root/src/archive
AgeCommit message (Expand)Author
7 days[release-branch.go1.26] archive/tar: limit the number of old GNU sparse forma...Damien Neil
2026-01-15[release-branch.go1.26] archive/zip: reduce CPU usage in index constructionDamien Neil
2025-12-30all: fix some minor grammatical issues in the commentscuishuang
2025-12-15archive/tar, compress/bzip2: base64 some troublesome testdata filesIan Lance Taylor
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-07archive/tar: set a limit on the size of GNU sparse file 1.0 regionsDamien Neil
2025-09-11archive/tar: fix typo in benchmark nameJoe Tsai
2025-09-08archive/tar: optimize nanosecond parsing in parsePAXTime1911860538
2025-03-11archive/zip: error on ReadDir if there are invalid file namesSean Liao
2025-03-07archive/zip: preallocate fileList size for Reader.OpenOlivier Mengué
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2025-01-27archive/zip, archive/tar: writer appends slash to directory namesyincong
2024-10-03archive/tar: use hash/crc32 instead of crypto/md5 for test checksumsqmuntal
2024-10-02all: use slices.Sorted(maps.Keys(m))Tobias Klauser
2024-09-23archive/{zip,tar}: fix Writer.AddFS to include empty directoriesSong Gao
2024-09-13archive/tar: make use of maps.CloneJes Cok
2024-08-03archive/zip,cmd/compile: simplify the split functionapocelipes
2024-07-25archive: use slices and maps to clean up testsapocelipes
2024-07-16archive/zip: document handling of duplicate names in Writer.CreateSean Liao
2024-05-28archive/zip: fix UncompressedSize godocRTann
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-16archive/zip: treat truncated EOCDR comment as an errorDamien Neil
2024-04-04archive/zip: fix a broken URL in a comment in writeDataDescriptorLiam Miller-Cushon
2024-03-27all: make use of builtin clearJes Cok
2024-03-15archive/tar: add FileInfoNames interfaceqiulaidongfeng
2024-03-08archive/tar: use built-in clear to simplify codeapocelipes
2024-02-27archive/tar: check returned error before use hdrguoguangwu
2024-02-06archive/zip: reduce memory held by Writer.CopyJonathan Amsterdam
2024-01-24Revert "archive/tar: add FileInfoNames interface"Cherry Mui
2023-10-13archive: add available godoc linkcui fliter
2023-09-25all: use the indefinite article an in commentsJes Cok
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-09-18all: clean unnecessary castsJes Cok
2023-09-15archive/zip: reject non-regular files in AddFSMauri de Souza Meneguzzo
2023-09-13archive/tar: add AddFS method to WriterMauri de Souza Meneguzzo
2023-09-12all: fix Microsoft linksqmuntal
2023-08-30archive/zip: update link to zip specificationYusuf Birader
2023-08-10archive/tar: correct value passed to Uname methodIan Lance Taylor
2023-08-07archive/tar: add FileInfoNames interfaceqiulaidongfeng
2023-08-03archive: use predeclared function minqiulaidongfeng
2023-08-01archive/tar: narrow trim range for formatter'formatStringJes Cok
2023-07-31archive/zip: add AddFS method to zip WriterMauri de Souza Meneguzzo
2023-05-24compress/flate, archive/zip: reduce memory allocationsMaksim Meshkov
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2023-04-24archive/zip: reject overflowing directorySize & directoryOffsetRoland Shoemaker
2023-04-05archive/zip: return ErrInsecurePath for unsafe paths by OpenReaderImre Rad
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-02archive/zip: make receiver names consistentOleksandr Redko
2023-01-20archive/zip: use base offset 0 if it has a valid entryIan Lance Taylor
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox