| Commit message (Expand) | Author | Age |
* | Release resources on error paths. | Tobias Stoeckmann | 2016-08-30 |
* | Always use proper error code in alpm_initialize. | Tobias Stoeckmann | 2016-08-30 |
* | recursedeps: include cyclic dependencies | Andrew Gregory | 2016-08-30 |
* | Avoid logical OR duplication warning from gcc-6 | Allan McRae | 2016-05-05 |
* | Prevent wrapping of enum items | Allan McRae | 2016-05-05 |
* | fix spelling mistakes | Eric Engestrom | 2016-05-05 |
* | Use versions specified in optdepends | Allan McRae | 2016-02-26 |
* | Consider provides when warning about optdepnd removal | Allan McRae | 2016-02-26 |
* | Regenerate translations for 5.0.1 | Allan McRae | 2016-02-23 |
* | Pull translation updates from Transifex | Allan McRae | 2016-02-23 |
* | make alpm_unlock and trans_interrupt async safe | Andrew Gregory | 2016-02-23 |
* | alpm_run_chroot: always connect parent2child pipe | Andrew Gregory | 2016-02-23 |
* | ensure gpgdir has a trailing slash | Andrew Gregory | 2016-02-23 |
* | do not rely on localdb for hook matching | Andrew Gregory | 2016-02-23 |
* | only remove pacnew file if it is new | Andrew Gregory | 2016-02-21 |
* | Log to file when running hooks | Olivier Brunel | 2016-02-20 |
* | Add the missing limits.h include to hook.c | Alastair Hughes | 2016-02-20 |
* | Update translations | Allan McRae | 2016-01-30 |
* | Pull translations updates from Transifex | Allan McRae | 2016-01-17 |
* | Cast events to void* before passing to callback | Allan McRae | 2016-01-15 |
* | add alpm_list_append | Andrew Gregory | 2016-01-15 |
* | Make alpm_graph state signedness explicit | Rikard Falkeborn | 2016-01-04 |
* | Update copyright years for 2016 | Allan McRae | 2016-01-04 |
* | Do not warn about missing files in NoExtract | Allan McRae | 2016-01-04 |
* | alpm: Abort ASAP on failure in pre-transaction hooks | Olivier Brunel | 2015-12-15 |
* | alpm-hooks: add Description field | Allan McRae | 2015-12-15 |
* | Show progress processing hooks | Allan McRae | 2015-12-15 |
* | Add ALPM_EVENT_TRANSACTION_{START,DONE} events | Allan McRae | 2015-12-15 |
* | Add events ALPM_EVENT_HOOK_{START,DONE} | Olivier Brunel | 2015-12-15 |
* | Collect all triggered hooks before running them | Allan McRae | 2015-12-15 |
* | Pull translations from Transifex and prepare for next release | Allan McRae | 2015-12-09 |
* | alpm_run_chroot: remove dead code | Andrew Gregory | 2015-12-06 |
* | alpm_initialize: Fix double slash in sys hook dir path | David Macek | 2015-12-06 |
* | db_update: always clear db flags after update | Andrew Gregory | 2015-12-06 |
* | add and expose alpm_unlock | Andrew Gregory | 2015-12-05 |
* | handle_unlock: return 0 if lockfile == NULL | Andrew Gregory | 2015-12-05 |
* | skip conflicts resolved by file replacement | Andrew Gregory | 2015-12-05 |
* | always unlink files before extraction | Andrew Gregory | 2015-12-05 |
* | Add large file support CFLAGS to pkgconfig file | Allan McRae | 2015-12-04 |
* | run_chroot: always clear script output buffer | Andrew Gregory | 2015-11-29 |
* | hooks: pass matched targets to hooks | Andrew Gregory | 2015-11-28 |
* | allow specifying input to scriptlets | Andrew Gregory | 2015-11-28 |
* | allow arguments in hook Exec fields | Andrew Gregory | 2015-11-28 |
* | Use correct format specifiers | Rikard Falkeborn | 2015-11-11 |
* | ensure realloc has a positive size | Andrew Gregory | 2015-11-03 |
* | _alpm_hook_run: check path length before copying | Andrew Gregory | 2015-10-28 |
* | hook.c: print invalid option name | Andrew Gregory | 2015-10-27 |
* | order hooks by file name | Andrew Gregory | 2015-10-27 |
* | Alpm, check for NULL in free-functions | Rikard Falkeborn | 2015-10-27 |
* | Use ARRAYSIZE macro for non-string array size computation | Pierre Neidhardt | 2015-10-27 |