summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
AgeCommit message (Collapse)AuthorFilesLines
2006-01-07added more debug logs in the sync conflict/replace codeAurelien Foret1-3/+16
2006-01-07code cleanup (mainly removed line spaces at the beginning of lines by ↵Aurelien Foret1-14/+14
tabulations)
2006-01-07removed a misleading PM_ERR_XXX occurrenceAurelien Foret1-1/+1
2006-01-06- sync: populates *data when a conflict can't be resolvedAurelien Foret1-1/+15
- add: code cleanup
2006-01-06fixed the usage of 4 list_is_in calls (should have been list_is_strin)Aurelien Foret1-2/+4
2006-01-05- started to rename list_XXX calls to _alpm_list_XXXAurelien Foret1-3/+3
- fixed 2 compilation warnings
2006-01-05- fix for sync conflicts (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-48/+48
- sync code cleanup - added the deps check for targets to be removed in sync_prepare()
2006-01-02code cleanupAurelien Foret1-12/+13
2006-01-02code cleanupAurelien Foret1-27/+34
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 ↵Judd Vinet1-0/+7
fields during package replacements
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 ↵Aurelien Foret1-0/+3
environment
2005-05-04fixed a typoAurelien Foret1-1/+1
2005-05-04event transaction callback rework to prepare the introduction of a ↵Aurelien Foret1-6/+6
conversation callback
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
- got ride of uneeded handle external references
2005-04-14more work for sync_commit()Aurelien Foret1-5/+28
2005-04-13-fixed 2 logsAurelien Foret1-9/+19
- some sync_commit() rework
2005-04-13- updated sync featureAurelien Foret1-38/+34
- added 2 new transaction events
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