summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/trans.h
AgeCommit message (Collapse)AuthorFilesLines
2006-10-20A handful of minor changes:Aaron Griffin1-5/+5
* Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-3/+14
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files)
2006-07-15Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵Judd Vinet1-1/+3
DB in an inconsistent state
2006-07-15spelling fixJudd Vinet1-1/+1
2006-03-04- changed flags type from char to intAurelien Foret1-2/+2
- downloadonly implies FLAG_NOCONFLICTS
2006-02-22improved _alpm_list_free handlingAurelien Foret1-1/+1
2006-02-17prepend library function names with _alpm (helped with the patch from ↵Aurelien Foret1-8/+8
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 Foret1-1/+1
structure (patch from VMiklos <vmiklos@frugalware.org>)
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-11-07fixed compilation warningsAurelien Foret1-1/+1
2005-10-10Fixed EVENT and QUESTION macrosAurelien Foret1-4/+4
2005-10-09added conversation callback support for transactionsJudd Vinet1-2/+9
2005-10-08Merging in recent fixes/additions from 2.9.7Judd Vinet1-0/+1
2005-05-04event transaction callback rework to prepare the introduction of a ↵Aurelien Foret1-5/+5
conversation callback
2005-04-24code cleanupAurelien Foret1-4/+15
2005-04-17- reworked transaction prototypesAurelien Foret1-0/+1
- added a trans_sysupgrade function
2005-04-06reverted back to trans->packages instead of install and remove queuesAurelien Foret1-2/+1
2005-04-06replaced transaction 'packages' field by 2 queues: one for packages to be ↵Aurelien Foret1-1/+2
installed and the other for the ones to be removed
2005-03-15Initial revisionJudd Vinet1-0/+54