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
2021-04-23Only enable total progress when downloads > 1morganamilo
2021-04-23Always enable TotalDownloadmorganamilo
2021-04-23pacman: fix total bar leakingmorganamilo
2021-04-19pacman: stop eta timer breaking allignmentmorganamilo
2021-03-25Remove "total download" callback in favor of generic event callbackAnatol Pomozov
2021-03-01Update copyright yearAllan McRae
2021-01-09pacman: total download show how many packages have been downloadmorganamilo
2021-01-09libalpm: pass the number of packages being downloaded in totaldlcbmorganamilo
2021-01-09pacman: clean filename for downlaodsmorganamilo
2020-12-09Implement TotalDownload functionalityAnatol Pomozov
2020-11-26Move cursor to the end of the screen at the SIGINTAnatol Pomozov
2020-11-26Go to the end of screen if 'printonly' mode enabledAnatol Pomozov
2020-06-01Avoid depending on side effects in assert(...) expressionsDave Reisner
2020-05-09Convert download packages logic to multiplexed APIAnatol Pomozov
2020-05-09Implement multibar UIAnatol Pomozov
2020-05-09Extend download callback interface with start/complete eventsAnatol Pomozov
2020-05-09Introduce event types for start/end database list downloadAnatol Pomozov
2020-03-06Move flushing 'output' list into separate functionAnatol Pomozov
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2019-10-23Update copyright yearsAllan McRae
2019-10-09signing: modify question text with unknwon uidChristian Hesse
2019-10-07signing: move key import confirmation before key_searchJonas Witschel
2019-08-12pacman/callback: fix buffer over-readLászló Várady
2019-06-20Fix compiler warnings with gcc-9.1Allan McRae
2019-03-07Remove support for deltas from libalpmAllan McRae
2019-03-07Make pacman forget deltas existAllan McRae
2019-02-21Use standard, consistent units in the download progress.Sever Oraz
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-07-11provide command for downloading missing databasesAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster
2016-05-05Print replacements when using -SupAllan McRae
2016-02-23Fix inconsistent status messagesStefan Tatschner
2016-01-04Update copyright years for 2016Allan McRae
2015-12-15alpm-hooks: add Description fieldAllan McRae
2015-12-15Show progress processing hooksAllan McRae
2015-12-15Add ALPM_EVENT_TRANSACTION_{START,DONE} eventsAllan McRae
2015-12-15Add events ALPM_EVENT_HOOK_{START,DONE}Olivier Brunel
2015-11-11Use correct format specifiersRikard Falkeborn
2015-07-15Add pacman support for .files databasesAllan McRae
2015-07-12Fix overflow warningsAndrew Gregory
2015-05-12Pluralize callback stringAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-21remove support for .pacorig filesAndrew Gregory
2014-12-24Fix memory leak in ALPM_EVENT_OPTDEP_REMOVAL callbackAllan McRae
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory
2014-06-29use monotonic clock for progress updatesAndrew Gregory
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner
2014-06-24events: Make alpm_event_t an union of all event-specific structOlivier Brunel