summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
AgeCommit message (Expand)Author
2012-03-16Reduce calls to getcolsDan McGee
2012-03-16Pass a file descriptor to getcols and flush_term_inputDan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-06Merge branch 'maint'Dan McGee
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic
2012-01-02Convert get_update_timediff to integer return valueDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-12-12code syntax cleanupDave Reisner
2011-11-20add key algo to import msgFlorian Pritz
2011-11-20change gpg import message to resemble gpg --list-keysFlorian Pritz
2011-11-15Remove unnecessary casts in callback codeDan McGee
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-11-07Merge branch 'maint'Dan McGee
2011-11-03Fix download progress rounding edge caseDan McGee
2011-10-21sync: dont group sync records by repositoryDave Reisner
2011-10-14Use fputs and putchar in callback progress displayDan McGee
2011-10-13Use puts() instead of no-op printf() where applicableDan McGee
2011-10-13Fix some strict 32-bit gcc warningsDan McGee
2011-10-12Introduce alpm_time_t typeDan McGee
2011-09-28Use unsigned types for indent width and column countDan McGee
2011-09-22Add new import key question enum value and stub frontend functionDan McGee
2011-09-20Fix int/size_t type in alpm_list_count() callDan McGee
2011-09-20Split package validation and load loopsDan McGee
2011-09-11download callback: show decimal places in rate if we have roomDan McGee
2011-09-11Move download callback static vars into functionDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-09-01pacman/callback: reuse strlen calculationDave Reisner
2011-08-29Ensure progress callback updates if XX/YY numerator changesDan McGee
2011-08-25Remove short/long label distinctionDan McGee
2011-08-25Slight refresh of the download progress callbackDan McGee
2011-08-22Print callback messages to stderrAllan McRae
2011-08-09Merge branch 'maint'Dan McGee
2011-08-08Add reason to corrupted package callbackDan McGee
2011-08-08Fix divide by zero when downloading zero length filesDan McGee
2011-07-18pacman/callback: show .sig suffix on sig downloadDave Reisner
2011-07-02Prefix alpm_transprog_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transconv_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transevt_t members with ALPMAllan McRae
2011-06-28Rename pmtransprog_t to alpm_transprog_tAllan McRae
2011-06-28Rename pmtransconv_t to alpm_transconv_tAllan McRae
2011-06-28Rename pmtransevt_t to alpm_transevt_tAllan McRae
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner
2011-06-09Require handle argument to alpm_logaction()Dan McGee
2011-06-08Remove incorrect output with download only and IgnorePkgAllan McRae
2011-06-02Merge branch 'maint'Dan McGee
2011-06-01Ensure list_display works on outputs of unknown widthDan McGee