summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
AgeCommit message (Expand)Author
2005-10-07Merging in recent fixes/additions from 2.9.7Judd Vinet
2005-10-06Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret
2005-05-04fixed a memory leak with md5 sums handlingAurelien Foret
2005-05-04event transaction callback rework to prepare the introduction of a conversati...Aurelien Foret
2005-05-03code cleanupAurelien Foret
2005-05-03make use of the new list_remove implementationAurelien Foret
2005-04-24avoided to load twice the same target in remove_loadtarget()Aurelien Foret
2005-04-24some more efficiency in remove_prepare() cascade loopAurelien Foret
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret
2005-04-17improved logs for package removalAurelien Foret
2005-04-16reworked transaction prototypesAurelien Foret
2005-04-08fixed a small memory leakAurelien Foret
2005-04-06reverted back to trans->packages instead of install and remove queuesAurelien Foret
2005-04-06replaced transaction 'packages' field by 2 queues: one for packages to be ins...Aurelien Foret
2005-04-03reworked a logAurelien Foret
2005-04-02- updated transaction eventsAurelien Foret
2005-03-30started the work on "pacman_sync"Aurelien Foret
2005-03-28maked use of db->path instead of handle->root+handle->dbpath+db->treenameAurelien Foret
2005-03-28added a FREELISTPTR macro to free a PMList without freeing its dataAurelien Foret
2005-03-27made 'provides' actually work when updating 'requiredby' fields from depsAurelien Foret
2005-03-26- fixed a small memory leakAurelien Foret
2005-03-26reworked PM_LOG_XXX messages during install/remove/upgrade operationsAurelien Foret
2005-03-26More backport from pacman 2.9.5 (mainly for resolvedeps)Aurelien Foret
2005-03-25Backport from pacman 2.9.5Aurelien Foret
2005-03-16Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internalAurelien Foret
2005-03-15Renamed PM_TRANS_CB_XXX to PM_TRANS_EVT_XXXAurelien Foret
2005-03-15Initial revisionJudd Vinet