summaryrefslogtreecommitdiffstats
path: root/src/pacman/callback.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster1-8/+11
2016-05-05Print replacements when using -SupAllan McRae1-4/+8
2016-02-23Fix inconsistent status messagesStefan Tatschner1-1/+1
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-12-15alpm-hooks: add Description fieldAllan McRae1-1/+2
2015-12-15Show progress processing hooksAllan McRae1-6/+21
2015-12-15Add ALPM_EVENT_TRANSACTION_{START,DONE} eventsAllan McRae1-0/+4
2015-12-15Add events ALPM_EVENT_HOOK_{START,DONE}Olivier Brunel1-0/+8
2015-11-11Use correct format specifiersRikard Falkeborn1-6/+6
2015-07-15Add pacman support for .files databasesAllan McRae1-1/+1
2015-07-12Fix overflow warningsAndrew Gregory1-2/+2
2015-05-12Pluralize callback stringAllan McRae1-2/+3
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-21remove support for .pacorig filesAndrew Gregory1-16/+0
2014-12-24Fix memory leak in ALPM_EVENT_OPTDEP_REMOVAL callbackAllan McRae1-1/+3
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory1-18/+18
2014-06-29use monotonic clock for progress updatesAndrew Gregory1-27/+31
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner1-3/+3
2014-06-24events: Make alpm_event_t an union of all event-specific structOlivier Brunel1-13/+12
2014-06-24Update the question callbackOlivier Brunel1-50/+60
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel1-0/+48
2014-03-03Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel1-0/+4
2014-03-03Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel1-0/+2
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel1-18/+18
2014-03-03Update the event callbackOlivier Brunel1-38/+49
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-28Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVALOlivier Brunel1-1/+1
2014-01-28pacman: Fix delayed warnings/errors sent to stdout not stderrOlivier Brunel1-2/+3
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-3/+3
2013-11-15log important events from the backendAndrew Gregory1-28/+2
2013-10-31callback.c: check for negative xfered sizeAndrew Gregory1-1/+1
2013-07-22Clarify inter-conflicts messageAllan McRae1-1/+1
2013-05-07Merge branch 'maint'Allan McRae1-5/+5
2013-04-24Remove ALPM_QUESTION_LOCAL_NEWERConnor Behan1-9/+0
2013-04-18Unify front and backend responses for --printConnor Behan1-0/+5
2013-04-11Rework callback message to add translationAllan McRae1-5/+5
2013-03-10make status/log messages reflect version changeSimon Gomizelj1-0/+30
2013-03-07remove :: prefix from all messageSimon Gomizelj1-13/+13
2013-02-09Check keys are in keyring before package validationAllan McRae1-0/+13
2013-01-28add caller prefix to alpm_logactionAndrew Gregory1-10/+14
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi1-1/+1
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Do not warn about missing database if being downloadedAllan McRae1-0/+6
2012-12-14Notify of removed package required as optdependAllan McRae1-0/+4
2012-03-16Reduce calls to getcolsDan McGee1-1/+1
2012-03-16Pass a file descriptor to getcols and flush_term_inputDan McGee1-2/+2
2012-02-20Update copyright yearsAllan McRae1-1/+1