]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2021-07-06  Michael Tremerclient: Move CLI to an own file
2021-07-06  Michael Tremerbuild: Use uuid_t for UUIDs
2021-07-06  Michael Tremerbuilder: Implement passing build IDs
2021-07-06  Michael Tremerconfigure: Check for tornado Python module
2021-07-06  Michael Tremerconfigure: Fix typo in ctype.h
2021-07-06  Michael Tremerconfigure: Check for all used headers and functions
2021-07-06  Michael Tremerpakfire-builder: Log to journal
2021-07-06  Michael Tremerconfigure: Check for systemd Python module
2021-07-06  Michael Tremerconfigure: Require Python 3.7
2021-07-06  Michael Tremerrequest: Drop vendor change option
2021-07-06  Michael Tremerrequest: Implement optional downgrade/uninstall on...
2021-07-06  Michael Tremerrequest: Drop unused PAKFIRE_SOLVER_FORCE_BEST flag
2021-07-05  Michael Tremerinstall: Make --without-recommended work
2021-07-05  Michael Tremer_pakfire: Do not allocate an empty array
2021-07-04  Michael Tremerinstall/remove/update/sync: Add solver flags for more...
2021-07-04  Michael Tremerrequest: Drop obeying best policy
2021-07-04  Michael Tremerupdate: Drop --allow-{arch,vendor}change
2021-07-04  Michael Tremerupdate: Try to update all packages if none are given...
2021-07-03  Michael Tremerrequest: Remove forward declaration of struct pakfire_p...
2021-07-03  Michael Tremerrequest: Rename upgrade to update
2021-07-03  Michael Tremerrequest: Only prepare pool if it has changed
2021-07-03  Michael Tremersolution: Make pakfire_solution_create private
2021-07-03  Michael TremerFree problems when interating multiple times
2021-07-03  Michael Tremerrequest: Implement picking a solution
2021-07-03  Michael Tremersolution: Actually terminate the array
2021-07-03  Michael Tremerrequest: Implement taking a solution
2021-07-03  Michael Tremersolution: Refactor creating string
2021-07-02  Michael Tremerproblem: Handle all possible problems
2021-07-02  Michael Tremerproblem: Refactor generating problem string
2021-07-02  Michael Tremersolutions: Stop acting as a linked list
2021-07-02  Michael Tremerproblems: Refactor fetching solutions
2021-07-02  Michael TremerRefactor how solutions are being created/freed
2021-07-02  Michael Tremersolution: Change type from PakfireSolution to struct...
2021-07-02  Michael Tremerconfigure: Fix syntax error
2021-07-02  Michael Tremerproblem: Initialize string only when needed
2021-07-02  Michael Tremerpackagelist: Break creating list from queue
2021-07-02  Michael Tremerpackager: Actually free it when we want to
2021-07-02  Michael Tremercompress: Fix potential leak of cookie
2021-07-02  Michael Tremerarch: Fix any warnings from -fanalyzer
2021-07-02  Michael TremerActually drop Dockerfile
2021-07-02  Michael Tremerconfigure: Add option to enable GCC's -fanalyzer
2021-07-01  Michael Tremerlogging: Log to journald when available
2021-07-01  Michael Tremerconfigure: Conditionally link against systemd
2021-07-01  Michael Tremerparser: Make the parser private
2021-07-01  Michael Tremerpython: Remove exporting the parser to Python
2021-07-01  Michael Tremerparser: Change type from PakfireParser to struct pakfir...
2021-06-30  Michael Tremerrepo: Change type from PakfireRepo to struct pakfire_repo
2021-06-30  Michael Tremerpackagelist: Drop unused conditional push function
2021-06-30  Michael TremerCLI: Make "info" work again by limiting search to packa...
2021-06-30  Michael Tremertypes.h: Move pakfire log function declaration to pakfire.h
2021-06-30  Michael Tremertransactions: Move PAKFIRE_ACTION_* and PAKFIRE_STEP_*
2021-06-30  Michael Tremertypes.h: Drop unused comparison types
2021-06-30  Michael Tremerpakfire: Refactor search
2021-06-30  Michael Tremerpakfire: Refactor whatprovides
2021-06-30  Michael Tremerpackage: Change type from PakfirePackage to struct...
2021-06-30  Michael Tremerpackage: Rename pakfire_package_identical to *_eq
2021-06-30  Michael Tremerpackage: Add function that returns all packages that...
2021-06-30  Michael TremerChange interface of pakfire_whatrequires
2021-06-30  Michael Tremercli: Remove required argument which doesn't work here
2021-06-30  Michael Tremerpackagelist: Refactor creation from queue
2021-06-30  Michael Tremerpackagelist: Remove PAKFIRE_EXPORT from private function
2021-06-30  Michael Tremerpackagelist: Make *_has private
2021-06-30  Michael Tremerpackagelist: Refactor creating package lists
2021-06-30  Michael TremerAdd command for reverse dependency resolution
2021-06-30  Michael Tremerpackagelist: Interpret queue as a list of solvables
2021-06-30  Michael Tremerpackagelist: Change type from PakfirePackageList to...
2021-06-30  Michael Tremerrequest: Remove function that was meant to be dropped
2021-06-30  Michael Tremerproblem: Allocate problems of the right size
2021-06-30  Michael Tremerui: Drop counting problems which isn't needed
2021-06-29  Michael Tremerproblem: Pass pakfire as first argument
2021-06-29  Michael TremerDrop Dockerfile
2021-06-29  Michael Tremerconfigure: Require libsolv >= 0.7.5
2021-06-29  Michael Tremertransaction: Refactor composing the transaction dump
2021-06-29  Michael TremerSome experimental code to better show problems during...
2021-06-26  Michael Tremerrequest: Throw unknown things into solver
2021-06-26  Michael Tremerrequest: Use correct pointer size for array allocation
2021-06-25  Michael Tremerproblem: Make pakfire_problem_create private
2021-06-25  Michael Tremertransaction: Copy input string to stack
2021-06-25  Michael Tremerrequest: Move multiinstall packages
2021-06-25  Michael Tremerrequest: Move locking running kernel from pakfire
2021-06-24  Michael Tremerproblems: Drop linked list
2021-06-24  Michael Tremerrequest: Return any problems
2021-06-24  Michael Tremerproblems: Refactor how we create problems
2021-06-24  Michael Tremerproblems: Change type from PakfireProblem* to struct...
2021-06-24  Michael Tremerrequest: Return transaction when solving
2021-06-24  Michael Tremerrequest: Drop flags for solve function
2021-06-24  Michael Tremerrequest: Drop useless static function call
2021-06-24  Michael Tremerrequest: Drop global flags
2021-06-24  Michael Tremerrequest: Refactor creating solver
2021-06-24  Michael Tremerrequest: Drop option for arch change
2021-06-24  Michael Tremerrequest: Drop unused PAKFIRE_CHECK_INSTALLED flag
2021-06-24  Michael Tremercli: Add option to keep dependencies on uninstall
2021-06-23  Michael Tremerdb: Drop unused type field in files table
2021-06-23  Michael Tremer_pakfire: Calculate array addresses correctly
2021-06-23  Michael Tremerdb: Add index over files path
2021-06-23  Michael Tremertransaction: Actually erase files from disk when removi...
2021-06-23  Michael Tremerdb: Fix typo in scriptlet SQL query
2021-06-23  Michael Tremerdb: Read userinstalled packages when loading database
2021-06-23  Michael Tremerdb: Store whether packages are installed by the user
2021-06-23  Michael Tremerlibpakfire: Drop pakfire_count_packages
next