summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-17more work for sync_commit()Aurelien Foret2-17/+51
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-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-13-fixed 2 logsAurelien Foret1-9/+19
2005-04-13replaced a call to list_free by the macro FREELISTAurelien Foret1-1/+1
2005-04-13- updated sync featureAurelien Foret2-38/+36
2005-04-13updated a logAurelien Foret1-3/+3
2005-04-08added function pkg_splitname (not used for now)Aurelien Foret2-0/+44
2005-04-08reworked alpm_db_readpkgAurelien Foret1-7/+42
2005-04-08more work in sync_prepareAurelien Foret1-32/+43
2005-04-08fixed a potential segfaultAurelien Foret1-2/+2
2005-04-08removed a leftover commentAurelien Foret1-4/+0
2005-04-08fixed a small memory leakAurelien Foret1-0/+2
2005-04-06more work to backport the sync features from pacman 2.9.5Aurelien Foret2-64/+138
2005-04-06reverted back to trans->packages instead of install and remove queuesAurelien Foret6-40/+30
2005-04-06package 'reason' field should default to 0Aurelien Foret1-1/+1
2005-04-06updated structure names (PM_SYNCPKG), and added transaction queues (install &...Aurelien Foret4-26/+19
2005-04-06replaced transaction 'packages' field by 2 queues: one for packages to be ins...Aurelien Foret4-26/+43
2005-04-05added logs for cache generationAurelien Foret1-0/+6
2005-04-03- added transaction flags for the removal of a package to be upgradeAurelien Foret1-8/+9
2005-04-03reworked a logAurelien Foret1-1/+1
2005-04-03more work to backport pacman_sync from pacman 2.9.5Aurelien Foret2-16/+100
2005-04-03- added 'lastupdate' field to pmdb_tAurelien Foret4-13/+33
2005-04-03fixed a log levelAurelien Foret1-1/+1
2005-04-02- updated transaction eventsAurelien Foret2-13/+17
2005-04-02added support for PACKAGES field in alpm_trans_getinfoAurelien Foret1-3/+4
2005-04-02reworked resolvedeps:Aurelien Foret1-18/+11