]> git.ipfire.org Git - people/ms/pakfire.git/shortlog
people/ms/pakfire.git
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
2021-06-22  Michael Tremerpakfire: Lock the running kernel
2021-06-22  Michael Tremerpakfire: Add convenience function to check if pakfire...
2021-06-22  Michael Tremersync: Allow keeping orphans
2021-06-22  Michael Tremerrequest: Do not copy the job queue any more
2021-06-22  Michael TremerHard-code multiinstall and add them to pooljobs
2021-06-22  Michael Tremerbuild: Use CWD if no local repository could be found
2021-06-22  Michael Tremeripfire3: Use special name for local repository
2021-06-22  Michael Tremerbuild: Sync installed packages with upstream
2021-06-22  Michael Tremerlogging: Send debug messages to Python, too
2021-06-21  Michael Tremerlibpakfire: Use %m instead of strerror(errno)
2021-06-21  Michael Tremerpakfire: Allow locks to be NULL
2021-06-21  Michael Tremercli: Allow to exclude packages from update
2021-06-21  Michael Tremer_pakfire: Drop execute_script
2021-06-21  Michael Tremercli: No longer load unneeded modules
2021-06-21  Michael Tremerlibpakfire.sym: Drop pakfire_get_pool which no longer...
2021-06-21  Michael Tremer_pakfire: Drop request and transaction
2021-06-21  Michael Tremerdist: Make read_makefile private
2021-06-21  Michael TremerImplement sync
2021-06-21  Michael Tremercheck: Verify all package dependencies
2021-06-21  Michael Tremerlibpakfire: Implement "check" command
2021-06-21  Michael Tremerdaemon: Drop sending free disk space to hub
2021-06-21  Michael Tremerdaemon: Drop checking buildroot
2021-06-21  Michael Tremercli: Do not import unused system module
2021-06-21  Michael Tremercli: Remove extract/check-update/downgrade
2021-06-21  Michael Tremercli: Remove using pakfire in context
2021-06-21  Michael TremerImplement install/erase/update with new convenience...
2021-06-20  Michael Tremerpakfire: Drop reference to builder CLI
2021-06-19  Michael Tremerpakfire: Drop old base module
2021-06-19  Michael Tremerpakfire: Move refresh into libpakfire
2021-06-19  Michael Tremersnapshot: Add missing line-break to log message
2021-06-19  Michael TremerAdd flags to clean function for better extensibility
2021-06-19  Michael Tremerlibpakfire: Add helper function that calls a method...
2021-06-19  Michael Tremerbuild: Update name of local repository
2021-06-19  Michael Tremerrepo: Fix path to delete repodata
2021-06-19  Michael Tremerbuild: Do not call globfree if glob has not been called
2021-06-18  Michael TremerRevert "pakfire: Automatically refresh repositories...
2021-06-18  Michael Tremerrepo: Drop any content from memory when cleaning
next