summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.h
AgeCommit message (Collapse)Author
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files)
2006-07-14Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵Judd Vinet
DB in an inconsistent state
2006-07-14spelling fixJudd Vinet
2006-03-04- changed flags type from char to intAurelien Foret
- downloadonly implies FLAG_NOCONFLICTS
2006-02-22improved _alpm_list_free handlingAurelien Foret
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