summaryrefslogtreecommitdiff
path: root/src/pacman
AgeCommit message (Expand)Author
2017-04-16conflict: include owner for filesystem conflictsAndrew Gregory
2017-04-12deprecate --force in favor of --overwriteAndrew Gregory
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory
2017-04-04parse stdin as newline-separatedAndrew Gregory
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse
2017-01-04pacman: ensure linkage against libarchiveDave Reisner
2017-01-04Update copyright yearsAllan McRae
2016-12-05Suppress more output messages on successful -D options with -qAllan McRae
2016-12-05Give a "success!" message on database checkPatrick Eigensatz
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster
2016-08-30Handle all POSIX compliant systems in mbscasecmp.Tobias Stoeckmann
2016-08-30Remove obsolete TODOAllan McRae
2016-08-30Turn off colours once finished using themAllan McRae
2016-05-18Report local file URL for -Sp operations if package is in cacheAllan McRae
2016-05-05Add colour to the output of the "-{F, Q}o" operations.Xavion
2016-05-05Add colour to group selection dialogXavion
2016-05-05Handle provides with -QAllan McRae
2016-05-05pacman_query: move error messages into relevant if statementsAllan McRae
2016-05-05Remove notification of system upgrade when only printing URLsAllan McRae
2016-05-05Print replacements when using -SupAllan McRae
2016-03-28Do not add root prefix twice when checking database filesAllan McRae
2016-02-26use multi-byte character matching for user inputAndrew Gregory
2016-02-26Failed database downloads cause transaction to stopAllan McRae
2016-02-26Use versions specified in optdependsAllan McRae
2016-02-26Consider provides when labelling optdepends status as pending installAllan McRae
2016-02-23Regenerate translations for 5.0.1Allan McRae
2016-02-23Manually fix space before ellipses in translationsAllan McRae
2016-02-23Fix inconsistent status messagesStefan Tatschner
2016-02-23Pull translation updates from TransifexAllan McRae
2016-02-20dump_pkg_info: fix wide character title alignmentAndrew Gregory
2016-01-30Update translationsAllan McRae
2016-01-25Remove spacing when outputting package sizesAllan McRae
2016-01-17Pull translations updates from TransifexAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-12-15Give error message when --files will do nothingAllan 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-12-09Pull translations from Transifex and prepare for next releaseAllan McRae
2015-12-05remove soft interrupt handler before cleanupAndrew Gregory
2015-12-05extract soft interrupt handlersAndrew Gregory
2015-12-05extract SIGSEGV handlerAndrew Gregory
2015-12-05extract SIGWINCH handlerAndrew Gregory
2015-12-05move signal handlers to sighandler.[ch]Andrew Gregory
2015-12-05avoid unsafe functions in signal handlerAndrew Gregory
2015-12-05remove SIG_IGN check when setting signal handlerAndrew Gregory
2015-12-05do not catch SIGTERMAndrew Gregory