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