]> git.ipfire.org Git - people/stevee/pakfire.git/shortlog
people/stevee/pakfire.git
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
2021-06-18  Michael Tremerrepo: Add function to test if a repository is internal
2021-06-18  Michael Tremerlibpakfire: Do not try to export non-existant function
2021-06-18  Michael Tremerrepo: Destroy all files in repository directory
2021-06-18  Michael TremerMove clean function into libpakfire
2021-06-18  Michael Tremerpakfire: Automatically refresh repositories when initia...
2021-06-15  Michael TremerDrop python to libpakfire logging layer
2021-06-15  Michael Tremerpython: Drop log messages of an unknown priority
2021-06-15  Michael Tremerpython: Pass logger to Pakfire instance
2021-06-15  Michael Tremerpakfire: Pass log data pointer to log functions
2021-06-15  Michael Tremerpakfire: Make pakfire_log_set_function private
2021-06-15  Michael Tremerpakfire: Drop pakfire_log_get_function
2021-06-15  Michael Tremerpakfire: Allow setting log function on creation
2021-06-15  Michael Tremerbuild: Find makefiles and build them all
2021-06-15  Michael Tremerpakfire_install/erase/update: Indicate how many package...
2021-06-14  Michael Tremerbuild: Use pakfire_install to install build dependencies
2021-06-14  Michael Tremerpakfire: Add convenience functions to install packages
2021-06-14  Michael Tremerrequest: Add flags argument to upgrade function
2021-06-14  Michael Tremerrequest: Add flags argument to install
2021-06-14  Michael Tremerpakfire-builder: Move CLI into an extra script
2021-06-14  Michael Tremerpakfire-daemon: Replace default path to configuration...
2021-06-14  Michael TremerMakefile: Expand any variables in pakfire-daemon
2021-06-14  Michael Tremerpakfire-daemon: Move CLI into own script
2021-06-14  Michael Tremerlibpakfire_reload: Drop it
2021-06-14  Michael Tremerexecute: Drop setting LD_PRELOAD
2021-06-14  Michael TremerDrop old shell function libraries
2021-06-14  Michael TremerRemove some unused Python bindung functions and make...
2021-06-14  Michael Tremercli: Drop unused "update" command on builder
2021-06-14  Michael TremerPakfireContext: Remove unused repos property
2021-06-14  Michael Tremerpakfire: Drop unused PakfireKey class
2021-06-14  Michael Tremerpakfire: Initialize some basic stuff earlier
2021-06-14  Michael Tremerconfig: Fix reference counting
2021-06-14  Michael Tremerdownloader: Free config in successful branch
2021-06-14  Michael Tremerrepo: Reformat some code
2021-06-14  Michael Tremerconfig: Initialize entry with NULL before iteration
2021-06-14  Michael Tremerconfig: Treat NULL as an empty section
2021-06-14  Michael Tremerlogger: There can only be one or no newline
2021-06-12  Michael TremerMerge branch 'master' of ssh://people.ipfire.org/pub...
2021-06-12  Michael Tremerpackage: Add build ID
2021-06-12  Michael Tremer_pakfire: Fix segmentation fault on empty log message
2021-06-12  Michael Tremerstrip: Fix stripping hardlinked files
2021-06-11  Michael Tremerlibpakfire_reload: Use snprintf instead of strncpy...
2021-06-11  Michael Tremerlibpakfire: Check if ENABLE_DEBUG is defined instead...
next