Age | Commit message (Expand) | Author | Files | Lines |
2016-02-20 | Log to file when running hooks | Olivier Brunel | 1 | -1/+1 |
2016-02-20 | Add the missing limits.h include to hook.c | Alastair Hughes | 1 | -0/+1 |
2016-01-30 | Update translations | Allan McRae | 21 | -156/+998 |
2016-01-17 | Pull translations updates from Transifex | Allan McRae | 46 | -1745/+1800 |
2016-01-15 | Cast events to void* before passing to callback | Allan McRae | 2 | -4/+4 |
2016-01-15 | add alpm_list_append | Andrew Gregory | 2 | -10/+25 |
2016-01-04 | Make alpm_graph state signedness explicit | Rikard Falkeborn | 1 | -1/+1 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 52 | -52/+52 |
2016-01-04 | Do not warn about missing files in NoExtract | Allan McRae | 1 | -2/+4 |
2015-12-15 | alpm: Abort ASAP on failure in pre-transaction hooks | Olivier Brunel | 1 | -0/+8 |
2015-12-15 | alpm-hooks: add Description field | Allan McRae | 2 | -0/+7 |
2015-12-15 | Show progress processing hooks | Allan McRae | 2 | -3/+32 |
2015-12-15 | Add ALPM_EVENT_TRANSACTION_{START,DONE} events | Allan McRae | 2 | -0/+9 |
2015-12-15 | Add events ALPM_EVENT_HOOK_{START,DONE} | Olivier Brunel | 3 | -9/+33 |
2015-12-15 | Collect all triggered hooks before running them | Allan McRae | 1 | -1/+10 |
2015-12-09 | Pull translations from Transifex and prepare for next release | Allan McRae | 47 | -4491/+8097 |
2015-12-06 | alpm_run_chroot: remove dead code | Andrew Gregory | 1 | -5/+0 |
2015-12-05 | alpm_initialize: Fix double slash in sys hook dir path | David Macek | 1 | -2/+5 |
2015-12-05 | db_update: always clear db flags after update | Andrew Gregory | 1 | -22/+23 |
2015-12-05 | add and expose alpm_unlock | Andrew Gregory | 2 | -2/+18 |
2015-12-05 | handle_unlock: return 0 if lockfile == NULL | Andrew Gregory | 1 | -1/+1 |
2015-12-05 | skip conflicts resolved by file replacement | Andrew Gregory | 1 | -0/+15 |
2015-12-05 | always unlink files before extraction | Andrew Gregory | 1 | -8/+3 |
2015-12-04 | Add large file support CFLAGS to pkgconfig file | Allan McRae | 1 | -1/+1 |
2015-11-28 | run_chroot: always clear script output buffer | Andrew Gregory | 1 | -0/+6 |
2015-11-28 | hooks: pass matched targets to hooks | Andrew Gregory | 1 | -17/+110 |
2015-11-28 | allow specifying input to scriptlets | Andrew Gregory | 4 | -29/+179 |
2015-11-28 | allow arguments in hook Exec fields | Andrew Gregory | 1 | -5/+124 |
2015-11-11 | Use correct format specifiers | Rikard Falkeborn | 4 | -4/+4 |
2015-11-03 | ensure realloc has a positive size | Andrew Gregory | 2 | -6/+14 |
2015-10-28 | _alpm_hook_run: check path length before copying | Andrew Gregory | 1 | -8/+19 |
2015-10-27 | hook.c: print invalid option name | Andrew Gregory | 1 | -1/+1 |
2015-10-27 | order hooks by file name | Andrew Gregory | 1 | -0/+8 |
2015-10-27 | Alpm, check for NULL in free-functions | Rikard Falkeborn | 6 | -3/+11 |
2015-10-27 | Use ARRAYSIZE macro for non-string array size computation | Pierre Neidhardt | 1 | -1/+1 |
2015-10-18 | validate hooks after parsing | Andrew Gregory | 1 | -1/+64 |
2015-10-18 | run hooks during trans_commit | Andrew Gregory | 8 | -0/+294 |
2015-10-18 | add hook data types and parser | Andrew Gregory | 2 | -0/+188 |
2015-10-18 | handle: add hookdirs option | Andrew Gregory | 5 | -0/+75 |
2015-09-20 | check fileconflicts and diskspace outside commit | Andrew Gregory | 3 | -6/+21 |
2015-09-19 | sortbydeps: skip local packages being updated | Andrew Gregory | 1 | -3/+8 |
2015-08-08 | libalpm: Force update when database is marked as corrupted. | Sebastian Lackner | 1 | -0/+5 |
2015-08-08 | fill in name_hash for assumeinstalled options | Andrew Gregory | 1 | -0/+2 |
2015-08-08 | copy assumeinstalled options | Andrew Gregory | 1 | -2/+9 |
2015-08-08 | check assumeinstalled for meaningful mod | Andrew Gregory | 1 | -0/+2 |
2015-08-08 | check dep versions before calling strcmp | Andrew Gregory | 1 | -1/+12 |
2015-08-08 | Remove ko_KR translation | Allan McRae | 2 | -818/+0 |
2015-07-20 | ensure matching database and package version | Levente Polyak | 1 | -0/+18 |
2015-07-15 | Read file lists from databases | Allan McRae | 1 | -2/+36 |
2015-07-15 | Allow frontends to specify the sync database extension | Allan McRae | 6 | -8/+44 |