]> git.ipfire.org Git - people/ms/pakfire.git/history - src/libpakfire/step.c
libpakfire: db: Add files to filelist
[people/ms/pakfire.git] / src / libpakfire / step.c
2021-01-24  Michael Tremerlibpakfire: db: Add files to filelist
2021-01-23  Michael Tremerlibpakfire: steps: Make them independent from libsolv
2021-01-20  Michael Tremerlibpakfire: Call database routines when packages are...
2021-01-20  Michael Tremerlibpakfire: transaction: Pass the open database down...
2021-01-16  Michael Tremerlibpakfire: execute: Make logging functions exchangeable
2021-01-13  Michael Tremerlibpakfire: Add pakfire_execute_command
2021-01-13  Michael Tremerlibpakfire: execute: Remove environment and accept...
2021-01-11  Michael Tremerlibpakfire: execute: Add option to pass environment
2019-06-30  Michael Tremerlibpakfire: Run ldconfig after erasing/extracting files
2019-06-13  Michael Tremerlibpakfire: Add function to run commands in chroot()
2019-06-12  Michael Tremerlibpakfire: Add scaffolding to run shell scripts
2019-06-11  Michael Tremerlibpakfire: Implement reading scriptlets
2019-06-11  Michael Tremerlibpakfire: Implement extracting archives in a transaction
2019-06-11  Michael Tremerlibpakfire: Remove goto statement in step handling
2019-06-10  Michael Tremerlibpakfire: Move cachiing Archive from Package to Step
2018-02-16  Michael Tremerlibpakfire: Improve logging when transactions are executed
2018-02-16  Michael TremerMove logging into Pakfire context
2018-02-16  Michael Tremerlibpakfire: Make return code of pakfire_paclkage_is_cac...
2018-01-19  Michael Tremerlibpakfire: Fix determining if a package needs to be...
2018-01-19  Michael Tremerlibpakfire: Implement verify step which verifies the...
2018-01-19  Michael Tremerlibpakfire: Drop Pool
2018-01-19  Michael Tremerlibpakfire: Drop PakfireCache
2018-01-19  Michael Tremerlibpakfire: Move package caching into Package
2018-01-16  Michael Tremerlibpakfire: Make Pakfire parent object of Package
2018-01-15  Michael Tremerlibpakfire: Make Pakfire parent object of Step
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: No need to keep Id in Step
2018-01-15  Michael Tremerlibpakfire: Don't keep a reference to Transaction in...
2018-01-14  Michael Tremerlibpakfire: Use proper data types for sizes
2018-01-14  Michael Tremerlibpakfire: Always load package when we create a step
2018-01-14  Michael Tremerlibpakfire: Make Step obscure
2018-01-14  Michael Tremerlibpakfire: Implement refcounting in Step
2018-01-14  Michael Tremerlibpakfire: Implement reference counting to packages
2018-01-14  Michael Tremerlibpakfire: Rename pakfire_step_type to pakfire_step_type_t
2018-01-14  Michael Tremerlibpakfire: Refcount transactions in steps
2018-01-13  Michael Tremerlibpakfire: Make PakfireTransaction obscure
2017-11-30  Michael Tremerlibpakfire: Hide all symbols by default and only export...
2017-11-06  Michael Tremersteps: Build dummy functions for what needs to be done...
2017-11-03  Michael TremerReplace solver types by our own step types
2017-11-03  Michael TremerAdd reinstall & obsoletes step types
2017-11-03  Michael TremerAdd scaffolding for running a transaction
2017-11-03  Michael Tremersteps: Use own types instead of libsolv types
2016-12-13  Michael TremerImport libpakfire