summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
Commit message (Expand)AuthorAge
* make status/log messages reflect version changeSimon Gomizelj2013-03-10
* remove :: prefix from all messageSimon Gomizelj2013-03-07
* Check keys are in keyring before package validationAllan McRae2013-02-09
* add caller prefix to alpm_logactionAndrew Gregory2013-01-28
* Fix space between control structure and open parensGerardo Exequiel Pozzi2013-01-04
* Fix missing spaces in operatorsGerardo Exequiel Pozzi2013-01-04
* Update copyright year for 2013Allan McRae2013-01-03
* Do not warn about missing database if being downloadedAllan McRae2012-12-14
* Notify of removed package required as optdependAllan McRae2012-12-14
* Reduce calls to getcolsDan McGee2012-03-16
* Pass a file descriptor to getcols and flush_term_inputDan McGee2012-03-16
* Update copyright yearsAllan McRae2012-02-20
* 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