]> git.ipfire.org Git - pakfire.git/history - src/libpakfire/compress.c
compress: Remove legacy logger
[pakfire.git] / src / libpakfire / compress.c
2024-01-29  Michael Tremercompress: Remove legacy logger master
2024-01-29  Michael Tremerlogging: Make the legacy logger configurable
2023-11-05  Michael Tremercompress: Be less verbose when walking through the...
2023-10-20  Michael Tremercompress: Move function to read payload from util
2023-10-20  Michael Tremercompress: Anchor walk around context
2023-10-16  Michael Tremerprogress: Anchor progress on the context
2023-10-06  Michael Tremercompress: Add AGAIN return code to restart walking...
2023-10-06  Michael Tremerpath: Rename join -> append
2023-10-06  Michael Tremerpath: Implement joining two paths
2023-10-02  Michael Tremerprogress: Implement child progress
2023-10-01  Michael Tremercompress: Migrate to the new progress indicator
2023-10-01  Michael Tremerprogress: Implement setting the title as a separate...
2023-10-01  Michael Tremerprogress: Add a new abstraction to indicate progress
2023-08-25  Michael Tremercompress: Make sure that paths are relative in archives
2023-05-25  Michael Tremerarchive: Implement extracting archives into arbitrary...
2023-03-19  Michael Tremerfile: Write capabilities
2023-03-17  Michael Tremerfilelist: Add flags argument to walk function
2023-03-16  Michael Tremercompress: Fix wrong variable in threads code
2023-03-16  Michael Tremercompress: Enable parallel compression for Zstandard...
2023-03-16  Michael Tremercompress: Create a unified function to create archives
2023-03-15  Michael Tremercompress: Do not overwrite configuration on extraction
2023-03-15  Michael Tremercompress: Resolve hardlinks when writing archives
2023-03-10  Michael Tremercompress: Swap PAKFIRE_WALK_DONE and *_END for semantic...
2023-03-10  Michael Tremerarchive: Fix reading filelists/extraction on newer...
2023-02-21  Michael Tremerfilelists: Rename *_append() to *_add()
2022-12-16  Michael Tremerfilelist: Drop pattern matching from walk function
2022-12-08  Michael Tremerfilelist: Add pattern filtering to walk
2022-11-01  Michael Tremercompress: Always clear any extended attributes on extra...
2022-10-31  Michael Tremercompress: Show how large a package is
2022-10-18  Michael Tremercompress: Add entry to filelist before we modify it
2022-09-16  Michael Tremercompress: Read path again on extraction
2022-09-09  Michael Tremercompress: Avoid prepending "(null)" to paths on extraction
2022-09-05  Michael Tremerarchive: Make reading archives more verbose
2022-09-05  Michael Tremercompress: Actually walk through the archives
2022-09-05  Michael Tremercompress: Build a common compression function
2022-09-01  Michael Tremercompress: Use common walking routine for extraction
2022-09-01  Michael Tremerwalk: Attempt to create some common function to walk...
2022-09-01  Michael Tremercompress: Move filelist argument into extractor struct
2022-08-23  Michael Tremercompress: Only say that we are extracting when we are...
2022-08-23  Michael Tremercompress: Add flag to disable the progress bar
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