summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.h
AgeCommit message (Collapse)Author
2006-02-17prepend library function names with _alpm (helped with the patch from ↵Aurelien Foret
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data ↵Aurelien Foret
structure (patch from VMiklos <vmiklos@frugalware.org>)
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-11-07fixed compilation warningsAurelien Foret
2005-10-10Fixed EVENT and QUESTION macrosAurelien Foret
2005-10-09added conversation callback support for transactionsJudd Vinet
2005-10-07Merging in recent fixes/additions from 2.9.7Judd Vinet
2005-05-04event transaction callback rework to prepare the introduction of a ↵Aurelien Foret
conversation callback
2005-04-24code cleanupAurelien Foret
2005-04-16- reworked transaction prototypesAurelien Foret
- added a trans_sysupgrade function
2005-04-06reverted back to trans->packages instead of install and remove queuesAurelien Foret
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-03-15Initial revisionJudd Vinet