summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/trans.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-30Refactor _alpm_runscriptlet()Dan McGee1-2/+2
2011-09-28Track unresolvable transaction packagesDan McGee1-2/+3
2011-09-03Move all callbacks up to the handle levelDan McGee1-25/+1
2011-08-25Remove trans is NULL check in QUESTION/EVENT/PROGRESS macrosDan McGee1-3/+3
2011-06-28Rename pmtransstate_t to alpm_transstate_tAllan McRae1-3/+3
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae1-2/+2
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae1-3/+3
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-2/+2
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-1/+1
2011-06-14Move pm_errno onto the handleDan McGee1-1/+0
2011-06-03Remove global handle from util.cDan McGee1-3/+2
2011-02-22Remove trans->skip_addDan McGee1-1/+0
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-09-09Remove transaction typeXavier Chantry1-6/+3
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-04-11Remove pmsyncpkg_tNagy Gabor1-1/+1
2008-11-01-Qu reworkNagy Gabor1-1/+0
2008-03-11Remove trans->targetsNagy Gabor1-1/+0
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-17War on whitespaceDan McGee1-3/+3
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-1/+0
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee1-1/+1
2007-08-16Fix some errors spit out by -WextraDan McGee1-1/+1
2007-06-02Remove freespace checking codeDan McGee1-3/+0
2007-04-29libalpm util.c and util.h cleanupDan McGee1-0/+6
2007-04-27Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee1-8/+1
2007-03-06* Added missing header include guards in md5.h and sha1.h.Dan McGee1-2/+2
2007-02-20* Updated conflict checking one last time. You can finally have a file moveDan McGee1-3/+4
2007-02-18Moved the update_depends function to trans.c, as it depends on a transactionAaron Griffin1-0/+1
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-13/+15
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-5/+5
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-12/+13
2006-10-20A handful of minor changes:Aaron Griffin1-5/+5
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-3/+14
2006-07-15Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...Judd Vinet1-1/+3
2006-07-15spelling fixJudd Vinet1-1/+1
2006-03-04- changed flags type from char to intAurelien Foret1-2/+2
2006-02-22improved _alpm_list_free handlingAurelien Foret1-1/+1
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-8/+8
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret1-1/+1
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 conversati...Aurelien Foret1-5/+5
2005-04-24code cleanupAurelien Foret1-4/+15
2005-04-17- reworked transaction prototypesAurelien Foret1-0/+1
2005-04-06reverted back to trans->packages instead of install and remove queuesAurelien Foret1-2/+1