| Commit message (Expand) | Author | Age |
* | avoid unsafe functions in signal handler | Andrew Gregory | 2015-12-05 |
* | remove SIG_IGN check when setting signal handler | Andrew Gregory | 2015-12-05 |
* | do not catch SIGTERM | Andrew Gregory | 2015-12-05 |
* | pacman: exit without memory cleanup on signals | Andrew Gregory | 2015-12-05 |
* | Refactor strtrim function | Silvan Jegen | 2015-11-11 |
* | Use correct format specifiers | Rikard Falkeborn | 2015-11-11 |
* | files_search: reset found for each target | Andrew Gregory | 2015-11-04 |
* | files_search: free compiled regex | Andrew Gregory | 2015-11-04 |
* | files: do not unnecessarily strdup targets | Andrew Gregory | 2015-11-04 |
* | files.c: add vim modeline | Andrew Gregory | 2015-11-04 |
* | add detail to broken dependency errors | Andrew Gregory | 2015-11-04 |
* | add --quiet to -Fh | Andrew Gregory | 2015-11-04 |
* | package.c: Fix incorrect buffersize and constant-folding | Pierre Neidhardt | 2015-11-03 |
* | Add -F --machinereadable option | Florian Pritz | 2015-11-03 |
* | Align titles automatically in information display | Pierre Neidhardt | 2015-10-27 |
* | Use ARRAYSIZE macro for non-string array size computation | Pierre Neidhardt | 2015-10-27 |
* | pacsort: clean up if error | Rikard Falkeborn | 2015-10-21 |
* | pacsort: don't overwrite memory if realloc fails | Rikard Falkeborn | 2015-10-21 |
* | pacsort: handle failing list_add | Rikard Falkeborn | 2015-10-21 |
* | Pluralize malloc failure string | Allan McRae | 2015-10-19 |
* | package.c: Comment style | Pierre Neidhardt | 2015-10-18 |
* | Do not print any root prefix in files database operations | Allan McRae | 2015-10-18 |
* | package.c: Remove obsolete param from doc | Pierre Neidhardt | 2015-10-18 |
* | pacman: add user hook directories | Andrew Gregory | 2015-10-18 |
* | move ini parser into common | Andrew Gregory | 2015-09-20 |
* | move strtrim to util-common | Andrew Gregory | 2015-09-20 |
* | copy assumeinstalled options | Andrew Gregory | 2015-08-08 |
* | pacman/util.c: Fix memory leak if realloc fails | Rikard Falkeborn | 2015-08-08 |
* | Remove ko_KR translation | Allan McRae | 2015-08-08 |
* | pacman/files.c: fix memory leak on regex error | Allan McRae | 2015-07-20 |
* | Handle repo/pkg style arguments to sync repo file listing | Allan McRae | 2015-07-15 |
* | Add regex search option to sync database file searching | Allan McRae | 2015-07-15 |
* | Implement searching for a file in the sync databases | Allan McRae | 2015-07-15 |
* | Implement listing files from sync packages | Allan McRae | 2015-07-15 |
* | Implement locating file owner in sync files database | Allan McRae | 2015-07-15 |
* | Prototype pacman files database operations | Allan McRae | 2015-07-15 |
* | pacman: move database syncing to util.c | Allan McRae | 2015-07-15 |
* | Add pacman support for .files databases | Allan McRae | 2015-07-15 |
* | Fix formatting in parsearg_upgrade | Allan McRae | 2015-07-14 |
* | Simplify sync_cleandb | Allan McRae | 2015-07-14 |
* | Fix overflow warnings | Andrew Gregory | 2015-07-12 |
* | Match providers when showing optdep install status | Lukas Fleischer | 2015-06-20 |
* | util.c: table_display: Fix incorrect docstring | Johannes Löthberg | 2015-06-20 |
* | Fix compilation if libarchive headers are not in standard location | Charles Duffy | 2015-05-12 |
* | pacsort: fix warning about signed overflow potential during comparison. | Andrew Gregory | 2015-05-12 |
* | Pluralize callback string | Allan McRae | 2015-05-12 |
* | Actually return the error value of check_db_local | Charles Pigott | 2015-03-15 |
* | common: Avoid errors on systems that define strnlen but not strndup | Will Miles | 2015-03-03 |
* | util: Use util-common for strndup in pacsort and pactree | Will Miles | 2015-03-03 |
* | sync_cleandb: ensure stat call succeeds | Allan McRae | 2015-03-03 |