summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
Commit message (Expand)AuthorAge
* Use puts() instead of no-op printf() where applicableDan McGee2011-10-13
* Fix some strict 32-bit gcc warningsDan McGee2011-10-13
* Introduce alpm_time_t typeDan McGee2011-10-12
* Use unsigned types for indent width and column countDan McGee2011-09-28
* Add new import key question enum value and stub frontend functionDan McGee2011-09-22
* Fix int/size_t type in alpm_list_count() callDan McGee2011-09-20
* Split package validation and load loopsDan McGee2011-09-20
* download callback: show decimal places in rate if we have roomDan McGee2011-09-11
* Move download callback static vars into functionDan McGee2011-09-11
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* 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