aboutsummaryrefslogtreecommitdiff
path: root/src/archive
AgeCommit message (Expand)Author
2 daysarchive/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
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-03all: fix some comments for methodcui fliter
2022-12-02archive/zip: use proper doc comment for Deprecated notesRuss Cox
2022-12-02archive/tar: 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-18all: add missing periods in commentscui fliter
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-10-05archive/tar: limit size of headersDamien Neil
2022-09-29archive/zip: use strings.TrimPrefixcuiweixie
2022-09-06archive: use strings.Buildercuiweixie
2022-08-17archive/tar: delete unreachable continue codeAbirdcfly
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