summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* code cleanupAurelien Foret2005-04-24
|
* fixed the format of %REASON% entry when writing itAurelien Foret2005-04-24
|
* - fixed a cut'n'paste bug with %REASON% entryAurelien Foret2005-04-24
| | | | - factorized code between %SIZE% and %CSIZE% reading
* use the cache instead of calling db_scan()Aurelien Foret2005-04-24
|
* code cleanupAurelien Foret2005-04-24
|
* logs cleanupAurelien Foret2005-04-24
|
* removed deprecated comments in add_commit()Aurelien Foret2005-04-24
|
* added transaction events for sync_commit operationsAurelien Foret2005-04-24
|
* outputs cleanupAurelien Foret2005-04-24
|
* fixed some potential resource leaksAurelien Foret2005-04-24
|
* rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret2005-04-23
|
* code cleanupAurelien Foret2005-04-23
|
* some remork for pacman_deptest()Aurelien Foret2005-04-23
|
* 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