summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
Commit message (Expand)AuthorAge
* Merge branch 'maint'Dan McGee2012-02-06
|\
| * Fix FS#27924: don't display negative zeroesThomas Dziedzic2012-02-03
* | Convert get_update_timediff to integer return valueDan McGee2012-01-02
* | include config.h via MakefilesDave Reisner2011-12-21
* | code syntax cleanupDave Reisner2011-12-12
* | add key algo to import msgFlorian Pritz2011-11-20
* | change gpg import message to resemble gpg --list-keysFlorian Pritz2011-11-20
* | Remove unnecessary casts in callback codeDan McGee2011-11-15
* | create a typedef for enum _alpm_errno_tJonathan Conder2011-11-14
* | Merge branch 'maint'Dan McGee2011-11-07
|\|
| * Fix download progress rounding edge caseDan McGee2011-11-03
* | sync: dont group sync records by repositoryDave Reisner2011-10-21
* | Use fputs and putchar in callback progress displayDan McGee2011-10-14
* | 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