]> git.ipfire.org Git - people/ms/pakfire.git/history - src/libpakfire/compress.c
compress: Add flag to perform a dry-run extraction
[people/ms/pakfire.git] / src / libpakfire / compress.c
2022-08-23  Michael Tremercompress: Add flag to perform a dry-run extraction
2022-08-23  Michael Tremercompress: Add option to collect all extracted files
2022-08-18  Michael Tremerpakfire: Replace pakfire_make_path with something easier
2022-08-18  Michael Tremerutil: Refactor pakfire_path_join
2022-08-17  Michael Tremersnapshot: Show extraction speed again
2022-08-17  Michael Tremercompress: Create a unified extraction function
2021-07-02  Michael Tremercompress: Fix potential leak of cookie
2021-06-10  Michael TremerMerge branch 'python3'
2021-03-19  Michael Tremercompress: Add auto-detection for ZSTD
2021-03-19  Michael Tremercompress: Support compression with ZSTD
2021-03-19  Michael Tremercompress: Support reading ZSTD-compressed files
2021-03-19  Michael Tremercompress: Keep going after all data has been read into...
2021-03-18  Michael Tremercompress: Return ENOTSUP when we could not find a match...
2021-03-18  Michael Tremercompress: Actually set input buffer as such
2021-03-18  Michael Tremercompress: Fix return codes when calling invalid method
2021-03-18  Michael Tremercompress: Move cookie onto heap
2021-03-17  Michael Tremercompress: Add write support for XZ
2021-03-17  Michael Tremercompress: Store mode in cookie
2021-03-17  Michael Tremercompress: Set buffer size to 64k
2021-03-16  Michael Tremercompress: xfopen: Check for valid inputs
2021-03-16  Michael Tremerlibpakfire: Move transparent compression to own file