aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imv_os/pacman.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add global config namespaceTobias Brunner2014-02-121-2/+2
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* Some pacman fixesAndreas Steffen2013-06-231-8/+2
|
* Implemented pacman in a more reliable wayAndreas Steffen2013-06-211-252/+241
|
* pacman: Define gen_time out of the loopTobias Brunner2013-03-251-1/+2
| | | | It gets assigned if count==3 but only used later when count >= 7.
* Cast first argument for %.*s to intTobias Brunner2013-01-241-10/+10
|
* fixed a memory leak in pacmanAndreas Steffen2012-11-171-0/+8
|
* implemented blacklisting of software packagesAndreas Steffen2012-11-141-0/+2
|
* pacman supports differential security updatesAndreas Steffen2012-11-071-18/+101
|
* add generation time to package versionsAndreas Steffen2012-11-041-15/+17
|
* extract generation time of packages fileAndreas Steffen2012-11-041-2/+53
|
* store packages with security issues and their optional updates onlyAndreas Steffen2012-11-041-64/+60
|
* created pacman - an Ubuntu/Debian package managerAndreas Steffen2012-11-041-0/+356