summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-04-24code cleanupAurelien Foret3-12/+21
2005-04-24fixed potential memory leaksAurelien Foret1-0/+3
2005-04-24added a new ORE tagAurelien Foret1-0/+2
2005-04-24avoided to load twice the same target in remove_loadtarget()Aurelien Foret1-0/+7
2005-04-24added support for the package reason fieldAurelien Foret4-49/+47
2005-04-24got ride of an ORE tag in resolvedeps()Aurelien Foret1-6/+3
2005-04-24some more efficiency in remove_prepare() cascade loopAurelien Foret1-4/+4
2005-04-24fixed a commented MLK in db_find_conflicts()/CHECK1Aurelien Foret1-0/+1
2005-04-24slighlty improved efficiency for dump_pkg_full()Aurelien Foret1-6/+2
2005-04-24code cleanupAurelien Foret1-8/+4
2005-04-24fixed the format of %REASON% entry when writing itAurelien Foret1-1/+1
2005-04-24- fixed a cut'n'paste bug with %REASON% entryAurelien Foret1-9/+2
2005-04-24use the cache instead of calling db_scan()Aurelien Foret1-13/+8
2005-04-24code cleanupAurelien Foret1-4/+15
2005-04-24logs cleanupAurelien Foret1-4/+1
2005-04-24removed deprecated comments in add_commit()Aurelien Foret1-7/+0
2005-04-24added transaction events for sync_commit operationsAurelien Foret1-2/+6
2005-04-24outputs cleanupAurelien Foret2-5/+3
2005-04-24fixed some potential resource leaksAurelien Foret1-1/+6
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret7-62/+150
2005-04-23code cleanupAurelien Foret1-1/+4
2005-04-23some remork for pacman_deptest()Aurelien Foret1-22/+13
2005-04-23renamed list_is_ptrin() in list_is_in()Aurelien Foret5-15/+12
2005-04-20first steps to support REPLACES featureAurelien Foret1-47/+111
2005-04-20code beautifyingAurelien Foret1-3/+3
2005-04-20display the list of targets to be removed before trans_commit() callAurelien Foret1-15/+15
2005-04-20avoided two calls to db_scan() in checkdeps()Aurelien Foret1-9/+5
2005-04-20- fixed args order in list_is_ptrin()Aurelien Foret1-6/+18
2005-04-20fixed args order in list_is_ptrin()Aurelien Foret1-1/+1
2005-04-20- fixed args order in list_is_ptrin()Aurelien Foret2-2/+15
2005-04-20avoided a call to db_scan()Aurelien Foret1-6/+7
2005-04-20bypass trans_prepare() if there is no targetAurelien Foret1-0/+5
2005-04-19fixed a segfaultAurelien Foret1-1/+1
2005-04-17more work for sync_commit()Aurelien Foret2-17/+51
2005-04-17fixed a log messageAurelien Foret1-1/+1
2005-04-17add_loadtarget: load package info only when neededAurelien Foret1-24/+47
2005-04-17improved logs for package removalAurelien Foret1-1/+3
2005-04-17renamed PM_ERR_INVALID_NAME to PM_ERR_PKG_INVALID_NAMEAurelien Foret2-2/+2
2005-04-17more sanity checks for pkg_load()Aurelien Foret1-1/+1
2005-04-17fixed a user messageAurelien Foret1-1/+1
2005-04-17cleanup to keep in sync with alpm changesAurelien Foret1-50/+21
2005-04-17- general cleanupAurelien Foret3-58/+57
2005-04-17- reworked pmsyncpkg_t structureAurelien Foret2-66/+59
2005-04-17- reworked transaction prototypesAurelien Foret2-10/+22
2005-04-16reworked handle structure initializationAurelien Foret1-14/+2
2005-04-16reworked transaction prototypesAurelien Foret4-14/+14
2005-04-14more work for sync_commit()Aurelien Foret1-5/+28
2005-04-13added packages integrity checkingAurelien Foret1-30/+25
2005-04-13-fixed 2 logsAurelien Foret1-9/+19
2005-04-13replaced a call to list_free by the macro FREELISTAurelien Foret1-1/+1