See https://codeberg.org/forgejo/forgejo/pulls/4034 for why this mirror is useful
Find a file
2024-11-19 09:52:13 -07:00
.github Deprecation 2024-11-19 09:52:13 -07:00
cmd/arc v4 rewrite: All new design, core types, and stream-oriented interfaces (#302) 2022-01-03 23:18:55 -07:00
testdata fs: Skip files named . during walk (#384) 2023-08-31 00:09:51 -06:00
.gitignore fs: Fix nested dir listing for archives without explicit dirs (#339) 2022-06-16 12:46:14 -06:00
.goreleaser.yml add vesrion and goreleaser support 2020-09-24 04:18:12 -06:00
7z.go Refactor and simplify interfaces 2024-11-08 10:34:42 -07:00
archiver.go Reuse code to determine stream size by seeking 2024-11-07 21:12:04 -07:00
archiver_test.go Refactor FS types; improve performance (#426) 2024-11-07 21:01:39 -07:00
brotli.go Refactor FS types; improve performance (#426) 2024-11-07 21:01:39 -07:00
bz2.go Refactor FS types; improve performance (#426) 2024-11-07 21:01:39 -07:00
formats.go Refactor and simplify interfaces 2024-11-08 10:34:42 -07:00
formats_test.go Refactor and simplify interfaces 2024-11-08 10:34:42 -07:00
fs.go fs: Don't make implicit entries for actual files (fix #430) 2024-11-18 11:02:29 -07:00
fs_test.go Refactor FS types; improve performance (#426) 2024-11-07 21:01:39 -07:00
go.mod sz: Support S2 (close #429) (#431) 2024-11-19 08:36:56 -07:00
go.sum sz: Support S2 (close #429) (#431) 2024-11-19 08:36:56 -07:00
gz.go Refactor FS types; improve performance (#426) 2024-11-07 21:01:39 -07:00
interfaces.go Refactor and simplify interfaces 2024-11-08 10:34:42 -07:00
LICENSE Initial commit 2016-04-08 16:48:13 -06:00
lz4.go Refactor FS types; improve performance (#426) 2024-11-07 21:01:39 -07:00
lzip.go Refactor FS types; improve performance (#426) 2024-11-07 21:01:39 -07:00
rar.go Refactor and simplify interfaces 2024-11-08 10:34:42 -07:00
README.md Deprecation 2024-11-19 09:52:13 -07:00
sz.go sz: Support S2 (close #429) (#431) 2024-11-19 08:36:56 -07:00
tar.go Refactor and simplify interfaces 2024-11-08 10:34:42 -07:00
xz.go Refactor FS types; improve performance (#426) 2024-11-07 21:01:39 -07:00
zip.go zip: Update szip append 2024-11-18 08:47:49 -07:00
zlib.go Refactor FS types; improve performance (#426) 2024-11-07 21:01:39 -07:00
zstd.go Refactor FS types; improve performance (#426) 2024-11-07 21:01:39 -07:00

archiver v4 alpha (DEPRECATED)

This package is no longer developed; it has been superceded by mholt/archives with an improved, more conventional exported API, significant performance improvements, and new features.

Thank you to all 71 contributors over the 8 years this version of the project was developed! It lives at mholt/archives.