aboutsummaryrefslogtreecommitdiff
path: root/src/archive/zip
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2026-01-15archive/zip: reduce CPU usage in index constructionDamien Neil
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
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-01-27archive/zip, archive/tar: writer appends slash to directory namesyincong
2024-09-23archive/{zip,tar}: fix Writer.AddFS to include empty directoriesSong Gao
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-02-06archive/zip: reduce memory held by Writer.CopyJonathan Amsterdam
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-12all: fix Microsoft linksqmuntal
2023-08-30archive/zip: update link to zip specificationYusuf Birader
2023-08-03archive: use predeclared function minqiulaidongfeng
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
2023-01-17archive/tar, archive/zip: document ErrInsecurePath and GODEBUG settingRuss Cox
2022-12-21archive/tar, archive/zip: revert documentation of ErrInsecurePathDamien Neil
2022-12-06archive/zip: only consider UncompressedSize when checking dirsRoland Shoemaker
2022-12-02archive/zip: use proper doc comment for Deprecated notesRuss Cox
2022-12-01archive/zip: tolerate compressed directories with zero uncompressed sizeRoland Shoemaker
2022-11-22archive/tar, archive/zip: disable ErrInsecurePath by defaultDamien Neil
2022-11-21archive/tar, archive/zip: disable insecure file name checks with GODEBUGDamien Neil
2022-11-16archive/tar, archive/zip: return ErrInsecurePath for unsafe pathsDamien Neil
2022-11-14archive/zip: don't read directories containing file dataAlexander Yastrebov
2022-09-29archive/zip: use strings.TrimPrefixcuiweixie
2022-09-06archive: use strings.Buildercuiweixie
2022-06-02archive/zip: use bufio.Reset rather than NewReaderIan Lance Taylor
2022-06-02archive/zip: if non-zero base offset fails, fall back to zeroIan Lance Taylor
2022-05-19all: gofmt main repoRuss Cox
2022-05-10archive/zip: error if using io/fs on zip with duplicate entriesIan Lance Taylor
2022-05-08archive/zip: permit zip files to have prefixesIan Lance Taylor
2022-05-03archive/zip: remove unused File.descErr fieldKale Blankenship