summaryrefslogtreecommitdiff
path: root/lib/libalpm
AgeCommit message (Expand)Author
2005-04-24fixed potential memory leaksAurelien Foret
2005-04-24avoided to load twice the same target in remove_loadtarget()Aurelien Foret
2005-04-24added support for the package reason fieldAurelien Foret
2005-04-24got ride of an ORE tag in resolvedeps()Aurelien Foret
2005-04-24some more efficiency in remove_prepare() cascade loopAurelien Foret
2005-04-24fixed a commented MLK in db_find_conflicts()/CHECK1Aurelien Foret
2005-04-24code cleanupAurelien Foret
2005-04-24fixed the format of %REASON% entry when writing itAurelien Foret
2005-04-24- fixed a cut'n'paste bug with %REASON% entryAurelien Foret
2005-04-24use the cache instead of calling db_scan()Aurelien Foret
2005-04-24code cleanupAurelien Foret
2005-04-24logs cleanupAurelien Foret
2005-04-24removed deprecated comments in add_commit()Aurelien Foret
2005-04-24added transaction events for sync_commit operationsAurelien Foret
2005-04-24fixed some potential resource leaksAurelien Foret
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret
2005-04-23renamed list_is_ptrin() in list_is_in()Aurelien Foret
2005-04-20first steps to support REPLACES featureAurelien Foret
2005-04-20code beautifyingAurelien Foret
2005-04-20avoided two calls to db_scan() in checkdeps()Aurelien Foret
2005-04-20- fixed args order in list_is_ptrin()Aurelien Foret
2005-04-20fixed args order in list_is_ptrin()Aurelien Foret
2005-04-20- fixed args order in list_is_ptrin()Aurelien Foret
2005-04-20avoided a call to db_scan()Aurelien Foret
2005-04-20bypass trans_prepare() if there is no targetAurelien Foret
2005-04-17more work for sync_commit()Aurelien Foret
2005-04-17add_loadtarget: load package info only when neededAurelien Foret
2005-04-17improved logs for package removalAurelien Foret
2005-04-17renamed PM_ERR_INVALID_NAME to PM_ERR_PKG_INVALID_NAMEAurelien Foret
2005-04-17more sanity checks for pkg_load()Aurelien Foret
2005-04-16- general cleanupAurelien Foret
2005-04-16- reworked pmsyncpkg_t structureAurelien Foret
2005-04-16- reworked transaction prototypesAurelien Foret
2005-04-16reworked handle structure initializationAurelien Foret
2005-04-16reworked transaction prototypesAurelien Foret
2005-04-14more work for sync_commit()Aurelien Foret
2005-04-13-fixed 2 logsAurelien Foret
2005-04-13replaced a call to list_free by the macro FREELISTAurelien Foret
2005-04-13- updated sync featureAurelien Foret
2005-04-13updated a logAurelien Foret
2005-04-08added function pkg_splitname (not used for now)Aurelien Foret
2005-04-08reworked alpm_db_readpkgAurelien Foret
2005-04-08more work in sync_prepareAurelien Foret
2005-04-08fixed a potential segfaultAurelien Foret
2005-04-08removed a leftover commentAurelien Foret
2005-04-08fixed a small memory leakAurelien Foret
2005-04-06more work to backport the sync features from pacman 2.9.5Aurelien Foret
2005-04-06reverted back to trans->packages instead of install and remove queuesAurelien Foret
2005-04-06package 'reason' field should default to 0Aurelien Foret
2005-04-06updated structure names (PM_SYNCPKG), and added transaction queues (install &...Aurelien Foret