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