Age | Commit message (Expand) | Author | Files | Lines |
2016-02-26 | Consider provides when labelling optdepends status as pending install | Allan McRae | 1 | -1/+1 |
2016-02-23 | Regenerate translations for 5.0.1 | Allan McRae | 45 | -4149/+7581 |
2016-02-23 | Manually fix space before ellipses in translations | Allan McRae | 49 | -97/+97 |
2016-02-23 | Fix inconsistent status messages | Stefan Tatschner | 1 | -1/+1 |
2016-02-23 | Pull translation updates from Transifex | Allan McRae | 44 | -5851/+2444 |
2016-02-20 | dump_pkg_info: fix wide character title alignment | Andrew Gregory | 1 | -5/+12 |
2016-01-30 | Update translations | Allan McRae | 50 | -672/+2477 |
2016-01-25 | Remove spacing when outputting package sizes | Allan McRae | 1 | -3/+3 |
2016-01-17 | Pull translations updates from Transifex | Allan McRae | 49 | -8542/+8050 |
2016-01-04 | pacsort, introduce define for escape_char error code | Rikard Falkeborn | 1 | -5/+6 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 30 | -31/+31 |
2015-12-15 | Give error message when --files will do nothing | Allan McRae | 1 | -1/+6 |
2015-12-15 | alpm-hooks: add Description field | Allan McRae | 1 | -1/+2 |
2015-12-15 | Show progress processing hooks | Allan McRae | 1 | -6/+21 |
2015-12-15 | Add ALPM_EVENT_TRANSACTION_{START,DONE} events | Allan McRae | 1 | -0/+4 |
2015-12-15 | Add events ALPM_EVENT_HOOK_{START,DONE} | Olivier Brunel | 1 | -0/+8 |
2015-12-09 | Pull translations from Transifex and prepare for next release | Allan McRae | 50 | -17006/+26938 |
2015-12-05 | remove soft interrupt handler before cleanup | Andrew Gregory | 3 | -0/+12 |
2015-12-05 | extract soft interrupt handlers | Andrew Gregory | 3 | -22/+17 |
2015-12-05 | extract SIGSEGV handler | Andrew Gregory | 3 | -17/+29 |
2015-12-05 | extract SIGWINCH handler | Andrew Gregory | 3 | -5/+22 |
2015-12-05 | move signal handlers to sighandler.[ch] | Andrew Gregory | 4 | -58/+122 |
2015-12-05 | avoid unsafe functions in signal handler | Andrew Gregory | 1 | -9/+7 |
2015-12-05 | remove SIG_IGN check when setting signal handler | Andrew Gregory | 1 | -6/+2 |
2015-12-05 | do not catch SIGTERM | Andrew Gregory | 1 | -3/+2 |
2015-12-05 | pacman: exit without memory cleanup on signals | Andrew Gregory | 1 | -2/+2 |
2015-11-11 | Refactor strtrim function | Silvan Jegen | 1 | -9/+5 |
2015-11-11 | Use correct format specifiers | Rikard Falkeborn | 3 | -10/+10 |
2015-11-04 | files_search: reset found for each target | Andrew Gregory | 1 | -1/+2 |
2015-11-04 | files_search: free compiled regex | Andrew Gregory | 1 | -0/+3 |
2015-11-04 | files: do not unnecessarily strdup targets | Andrew Gregory | 1 | -25/+10 |
2015-11-04 | files.c: add vim modeline | Andrew Gregory | 1 | -1/+2 |
2015-11-04 | add detail to broken dependency errors | Andrew Gregory | 2 | -6/+24 |
2015-11-04 | add --quiet to -Fh | Andrew Gregory | 1 | -0/+1 |
2015-11-03 | package.c: Fix incorrect buffersize and constant-folding | Pierre Neidhardt | 1 | -4/+3 |
2015-11-03 | Add -F --machinereadable option | Florian Pritz | 3 | -6/+50 |
2015-10-27 | Align titles automatically in information display | Pierre Neidhardt | 1 | -32/+141 |
2015-10-27 | Use ARRAYSIZE macro for non-string array size computation | Pierre Neidhardt | 4 | -3/+5 |
2015-10-21 | pacsort: clean up if error | Rikard Falkeborn | 1 | -3/+8 |
2015-10-21 | pacsort: don't overwrite memory if realloc fails | Rikard Falkeborn | 1 | -4/+6 |
2015-10-21 | pacsort: handle failing list_add | Rikard Falkeborn | 1 | -1/+5 |
2015-10-19 | Pluralize malloc failure string | Allan McRae | 1 | -1/+3 |
2015-10-18 | package.c: Comment style | Pierre Neidhardt | 1 | -1/+1 |
2015-10-18 | Do not print any root prefix in files database operations | Allan McRae | 1 | -3/+25 |
2015-10-18 | package.c: Remove obsolete param from doc | Pierre Neidhardt | 1 | -1/+0 |
2015-10-18 | pacman: add user hook directories | Andrew Gregory | 4 | -0/+36 |
2015-09-20 | move ini parser into common | Andrew Gregory | 4 | -146/+148 |
2015-09-20 | move strtrim to util-common | Andrew Gregory | 6 | -77/+42 |
2015-08-08 | copy assumeinstalled options | Andrew Gregory | 1 | -1/+1 |
2015-08-08 | pacman/util.c: Fix memory leak if realloc fails | Rikard Falkeborn | 1 | -2/+5 |