summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Collapse)AuthorFilesLines
2005-04-17renamed PM_ERR_INVALID_NAME to PM_ERR_PKG_INVALID_NAMEAurelien Foret1-1/+1
2005-04-17- general cleanupAurelien Foret1-11/+10
- added alpm_trans_sysupgrade() function - relocated some defines
2005-04-13- updated sync featureAurelien Foret1-0/+2
- added 2 new transaction events
2005-04-06reverted back to trans->packages instead of install and remove queuesAurelien Foret1-2/+3
2005-04-06updated structure names (PM_SYNCPKG), and added transaction queues (install ↵Aurelien Foret1-8/+9
& remove)
2005-04-03- added 'lastupdate' field to pmdb_tAurelien Foret1-3/+11
- added a new public function alpm_db_getinfo - added a public parameter PM_PKG_DB for PM_PKG struct
2005-04-02added RESOLVEDEPS to the list of transaction eventsAurelien Foret1-7/+11
2005-03-31started the work on "pacman_sync"Aurelien Foret1-0/+1
2005-03-29changed alpm_db_register() prototypeAurelien Foret1-1/+1
2005-03-29Turned pmdepmissing_t into an opaque structureAurelien Foret1-30/+27
2005-03-22- added db_setlastupdate to db.cAurelien Foret1-1/+3
- moved db_update from db.c to alpm.c
2005-03-20Added support for .lastupdate files (from pacman 2.9.1)Aurelien Foret1-1/+2
2005-03-16- added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3)Aurelien Foret1-1/+4
- renamed ALPM_VERSION to PM_VERSION
2005-03-16Moved log callback definition to alpm.hAurelien Foret1-1/+4
2005-03-16*** empty log message ***Aurelien Foret1-1/+1
2005-03-16Added a db_update() function to manage sync databases updates.Aurelien Foret1-0/+2
The API provides a wrapper alpm_db_update().
2005-03-15Renamed PM_TRANS_CB_XXX to PM_TRANS_EVT_XXXAurelien Foret1-10/+10
2005-03-15Initial revisionJudd Vinet1-0/+330