summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
Commit message (Collapse)AuthorAge
...
* 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
| | | | - moved db_update from db.c to alpm.c
* 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
| | | | Better make use of alpm_get_option to ge their values.
* - reworked sync_synctree() to make use of alpm_db_update()Aurelien Foret2005-03-16
| | | | - dropped unpack()
* - added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3)Aurelien Foret2005-03-16
| | | | - renamed ALPM_VERSION to PM_VERSION
* Initial revisionJudd Vinet2005-03-15