]> git.ipfire.org Git - people/ms/pakfire.git/history - src/libpakfire/snapshot.c
archive: Fix reading filelists/extraction on newer formats
[people/ms/pakfire.git] / src / libpakfire / snapshot.c
2023-03-10  Michael Tremerarchive: Fix reading filelists/extraction on newer...
2023-02-21  Michael Tremerfilelists: Rename *_size() -> *_length()
2023-02-21  Michael Tremerfilelists: Drop sort function as filelists are now...
2022-09-09  Michael Tremersnapshot: Use PAKFIRE_BUFFER_SIZE
2022-09-05  Michael Tremercompress: Build a common compression function
2022-08-26  Michael Tremerpackager: Only package selected digests
2022-08-23  Michael Tremersnapshot: Fix calling the extractor
2022-08-17  Michael Tremersnapshot: Show extraction speed again
2022-08-17  Michael Tremercompress: Create a unified extraction function
2022-08-17  Michael Tremersnapshots: Pass path instead of file descriptor
2022-08-17  Michael Tremersnapshot: Refactor composing archive
2022-08-12  Michael Tremercopy: Use pre-configured archive readers/writers
2022-08-12  Michael Tremerutil: Improve error reporting for archive copy
2022-08-12  Michael Tremerutil: Drop unused archive_entry argument from copy...
2022-07-19  Michael Tremersnapshot: Show throughput and ETA in progress bar
2022-07-19  Michael Tremersnapshots: Protect against invalid inputs
2021-07-09  Michael Tremerpakfire: Change type from Pakfire to struct pakfire
2021-06-30  Michael Tremerrepo: Change type from PakfireRepo to struct pakfire_repo
2021-06-21  Michael Tremerlibpakfire: Use %m instead of strerror(errno)
2021-06-19  Michael Tremersnapshot: Add missing line-break to log message
2021-06-10  Michael TremerMerge branch 'python3'
2021-06-05  Michael Tremersnapshots: Make functionality private
2021-05-20  Michael Tremersnapshots: Drop static list of excludes
2021-05-20  Michael Tremersnapshot: Do not archive any mountpoints
2021-04-29  Michael Tremerarchive+snapshot: Be less verbose when extracting
2021-04-22  Michael Tremersnapshots: Fix hardlink paths when extracting
2021-04-22  Michael Tremersnapshot: Do not alter block size
2021-04-22  Michael Tremersnapshots: Add progressbar when extracting
2021-04-19  Michael TremerHave pakfire_make_path write to stack
2021-04-07  Michael Tremersnapshot: Use common writer
2021-03-25  Michael Tremersnapshots: Compress blocks of 256k at once
2021-03-25  Michael Tremersnapshot: Disable padding last block to avoid zstd...
2021-03-24  Michael Tremersnapshots: Temporarily disable ZSTD compression because...
2021-03-24  Michael Tremersnapshots: Reload package database after restore
2021-03-23  Michael Tremersnapshots: Compress them as fast as possible
2021-03-23  Michael Tremersnapshots: Refactor writing snapshots
2021-03-22  Michael Tremerlibpakfire: Implement restoring snapshots
2021-03-22  Michael Tremerlibpakfire: Add support for creating snapshots