summaryrefslogtreecommitdiff
path: root/src/pacman/remove.c
Commit message (Expand)AuthorAge
...
* Change the interface for target loadingXavier Chantry2009-09-12
* Remove transaction typeXavier Chantry2009-09-08
* Check package arch before installingXavier Chantry2009-09-06
* Update copyright headers and messagesDan McGee2009-07-01
* Remove unused string.h from src/pacman/remove.cGerardo Exequiel Pozzi2009-06-01
* Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor2009-01-12
* HoldPkg reworkNagy Gabor2009-01-12
* split yesno() into yesno() and noyes() functions.Xavier Chantry2008-08-23
* src/pacman : rework the display_targets function.Xavier Chantry2008-07-24
* remove_addtarget rework (in front-end)Nagy Gabor2008-07-13
* Make all error messages use pm_fprintfAllan McRae2008-05-11
* Refactor the trans init and release code.Chantry Xavier2008-04-26
* Merge branch 'maint'Dan McGee2008-02-25
|\
| * Remove done and failed msg when loading targets.Chantry Xavier2008-02-25
* | Improve yesno function.Chantry Xavier2008-02-24
|/
* Add gettext call to 2 'failed' messagesDan McGee2008-02-16
* Clarify the "failed to add target" errors.Chantry Xavier2008-02-02
* Revert "Fix case where pacman asks for confirmation when it should not"Chantry Xavier2008-01-14
* Fix case where pacman asks for confirmation when it should notKarolina Lindqvist2007-12-29
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* src/pacman/: use the FREELIST macro when possible.Chantry Xavier2007-12-08
* Fix several memleaks, mostly related to errors handling.Chantry Xavier2007-11-25
* War on whitespaceDan McGee2007-11-16
* Add missing 'done' printoutDan McGee2007-11-08
* Clean up usage of extern variablesDan McGee2007-11-04
* Add alpm_dep_get_string methodNagy Gabor2007-10-25
* 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