summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* renamed list_is_ptrin() in list_is_in()Aurelien Foret2005-04-23
|
* first steps to support REPLACES featureAurelien Foret2005-04-20
|
* code beautifyingAurelien Foret2005-04-20
|
* display the list of targets to be removed before trans_commit() callAurelien Foret2005-04-20
|
* avoided two calls to db_scan() in checkdeps()Aurelien Foret2005-04-20
|
* - fixed args order in list_is_ptrin()Aurelien Foret2005-04-20
| | | | - fixed several memory leaks
* fixed args order in list_is_ptrin()Aurelien Foret2005-04-20
|
* - fixed args order in list_is_ptrin()Aurelien Foret2005-04-20
|
* avoided a call to db_scan()Aurelien Foret2005-04-20
|
* bypass trans_prepare() if there is no targetAurelien Foret2005-04-20
|
* fixed a segfaultAurelien Foret2005-04-19
|
* more work for sync_commit()Aurelien Foret2005-04-17
|
* fixed a log messageAurelien Foret2005-04-17
|
* add_loadtarget: load package info only when neededAurelien Foret2005-04-17
|
* improved logs for package removalAurelien Foret2005-04-17
|
* renamed PM_ERR_INVALID_NAME to PM_ERR_PKG_INVALID_NAMEAurelien Foret2005-04-17
|
* more sanity checks for pkg_load()Aurelien Foret2005-04-17
|
* fixed a user messageAurelien Foret2005-04-17
|
* cleanup to keep in sync with alpm changesAurelien Foret2005-04-16
|
* - general cleanupAurelien Foret2005-04-16
| | | | | - added alpm_trans_sysupgrade() function - relocated some defines
* - reworked pmsyncpkg_t structureAurelien Foret2005-04-16
| | | | - got ride of uneeded handle external references
* - reworked transaction prototypesAurelien Foret2005-04-16
| | | | - added a trans_sysupgrade function
* reworked handle structure initializationAurelien Foret2005-04-16
|
* reworked transaction prototypesAurelien Foret2005-04-16
|
* more work for sync_commit()Aurelien Foret2005-04-14
|
* added packages integrity checkingAurelien Foret2005-04-13
|
* -fixed 2 logsAurelien Foret2005-04-13
| | | | - some sync_commit() rework
* replaced a call to list_free by the macro FREELISTAurelien Foret2005-04-13
|
* - updated sync featureAurelien Foret2005-04-13
| | | | - added 2 new transaction events
* updated a logAurelien Foret2005-04-13
|
* backported support for print-uris from pacman 2.9.xAurelien Foret2005-04-13
|
* added option -p in pacman usage screenAurelien Foret2005-04-13
|
* added function pkg_splitname (not used for now)Aurelien Foret2005-04-08
|
* reworked alpm_db_readpkgAurelien Foret2005-04-08
|
* more work in sync_prepareAurelien Foret2005-04-08
|
* fixed a potential segfaultAurelien Foret2005-04-08
|
* - small bugfixesAurelien Foret2005-04-08
| | | | - removed 2 debug messages
* removed a leftover commentAurelien Foret2005-04-08
|
* fixed a small memory leakAurelien Foret2005-04-08
|
* synchronization with libalpm for latest sync feature workAurelien Foret2005-04-06
|
* more work to backport the sync features from pacman 2.9.5Aurelien Foret2005-04-06
|
* reverted back to trans->packages instead of install and remove queuesAurelien Foret2005-04-06
|
* reworked MSG and ERR outputsAurelien Foret2005-04-06
|
* package 'reason' field should default to 0Aurelien Foret2005-04-06
|
* updated structure names (PM_SYNCPKG), and added transaction queues (install ↵Aurelien Foret2005-04-06
| | | | & remove)
* replaced transaction 'packages' field by 2 queues: one for packages to be ↵Aurelien Foret2005-04-06
| | | | installed and the other for the ones to be removed
* added logs for cache generationAurelien Foret2005-04-05
|
* fixed a typoAurelien Foret2005-04-03
|
* - added transaction flags for the removal of a package to be upgradeAurelien Foret2005-04-03
| | | | - reworked some comments
* reworked a logAurelien Foret2005-04-03
|