summaryrefslogtreecommitdiff
path: root/src/pacman/remove.c
Commit message (Expand)AuthorAge
* make alpm_strerror binding friendlyStefano Esposito2007-09-11
* new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier2007-07-16
* Remove some use of goto in the pacman frontendDan McGee2007-06-17
* Ensure correct and consistent usage of depmissChantry Xavier2007-06-10
* Fix up things after the last few changesDan McGee2007-06-09
* Const correctness!Dan McGee2007-06-05
* Remove hardcoded defines from libalpmDan McGee2007-06-04
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Remove output.c and output.hDan McGee2007-04-26
* Remove ERR calls from the codeDan McGee2007-04-26
* Remove MSG output macro (#define and in code)Dan McGee2007-04-26
* Move log.c/h -> output.c/h to properly reflect what is containedDan McGee2007-04-26
* Pacman side code consolidation- unify callback functions to one fileDan McGee2007-04-26
* add.c and remove.c cleanupDan McGee2007-04-25
* Remove more unnecessary stuffDan McGee2007-04-25
* Merge single-function header files on pacman sideDan McGee2007-04-25
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin2007-02-26
* * Tried to clean up newline display a bit in the frontend.Dan McGee2007-02-01
* Debug logging changes:Aaron Griffin2007-01-31
* More uninitialized stuff... I believe these were removed at some point. ShouldAaron Griffin2007-01-31
* * Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* * Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgBAaron Griffin2006-12-01
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin2006-10-15
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* fixed HoldPkg implementationAurelien Foret2006-03-02
* added missing retval values in trans_release error casesAurelien Foret2006-01-27
* - fixed a compilation warningAurelien Foret2006-01-26
* code cleanupAurelien Foret2006-01-17
* fixed a possible memory corruptionAurelien Foret2006-01-13
* code cleanupAurelien Foret2006-01-10
* sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret2006-01-07
* various code cleanupAurelien Foret2006-01-05
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* fixed some compilation warningsAurelien Foret2005-10-29
* renamed pmconfig_t to config_tAurelien Foret2005-10-29
* added pmconfig_t structure to hold all the configurationAurelien Foret2005-10-28
* added conversation callback support for transactionsJudd Vinet2005-10-09
* fixed targets display for cascade or recurse commandsAurelien Foret2005-05-02
* added a new ORE tagAurelien Foret2005-04-24
* turned pmdepmissing_t into an opaque structureAurelien Foret2005-03-29
* Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret2005-03-19
* Initial revisionJudd Vinet2005-03-15