summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
- fixed several memory leaks
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
- added alpm_trans_sysupgrade() function - relocated some defines
2005-04-17- reworked pmsyncpkg_t structureAurelien Foret2-66/+59
- got ride of uneeded handle external references
2005-04-17- reworked transaction prototypesAurelien Foret2-10/+22
- added a trans_sysupgrade function
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
- some sync_commit() rework
2005-04-13replaced a call to list_free by the macro FREELISTAurelien Foret1-1/+1
2005-04-13- updated sync featureAurelien Foret4-139/+115
- added 2 new transaction events
2005-04-13updated a logAurelien Foret1-3/+3
2005-04-13backported support for print-uris from pacman 2.9.xAurelien Foret1-6/+7
2005-04-13added option -p in pacman usage screenAurelien Foret1-0/+1
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-08- small bugfixesAurelien Foret1-6/+1
- removed 2 debug messages
2005-04-08removed a leftover commentAurelien Foret1-4/+0
2005-04-08fixed a small memory leakAurelien Foret1-0/+2
2005-04-06synchronization with libalpm for latest sync feature workAurelien Foret1-32/+45
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