]> git.ipfire.org Git - people/stevee/pakfire.git/history - src/libpakfire/transaction.c
digests: Split off into a new set of files
[people/stevee/pakfire.git] / src / libpakfire / transaction.c
2022-08-24  Michael Tremerdigests: Split off into a new set of files
2022-08-19  Michael Tremerfile: Refactor how we store digests
2022-08-18  Michael Tremerutil: Split string functions into an extra file
2022-08-17  Michael Tremercompress: Create a unified extraction function
2022-08-16  Michael Tremerpakfire: Drop interactive flag
2022-08-03  Michael Tremerjail: Move pakfire_execute_shell/ldconfig
2022-07-15  Michael Tremertransactions: Add dry-run mode
2022-05-09  Michael Tremercallbacks: Rework them to be easier to pass around
2022-05-09  Michael Tremerpakfire: Introduce confirm callback
2021-12-09  Michael TremerImplement a simple locking mechanism to avoid concurren...
2021-12-09  Michael Tremertransaction: Make pakfire_transaction_downloadsize...
2021-12-09  Michael TremerMake pakfire non-interactive by default
2021-12-09  Michael Tremertransactions: Do not confirm when running on non-intera...
2021-12-09  Michael Tremertransactions: Use callbacks to show status & progress
2021-11-10  Michael Tremertransaction: Perform file conflict check
2021-11-10  Michael Tremerutil: Add tests for pakfire_format_size
2021-09-24  Michael Tremertransaction: Verify checksum instead of key check on...
2021-09-21  Michael TremerShow better error messages on download failures
2021-09-21  Michael Tremertransaction: Pass digest to downloader when downloading...
2021-09-21  Michael TremerUnify digest enums in packages and downloader
2021-09-08  Michael Tremerdownloader: Implement passing expected digest to transfer
2021-09-08  Michael Tremerdownloader: Make message digest algorithm selectable
2021-08-19  Michael Tremerarchive: Generate a more useful log message when verifi...
2021-07-22  Michael Tremerarchive: Add scaffolding to return keys on verify
2021-07-09  Michael Tremerarchive: verify: Return status as an argument
2021-07-09  Michael Tremerpakfire: Change type from Pakfire to struct pakfire
2021-07-09  Michael Tremerfilelist: Change type from PakfireFilelist to struct...
2021-07-09  Michael Tremerarchive: Change type from PakfireArchive to struct...
2021-06-30  Michael Tremerrepo: Change type from PakfireRepo to struct pakfire_repo
2021-06-30  Michael Tremertransactions: Move PAKFIRE_ACTION_* and PAKFIRE_STEP_*
2021-06-30  Michael Tremerpackage: Change type from PakfirePackage to struct...
2021-06-29  Michael Tremertransaction: Refactor composing the transaction dump
2021-06-25  Michael Tremertransaction: Copy input string to stack
2021-06-24  Michael Tremerrequest: Return transaction when solving
2021-06-23  Michael Tremertransaction: Actually erase files from disk when removi...
2021-06-23  Michael Tremerdb: Store whether packages are installed by the user
2021-06-21  Michael Tremerlibpakfire: Use %m instead of strerror(errno)
2021-06-10  Michael TremerMerge branch 'python3'
2021-06-05  Michael Tremertransaction: Add a simple confirmation before proceeding
2021-06-05  Michael Tremertransaction: Create a convenience function to run trans...
2021-06-03  Michael Tremerscriptlets: Refactor and extend to full type
2021-05-25  Michael Tremerexecute: Implement passing arguments to scripts
2021-05-13  Michael Tremertransaction: Show correct package order for upgrades...
2021-05-01  Michael Tremertransaction: Reload database after finishing transaction
2021-04-29  Michael Tremertransaction: Fix download check
2021-04-29  Michael Tremertransaction: Change what type we get from libsolv
2021-04-29  Michael Tremertransaction: Move steps into transactions
2021-04-29  Michael Tremertransaction: Change type to struct
2021-04-27  Michael Tremertransaction: Drop some unused functions
2021-04-27  Michael Tremertransactions: Refactor dumping transactions & steps
2021-04-27  Michael Tremerpackages: Store paths locally and in SOLV data
2021-04-22  Michael Tremertransaction: Refactor some code without functional...
2021-04-20  Michael Tremerdownloader: Hide progressbar when downloading metadata
2021-04-20  Michael Tremerdownloader: Add title to transfers
2021-04-20  Michael Tremerdownloader: Move baseurl into transfer
2021-04-11  Michael Tremerutil: Make pakfire_format_size write to stack
2021-03-26  Michael Tremerrepo: Move mirrorlist out of appdata
2021-03-24  Michael Tremerlibpakfire: Drop all calls to assert()
2021-03-24  Michael TremerCreate a unified downloader for all repositories
2021-03-21  Michael Tremerlibpakfire: Drop pakfire_activate/deactivate
2021-03-13  Michael Tremertransaction: Download packages using libpakfire
2021-02-12  Michael Tremerlibpakfire: Implement nested activation
2021-02-10  Michael Tremerpackage: Rename pakfire_package_create to pakfire_packa...
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_calloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_free
2021-01-23  Michael Tremerlibpakfire: steps: Make them independent from libsolv
2021-01-20  Michael Tremerlibpakfire: db: Add flags to decide whether we need...
2021-01-20  Michael Tremerlibpakfire: transaction: Pass the open database down...
2021-01-20  Michael Tremerlibpakfire: transaction: Open the database when needed
2018-02-16  Michael Tremerlibpakfire: Improve logging when transactions are executed
2018-02-16  Michael TremerMove logging into Pakfire context
2018-01-19  Michael Tremerlibpakfire: Drop Pool
2018-01-15  Michael Tremerlibpakfire: Make Pakfire parent object of Step
2018-01-15  Michael Tremerlibpakfire: Make Pakfire parent object of Transaction
2018-01-15  Michael Tremerlibpakfire: Rename pakfire_action_type to pakfire_actio...
2018-01-15  Michael Tremerlibpakfire: Add some logging when executing a transaction
2018-01-15  Michael Tremerlibpakfire: Make Repo opague and implement refcounting
2018-01-14  Michael Tremerlibpakfire: Implement refcounting for package lists
2018-01-14  Michael Tremerlibpakfire: Properly use refcounting when using package...
2018-01-14  Michael Tremerlibpakfire: Load all steps when initializing the transa...
2018-01-14  Michael Tremerlibpakfire: Implement refcounting in Step
2018-01-14  Michael Tremerlibpakfire: Log allocation and release of refcounted...
2018-01-14  Michael Tremerlibpakfire: Implement reference counting to packages
2018-01-14  Michael Tremerlibpakfire: Use step type logic from Step objects
2018-01-14  Michael Tremerlibpakfire: Rename pakfire_step_type to pakfire_step_type_t
2018-01-13  Michael Tremerlibpakfire: Make PakfireTransaction obscure
2017-11-30  Michael Tremerlibpakfire: Hide all symbols by default and only export...
2017-11-03  Michael TremerAdd reinstall & obsoletes step types
2017-11-03  Michael TremerAdd scaffolding for running a transaction
2017-06-07  Michael Tremerlibpakfire: Implement dumping a transaction
2016-12-13  Michael TremerImport libpakfire