summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-13- updated sync featureAurelien Foret4-139/+115
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
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
2005-04-06reworked MSG and ERR outputsAurelien Foret2-6/+10
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-03fixed a typoAurelien Foret1-1/+1
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-03added list_is_ptrin()Aurelien Foret2-0/+13
2005-04-03more work to backport pacman_sync from pacman 2.9.5Aurelien Foret3-45/+169
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-02sync with changes in alpm.h and new RESOLVEDEPS eventAurelien Foret1-9/+14
2005-04-02reworked resolvedeps:Aurelien Foret1-18/+11
2005-04-02added RESOLVEDEPS to the list of transaction eventsAurelien Foret1-7/+11
2005-04-02reworked sync_cleanupAurelien Foret1-20/+14
2005-04-02fixed a compilation warningAurelien Foret1-1/+1
2005-03-31started the work on "pacman_sync"Aurelien Foret9-211/+192
2005-03-30checked for db_update() archive existenceAurelien Foret1-2/+6
2005-03-30removed an uneeded call to db_scanAurelien Foret1-5/+1
2005-03-30fixed a log maskAurelien Foret1-1/+1
2005-03-29backport from pacman 2.9.5 - chdirAurelien Foret1-3/+9
2005-03-29*** empty log message ***Aurelien Foret1-2/+0
2005-03-29changed alpm_db_register() prototypeAurelien Foret2-2/+4
2005-03-29put back 3 _alpm_log() callsAurelien Foret1-6/+3
2005-03-29put back 5 _alpm_log() callsAurelien Foret1-9/+5
2005-03-29changed alpm_db_register() prototypeAurelien Foret2-15/+16
2005-03-29turned pmdepmissing_t into an opaque structureAurelien Foret4-21/+22
2005-03-29Turned pmdepmissing_t into an opaque structureAurelien Foret5-71/+103