Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
AgeCommit message (Expand)Author
2014-06-24Update the question callbackOlivier Brunel
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel
2014-03-03Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel
2014-03-03Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel
2014-03-03Update the event callbackOlivier Brunel
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-28Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVALOlivier Brunel
2014-01-28pacman: Fix delayed warnings/errors sent to stdout not stderrOlivier Brunel
2014-01-06Update copyright years for 2014Allan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-11-15log important events from the backendAndrew Gregory
2013-10-31callback.c: check for negative xfered sizeAndrew Gregory
2013-07-22Clarify inter-conflicts messageAllan McRae
2013-05-07Merge branch 'maint'Allan McRae
2013-04-24Remove ALPM_QUESTION_LOCAL_NEWERConnor Behan
2013-04-18Unify front and backend responses for --printConnor Behan
2013-04-11Rework callback message to add translationAllan McRae
2013-03-10make status/log messages reflect version changeSimon Gomizelj
2013-03-07remove :: prefix from all messageSimon Gomizelj
2013-02-09Check keys are in keyring before package validationAllan McRae
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Do not warn about missing database if being downloadedAllan McRae
2012-12-14Notify of removed package required as optdependAllan McRae
2012-03-16Reduce calls to getcolsDan McGee
2012-03-16Pass a file descriptor to getcols and flush_term_inputDan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-06Merge branch 'maint'Dan McGee
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic
2012-01-02Convert get_update_timediff to integer return valueDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-12-12code syntax cleanupDave Reisner
2011-11-20add key algo to import msgFlorian Pritz
2011-11-20change gpg import message to resemble gpg --list-keysFlorian Pritz
2011-11-15Remove unnecessary casts in callback codeDan McGee
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-11-07Merge branch 'maint'Dan McGee
2011-11-03Fix download progress rounding edge caseDan McGee
2011-10-21sync: dont group sync records by repositoryDave Reisner
2011-10-14Use fputs and putchar in callback progress displayDan McGee
2011-10-13Use puts() instead of no-op printf() where applicableDan McGee
2011-10-13Fix some strict 32-bit gcc warningsDan McGee
2011-10-12Introduce alpm_time_t typeDan McGee
2011-09-28Use unsigned types for indent width and column countDan McGee
2011-09-22Add new import key question enum value and stub frontend functionDan McGee
2011-09-20Fix int/size_t type in alpm_list_count() callDan McGee
2011-09-20Split package validation and load loopsDan McGee