summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
Commit message (Expand)AuthorAge
* * Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin2007-02-13
* This should be an ERROR, not a WARNINGAaron Griffin2007-02-12
* Attempt to NOT remove packages on filesystem errors (like a read-onlyAaron Griffin2007-02-08
* Debug logging changes:Aaron Griffin2007-01-31
* K. Piche <kevin.piche@cgi.com>Aaron Griffin2007-01-30
* Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee2007-01-30
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-23
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* Some confusion with variable names in unlink_file caused unlink to try and fi...Aaron Griffin2007-01-18
* Added strerror() output on unlink failureAaron Griffin2007-01-18
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-17
* * Bug fix FS#6058Aaron Griffin2007-01-03
* * Cosmetic changes and typo fixesAaron Griffin2006-12-01
* * Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignoredAaron Griffin2006-11-24
* Numerous changes:Aaron Griffin2006-10-31
* Minor changes:Aaron Griffin2006-10-21
* A handful of minor changes:Aaron Griffin2006-10-20
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
* Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...Judd Vinet2006-07-14
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* added a NOSCRIPLET flag to transactions (patch from VMiklos <vmiklos@frugalwa...Aurelien Foret2006-03-07
* code cleanupAurelien Foret2006-03-02
* prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2006-02-17
* reworked logsAurelien Foret2006-02-12
* code cleanupAurelien Foret2006-02-05
* more code cleanup yetAurelien Foret2006-01-18
* - code cleanupAurelien Foret2006-01-17
* more code cleanupAurelien Foret2006-01-16
* pulled out conflict checkings from checkdeps() in its own function: checkconf...Aurelien Foret2006-01-15
* removed a restriction: the data parameter of XXX_prepare functions can be NULLAurelien Foret2006-01-07
* removed ORE tags (after tests, no real performance increase by implementing t...Aurelien Foret2006-01-06
* - started to rename list_XXX calls to _alpm_list_XXXAurelien Foret2006-01-05
* tweaked a log (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-05
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2005-12-28
* renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet2005-12-26
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
* Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret2005-10-06
* fixed a memory leak with md5 sums handlingAurelien Foret2005-05-04
* event transaction callback rework to prepare the introduction of a conversati...Aurelien Foret2005-05-04
* code cleanupAurelien Foret2005-05-03
* make use of the new list_remove implementationAurelien Foret2005-05-03
* avoided to load twice the same target in remove_loadtarget()Aurelien Foret2005-04-24
* some more efficiency in remove_prepare() cascade loopAurelien Foret2005-04-24
* rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret2005-04-23
* improved logs for package removalAurelien Foret2005-04-17
* reworked transaction prototypesAurelien Foret2005-04-16
* fixed a small memory leakAurelien Foret2005-04-08
* reverted back to trans->packages instead of install and remove queuesAurelien Foret2005-04-06
* replaced transaction 'packages' field by 2 queues: one for packages to be ins...Aurelien Foret2005-04-06