summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-09- indented properly sync_cleancache()Aurelien Foret1-86/+93
2005-05-02get ride of ORE tagsAurelien Foret1-3/+1
2005-05-01removed an uneeded checkAurelien Foret1-3/+0
2005-04-24outputs cleanupAurelien Foret1-2/+0
2005-04-23code cleanupAurelien Foret1-1/+4
2005-04-20display the list of targets to be removed before trans_commit() callAurelien Foret1-15/+15
2005-04-19fixed a segfaultAurelien Foret1-1/+1
2005-04-17cleanup to keep in sync with alpm changesAurelien Foret1-50/+21
2005-04-13added packages integrity checkingAurelien Foret1-30/+25
2005-04-13- updated sync featureAurelien Foret1-101/+75
2005-04-08- small bugfixesAurelien Foret1-6/+1
2005-04-06synchronization with libalpm for latest sync feature workAurelien Foret1-32/+45
2005-04-03fixed a typoAurelien Foret1-1/+1
2005-04-03more work to backport pacman_sync from pacman 2.9.5Aurelien Foret1-29/+69
2005-04-02reworked sync_cleanupAurelien Foret1-20/+14
2005-03-31started the work on "pacman_sync"Aurelien Foret1-117/+54
2005-03-29changed alpm_db_register() prototypeAurelien Foret1-1/+2
2005-03-29turned pmdepmissing_t into an opaque structureAurelien Foret1-2/+2
2005-03-25Backport from pacman 2.9.5 (code cleanup)Aurelien Foret1-5/+5
2005-03-25replaced hardcoded references to the cache by CACHEDIRAurelien Foret1-2/+5
2005-03-23uncommented a call to alpm_logactionAurelien Foret1-2/+1
2005-03-22- added db_setlastupdate to db.cAurelien Foret1-3/+1
2005-03-20Let the C preprocessor concatenates CACHEDIR stringAurelien Foret1-2/+2
2005-03-20Added support for .lastupdate files (from pacman 2.9.1)Aurelien Foret1-24/+35
2005-03-19Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret1-0/+1
2005-03-16Avoided usage of global variables pmo_root and pmo_dbpath.Aurelien Foret1-11/+13
2005-03-16- reworked sync_synctree() to make use of alpm_db_update()Aurelien Foret1-27/+19
2005-03-16- added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3)Aurelien Foret1-7/+7
2005-03-15Initial revisionJudd Vinet1-0/+806