summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
Commit message (Expand)AuthorAge
* pacman/callback: reuse strlen calculationDave Reisner2011-09-01
* Ensure progress callback updates if XX/YY numerator changesDan McGee2011-08-29
* Remove short/long label distinctionDan McGee2011-08-25
* Slight refresh of the download progress callbackDan McGee2011-08-25
* Print callback messages to stderrAllan McRae2011-08-22
* Merge branch 'maint'Dan McGee2011-08-09
|\
| * Fix divide by zero when downloading zero length filesDan McGee2011-08-08
* | Add reason to corrupted package callbackDan McGee2011-08-08
* | pacman/callback: show .sig suffix on sig downloadDave Reisner2011-07-18
* | Prefix alpm_transprog_t members with ALPMAllan McRae2011-07-02
* | Prefix alpm_transconv_t members with ALPMAllan McRae2011-07-02
* | Prefix alpm_transevt_t members with ALPMAllan McRae2011-07-02
* | Rename pmtransprog_t to alpm_transprog_tAllan McRae2011-06-28
* | Rename pmtransconv_t to alpm_transconv_tAllan McRae2011-06-28
* | Rename pmtransevt_t to alpm_transevt_tAllan McRae2011-06-28
* | Rename pmloglevel_t to alpm_loglevel_tAllan McRae2011-06-28
* | Rename pmdepend_t to alpm_depend_tAllan McRae2011-06-28
* | Fix several -Wshadow warningsDan McGee2011-06-27
* | pacman/util.c: support terminals with unknown widthDave Reisner2011-06-20
* | 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