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