summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2006-01-01removed some overlapping pm_errno assignmentsAurelien Foret1-6/+0
2005-12-26renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet1-2/+2
2005-12-26applied first try at sync conflict handling (VMiklos) plus a couple changesJudd Vinet1-12/+117
2005-11-21added DoxyfileJudd Vinet1-1/+0
2005-11-07fixed wrong prototype usage for trans_new()Aurelien Foret1-3/+7
2005-10-21fixed a segfault that occured in special cases when propagating requiredby fi...Judd Vinet1-0/+7
2005-10-10added PM_OPT_CACHEDIR library optionAurelien Foret1-5/+1
2005-10-09removed debug stmtJudd Vinet1-1/+0
2005-10-09added conversation callback support for transactionsJudd Vinet1-40/+49
2005-10-08Code update to make use of PKG_FULLNAME_LENAurelien Foret1-2/+2
2005-10-06Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret1-0/+3
2005-05-04fixed a typoAurelien Foret1-1/+1
2005-05-04event transaction callback rework to prepare the introduction of a conversati...Aurelien Foret1-6/+6
2005-05-02code cleanupAurelien Foret1-5/+4
2005-04-24code cleanupAurelien Foret1-7/+9
2005-04-24added support for the package reason fieldAurelien Foret1-18/+30
2005-04-24added transaction events for sync_commit operationsAurelien Foret1-2/+6
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret1-30/+35
2005-04-23renamed list_is_ptrin() in list_is_in()Aurelien Foret1-6/+3
2005-04-20first steps to support REPLACES featureAurelien Foret1-47/+111
2005-04-17more work for sync_commit()Aurelien Foret1-12/+46
2005-04-17- reworked pmsyncpkg_t structureAurelien Foret1-56/+52
2005-04-14more work for sync_commit()Aurelien Foret1-5/+28
2005-04-13-fixed 2 logsAurelien Foret1-9/+19
2005-04-13- updated sync featureAurelien Foret1-38/+34
2005-04-08more work in sync_prepareAurelien Foret1-32/+43
2005-04-06more work to backport the sync features from pacman 2.9.5Aurelien Foret1-64/+136
2005-04-03more work to backport pacman_sync from pacman 2.9.5Aurelien Foret1-16/+92
2005-03-31started the work on "pacman_sync"Aurelien Foret1-17/+79
2005-03-26updated commentsAurelien Foret1-0/+3
2005-03-15Initial revisionJudd Vinet1-0/+248