summaryrefslogtreecommitdiffstats
path: root/src/pacman/callback.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-08Remove incorrect output with download only and IgnorePkgAllan McRae1-2/+6
2011-06-03Merge branch 'maint'Dan McGee1-7/+11
2011-06-01Ensure list_display works on outputs of unknown widthDan McGee1-7/+11
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-2/+2
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-2/+2
2011-04-21Add a utility function to humanize sizesJakob Gruber1-34/+11
2011-03-21Style change: return(x) --> return xDan McGee1-1/+1
2011-03-07Fix value of ngettext() count parameter in callbackDan McGee1-1/+2
2011-02-24Mark log callback format string constDan McGee1-1/+1
2011-01-29Call count() once in callbackDan McGee1-2/+3
2011-01-29pacman: improve select-questionXavier Chantry1-1/+0
2011-01-29Add interactive provider selectionXavier Chantry1-0/+13
2011-01-12Add a progressbar for package integrity checkingDan McGee1-2/+7
2011-01-10Use double rather than float everywhereDan McGee1-6/+6
2011-01-10Progress callback cleanups and fixesDan McGee1-27/+21
2011-01-08Use size_t for alpm_list sizesAllan McRae1-5/+6
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-13Explicitly test time difference is greater than zeroAllan McRae1-1/+1
2010-12-13Display progress bar for disk space checkingAllan McRae1-0/+9
2010-12-13dirent usage cleanupDan McGee1-1/+0
2010-09-07Restore trimming of db and pkg extensionsDan McGee1-1/+1
2010-07-27Use the plural features of gettextDan McGee1-4/+9
2010-06-20Clarify testing within conditional statementsAllan McRae1-1/+1
2010-03-19Strip extension off all package compression typesDan McGee1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15fix a few warnings reported by clangXavier Chantry1-1/+3
2010-03-15callback: use variable length for progressbar textXavier Chantry1-4/+15
2010-03-15callback.c : less magic progress barsXavier Chantry1-10/+13
2009-10-11Merge branch 'maint'Dan McGee1-4/+14
2009-10-04callback.c : fallback to normal download with bogus sizeXavier Chantry1-4/+14
2009-09-09Do not remove conflict by defaultNagy Gabor1-2/+2
2009-09-09Re-add the non-user friendly --ask optionXavier Chantry1-0/+6
2009-09-09Add a new reason field to pmconflict_t structNagy Gabor1-4/+14
2009-09-09Change Y/n to y/N with REMOVE_PKGS (remove_unresolvable) callbackNagy Gabor1-1/+1
2009-07-28Fix an untranslated message in src/callback.cNagy Gabor1-2/+2
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-02-24Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo1-9/+2
2009-02-24Enabled new interactive prompt and updated some testsBryan Ischo1-0/+16