aboutsummaryrefslogtreecommitdiff
path: root/src/archive/tar
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
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-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-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-07-25archive: use slices and maps to clean up testsapocelipes
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
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-01-24Revert "archive/tar: add FileInfoNames interface"Cherry Mui
2023-10-13archive: add available godoc linkcui fliter
2023-09-13archive/tar: add AddFS method to WriterMauri de Souza Meneguzzo
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-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan 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-03all: fix some comments for methodcui fliter
2022-12-02archive/tar: use proper doc comment for Deprecated notesRuss Cox
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-10-05archive/tar: limit size of headersDamien Neil
2022-09-06archive: use strings.Buildercuiweixie
2022-08-17archive/tar: delete unreachable continue codeAbirdcfly
2022-04-11all: gofmt main repoRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-01-13all: add a handful of fuzz targetsRoland Shoemaker
2022-01-12Revert "all: add a handful of fuzz targets"Bryan Mills
2022-01-12all: add a handful of fuzz targetsRoland Shoemaker
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-08-19archive/tar: unexport internal methodsRoger Peppe
2021-04-13archive/tar: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-09archive/tar: detect out of bounds accesses in PAX records resulting from padd...Emmanuel T Odeke
2021-01-08archive/tar: fix typo in commentyangwenmai