summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2005-04-06replaced transaction 'packages' field by 2 queues: one for packages to be ins...Aurelien Foret
2005-04-05added logs for cache generationAurelien Foret
2005-04-03- added transaction flags for the removal of a package to be upgradeAurelien Foret
2005-04-03reworked a logAurelien Foret
2005-04-02more work to backport pacman_sync from pacman 2.9.5Aurelien Foret
2005-04-02- added 'lastupdate' field to pmdb_tAurelien Foret
2005-04-02fixed a log levelAurelien Foret
2005-04-02- updated transaction eventsAurelien Foret
2005-04-02added support for PACKAGES field in alpm_trans_getinfoAurelien Foret
2005-04-02reworked resolvedeps:Aurelien Foret