summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.c
Commit message (Collapse)AuthorAge
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
| | | | | handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files)
* Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵Judd Vinet2006-07-14
| | | | DB in an inconsistent state
* spelling fixJudd Vinet2006-07-14
|
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
|
* - changed flags type from char to intAurelien Foret2006-03-04
| | | | - downloadonly implies FLAG_NOCONFLICTS
* added ERROR logs in case of malloc failures (patch from VMiklos ↵Aurelien Foret2006-03-01
| | | | <vmiklos@frugalware.org>)
* improved _alpm_list_free handlingAurelien Foret2006-02-22
|
* prepend library function names with _alpm (helped with the patch from ↵Aurelien Foret2006-02-17
| | | | | | VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
* fixed a memory leak in the transaction cleanup codeAurelien Foret2006-01-10
|
* - merged pkg_new and pkg_dummy functionsAurelien Foret2006-01-09
| | | | - renamed _alpm_log_action to _alpm_logaction
* sync_commit can now return conflicting files with a trans_prepare like data ↵Aurelien Foret2006-01-07
| | | | structure (patch from VMiklos <vmiklos@frugalware.org>)
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
|
* added a FREESYNC macro to release pointers to pmsyncpkg_t structuresAurelien Foret2005-11-07
|
* - more sanity checksAurelien Foret2005-10-10
| | | | - alpm_pkg_free can now return an error code
* added conversation callback support for transactionsJudd Vinet2005-10-09
|
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
|
* event transaction callback rework to prepare the introduction of a ↵Aurelien Foret2005-05-04
| | | | conversation callback
* added support for the package reason fieldAurelien Foret2005-04-24
|
* bypass trans_prepare() if there is no targetAurelien Foret2005-04-20
|
* - reworked transaction prototypesAurelien Foret2005-04-16
| | | | - added a trans_sysupgrade function
* reverted back to trans->packages instead of install and remove queuesAurelien Foret2005-04-06
|
* 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
* started the work on "pacman_sync"Aurelien Foret2005-03-30
|
* Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internalAurelien Foret2005-03-16
| | | | defines).
* Initial revisionJudd Vinet2005-03-15