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