summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-17more work for sync_commit()Aurelien Foret
2005-04-17fixed a log messageAurelien Foret
2005-04-17add_loadtarget: load package info only when neededAurelien Foret
2005-04-17improved logs for package removalAurelien Foret
2005-04-17renamed PM_ERR_INVALID_NAME to PM_ERR_PKG_INVALID_NAMEAurelien Foret
2005-04-17more sanity checks for pkg_load()Aurelien Foret
2005-04-17fixed a user messageAurelien Foret
2005-04-16cleanup to keep in sync with alpm changesAurelien Foret
2005-04-16- general cleanupAurelien Foret
- added alpm_trans_sysupgrade() function - relocated some defines
2005-04-16- reworked pmsyncpkg_t structureAurelien Foret
- got ride of uneeded handle external references
2005-04-16- reworked transaction prototypesAurelien Foret
- added a trans_sysupgrade function
2005-04-16reworked handle structure initializationAurelien Foret
2005-04-16reworked transaction prototypesAurelien Foret
2005-04-14more work for sync_commit()Aurelien Foret
2005-04-13added packages integrity checkingAurelien Foret
2005-04-13-fixed 2 logsAurelien Foret
- some sync_commit() rework
2005-04-13replaced a call to list_free by the macro FREELISTAurelien Foret
2005-04-13- updated sync featureAurelien Foret
- added 2 new transaction events
2005-04-13updated a logAurelien Foret
2005-04-13backported support for print-uris from pacman 2.9.xAurelien Foret
2005-04-13added option -p in pacman usage screenAurelien Foret
2005-04-08added function pkg_splitname (not used for now)Aurelien Foret
2005-04-08reworked alpm_db_readpkgAurelien Foret
2005-04-08more work in sync_prepareAurelien Foret
2005-04-08fixed a potential segfaultAurelien Foret
2005-04-08- small bugfixesAurelien Foret
- removed 2 debug messages
2005-04-08removed a leftover commentAurelien Foret
2005-04-08fixed a small memory leakAurelien Foret
2005-04-06synchronization with libalpm for latest sync feature workAurelien Foret
2005-04-06more work to backport the sync features from pacman 2.9.5Aurelien Foret
2005-04-06reverted back to trans->packages instead of install and remove queuesAurelien Foret
2005-04-06reworked MSG and ERR outputsAurelien Foret
2005-04-06package 'reason' field should default to 0Aurelien Foret
2005-04-06updated structure names (PM_SYNCPKG), and added transaction queues (install ↵Aurelien Foret
& remove)
2005-04-06replaced transaction 'packages' field by 2 queues: one for packages to be ↵Aurelien Foret
installed and the other for the ones to be removed
2005-04-05added logs for cache generationAurelien Foret
2005-04-03fixed a typoAurelien Foret
2005-04-03- added transaction flags for the removal of a package to be upgradeAurelien Foret
- reworked some comments
2005-04-03reworked a logAurelien Foret
2005-04-03added list_is_ptrin()Aurelien Foret
2005-04-02more work to backport pacman_sync from pacman 2.9.5Aurelien Foret
2005-04-02- added 'lastupdate' field to pmdb_tAurelien Foret
- added a new public function alpm_db_getinfo - added a public parameter PM_PKG_DB for PM_PKG struct
2005-04-02fixed a log levelAurelien Foret
2005-04-02- updated transaction eventsAurelien Foret
- the cache is rebuilt after each package installation (to be reworked)
2005-04-02added support for PACKAGES field in alpm_trans_getinfoAurelien Foret
2005-04-02sync with changes in alpm.h and new RESOLVEDEPS eventAurelien Foret
2005-04-02reworked resolvedeps:Aurelien Foret
- used the cache instead of db_scan() calls - improved log messages - more sanity checks
2005-04-02added RESOLVEDEPS to the list of transaction eventsAurelien Foret
2005-04-02reworked sync_cleanupAurelien Foret
2005-04-02fixed a compilation warningAurelien Foret