summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
AgeCommit message (Expand)Author
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-20Add a utility function to humanize sizesJakob Gruber
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-07Fix value of ngettext() count parameter in callbackDan McGee
2011-02-24Mark log callback format string constDan McGee
2011-01-29Call count() once in callbackDan McGee
2011-01-29pacman: improve select-questionXavier Chantry
2011-01-29Add interactive provider selectionXavier Chantry
2011-01-11Add a progressbar for package integrity checkingDan McGee
2011-01-10Use double rather than float everywhereDan McGee
2011-01-10Progress callback cleanups and fixesDan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-12Explicitly test time difference is greater than zeroAllan McRae
2010-12-12Display progress bar for disk space checkingAllan McRae
2010-12-12dirent usage cleanupDan McGee
2010-09-07Restore trimming of db and pkg extensionsDan McGee
2010-07-27Use the plural features of gettextDan McGee
2010-06-21Clarify testing within conditional statementsAllan McRae
2010-03-18Strip extension off all package compression typesDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14fix a few warnings reported by clangXavier Chantry
2010-03-14callback: use variable length for progressbar textXavier Chantry
2010-03-14callback.c : less magic progress barsXavier Chantry
2009-10-11Merge branch 'maint'Dan McGee
2009-10-04callback.c : fallback to normal download with bogus sizeXavier Chantry
2009-09-08Do not remove conflict by defaultNagy Gabor
2009-09-08Re-add the non-user friendly --ask optionXavier Chantry
2009-09-08Add a new reason field to pmconflict_t structNagy Gabor
2009-09-08Change Y/n to y/N with REMOVE_PKGS (remove_unresolvable) callbackNagy Gabor
2009-07-28Fix an untranslated message in src/callback.cNagy Gabor
2009-07-01Update copyright headers and messagesDan McGee
2009-02-23Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo
2009-02-23Enabled new interactive prompt and updated some testsBryan Ischo
2009-01-12HoldPkg reworkNagy Gabor
2008-12-02Merge branch 'maint'Dan McGee
2008-12-02Add flush after downloading messageSimo Leone
2008-10-12Merge branch 'maint'Dan McGee
2008-09-02Another attempt at fixing totaldownload.Xavier Chantry
2008-08-25pacman : smarter optdepends handling.Xavier Chantry
2008-08-23Move -Sp implementation to the front-endNagy Gabor
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry
2008-08-23download : disable progressbar when total is unknown.Xavier Chantry
2008-08-23pacman: print optdepends on install and upgrade.Xavier Chantry
2008-08-13pacman/callback.c : fix detection of totaldownloadXavier Chantry
2008-07-07Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback functionNagy Gabor
2008-06-04Reimplement TotalDownload functionalityDan McGee
2008-06-04Use correct C type for file sizesDan McGee
2008-05-29Remove PM_TRANS_EVT_EXTRACT_START.Xavier Chantry