summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Handle all POSIX compliant systems in mbscasecmp.Tobias Stoeckmann1-3/+5
2016-08-30Remove obsolete TODOAllan McRae1-1/+0
2016-08-30Turn off colours once finished using themAllan McRae2-4/+5
2016-05-18Report local file URL for -Sp operations if package is in cacheAllan McRae1-3/+24
2016-05-05pacsort help clearly states that files contain inputs to be sortedAshley Whetter1-1/+4
2016-05-05Add colour to the output of the "-{F, Q}o" operations.Xavion2-4/+7
2016-05-05Add colour to group selection dialogXavion2-4/+6
2016-05-05Handle provides with -QAllan McRae1-0/+3
2016-05-05pacman_query: move error messages into relevant if statementsAllan McRae1-16/+16
2016-05-05Remove notification of system upgrade when only printing URLsAllan McRae1-3/+5
2016-05-05Print replacements when using -SupAllan McRae1-4/+8
2016-03-28Do not add root prefix twice when checking database filesAllan McRae1-24/+30
2016-02-26use multi-byte character matching for user inputAndrew Gregory1-2/+34
2016-02-26Failed database downloads cause transaction to stopAllan McRae1-10/+3
2016-02-26Use versions specified in optdependsAllan McRae1-2/+2
2016-02-26Consider provides when labelling optdepends status as pending installAllan McRae1-1/+1
2016-02-23Regenerate translations for 5.0.1Allan McRae45-4149/+7581
2016-02-23Manually fix space before ellipses in translationsAllan McRae49-97/+97
2016-02-23Fix inconsistent status messagesStefan Tatschner1-1/+1
2016-02-23Pull translation updates from TransifexAllan McRae44-5851/+2444
2016-02-20dump_pkg_info: fix wide character title alignmentAndrew Gregory1-5/+12
2016-01-30Update translationsAllan McRae50-672/+2477
2016-01-25Remove spacing when outputting package sizesAllan McRae1-3/+3
2016-01-17Pull translations updates from TransifexAllan McRae49-8542/+8050
2016-01-04pacsort, introduce define for escape_char error codeRikard Falkeborn1-5/+6
2016-01-04Update copyright years for 2016Allan McRae30-31/+31
2015-12-15Give error message when --files will do nothingAllan McRae1-1/+6
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-12-09Pull translations from Transifex and prepare for next releaseAllan McRae50-17006/+26938
2015-12-05remove soft interrupt handler before cleanupAndrew Gregory3-0/+12
2015-12-05extract soft interrupt handlersAndrew Gregory3-22/+17
2015-12-05extract SIGSEGV handlerAndrew Gregory3-17/+29
2015-12-05extract SIGWINCH handlerAndrew Gregory3-5/+22
2015-12-05move signal handlers to sighandler.[ch]Andrew Gregory4-58/+122
2015-12-05avoid unsafe functions in signal handlerAndrew Gregory1-9/+7
2015-12-05remove SIG_IGN check when setting signal handlerAndrew Gregory1-6/+2
2015-12-05do not catch SIGTERMAndrew Gregory1-3/+2
2015-12-05pacman: exit without memory cleanup on signalsAndrew Gregory1-2/+2
2015-11-11Refactor strtrim functionSilvan Jegen1-9/+5
2015-11-11Use correct format specifiersRikard Falkeborn3-10/+10
2015-11-04files_search: reset found for each targetAndrew Gregory1-1/+2
2015-11-04files_search: free compiled regexAndrew Gregory1-0/+3
2015-11-04files: do not unnecessarily strdup targetsAndrew Gregory1-25/+10
2015-11-04files.c: add vim modelineAndrew Gregory1-1/+2
2015-11-04add detail to broken dependency errorsAndrew Gregory2-6/+24
2015-11-04add --quiet to -FhAndrew Gregory1-0/+1
2015-11-03package.c: Fix incorrect buffersize and constant-foldingPierre Neidhardt1-4/+3