summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
Commit message (Expand)AuthorAge
* renamed pmconfig_t to config_tAurelien Foret2005-10-29
* added pmconfig_t structure to hold all the configurationAurelien Foret2005-10-28
* added a missing line feed in a MSG callAurelien Foret2005-10-22
* removed debug commentJudd Vinet2005-10-20
* remove dupes from group lists in syncJudd Vinet2005-10-20
* removed an uneeded variable declarationAurelien Foret2005-10-20
* pacman update to cope with the CACHEDIR option from the libraryAurelien Foret2005-10-10
* added conversation callback support for transactionsJudd Vinet2005-10-09
* correct a trans_commit protocolJudd Vinet2005-10-08
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
* Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret2005-10-06
* - indented properly sync_cleancache()Aurelien Foret2005-05-09
* get ride of ORE tagsAurelien Foret2005-05-02
* removed an uneeded checkAurelien Foret2005-05-01
* outputs cleanupAurelien Foret2005-04-24
* code cleanupAurelien Foret2005-04-23
* display the list of targets to be removed before trans_commit() callAurelien Foret2005-04-20
* fixed a segfaultAurelien Foret2005-04-19
* cleanup to keep in sync with alpm changesAurelien Foret2005-04-16
* added packages integrity checkingAurelien Foret2005-04-13
* - updated sync featureAurelien Foret2005-04-13
* - small bugfixesAurelien Foret2005-04-08
* synchronization with libalpm for latest sync feature workAurelien Foret2005-04-06
* fixed a typoAurelien Foret2005-04-03
* more work to backport pacman_sync from pacman 2.9.5Aurelien Foret2005-04-02
* reworked sync_cleanupAurelien Foret2005-04-02
* started the work on "pacman_sync"Aurelien Foret2005-03-30
* changed alpm_db_register() prototypeAurelien Foret2005-03-29
* turned pmdepmissing_t into an opaque structureAurelien Foret2005-03-29
* Backport from pacman 2.9.5 (code cleanup)Aurelien Foret2005-03-25
* replaced hardcoded references to the cache by CACHEDIRAurelien Foret2005-03-25
* uncommented a call to alpm_logactionAurelien Foret2005-03-23
* - added db_setlastupdate to db.cAurelien Foret2005-03-22
* Let the C preprocessor concatenates CACHEDIR stringAurelien Foret2005-03-20
* Added support for .lastupdate files (from pacman 2.9.1)Aurelien Foret2005-03-20
* Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret2005-03-19
* Avoided usage of global variables pmo_root and pmo_dbpath.Aurelien Foret2005-03-16
* - reworked sync_synctree() to make use of alpm_db_update()Aurelien Foret2005-03-16
* - added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3)Aurelien Foret2005-03-16
* Initial revisionJudd Vinet2005-03-15