summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-05-05Prevent wrapping of enum itemsAllan McRae2-2/+2
2016-05-05fix spelling mistakesEric Engestrom4-4/+4
2016-02-26Use versions specified in optdependsAllan McRae1-1/+2
2016-02-26Consider provides when warning about optdepnd removalAllan McRae1-1/+1
2016-02-23Regenerate translations for 5.0.1Allan McRae41-1713/+2302
2016-02-23Pull translation updates from TransifexAllan McRae40-1062/+478
2016-02-23make alpm_unlock and trans_interrupt async safeAndrew Gregory3-4/+10
2016-02-23alpm_run_chroot: always connect parent2child pipeAndrew Gregory1-7/+6
2016-02-23ensure gpgdir has a trailing slashAndrew Gregory1-9/+3
2016-02-23do not rely on localdb for hook matchingAndrew Gregory5-13/+17
2016-02-21only remove pacnew file if it is newAndrew Gregory1-3/+7
2016-02-20Log to file when running hooksOlivier Brunel1-1/+1
2016-02-20Add the missing limits.h include to hook.cAlastair Hughes1-0/+1
2016-01-30Update translationsAllan McRae21-156/+998
2016-01-17Pull translations updates from TransifexAllan McRae46-1745/+1800
2016-01-15Cast events to void* before passing to callbackAllan McRae2-4/+4
2016-01-15add alpm_list_appendAndrew Gregory2-10/+25
2016-01-04Make alpm_graph state signedness explicitRikard Falkeborn1-1/+1
2016-01-04Update copyright years for 2016Allan McRae52-52/+52
2016-01-04Do not warn about missing files in NoExtractAllan McRae1-2/+4
2015-12-15alpm: Abort ASAP on failure in pre-transaction hooksOlivier Brunel1-0/+8
2015-12-15alpm-hooks: add Description fieldAllan McRae2-0/+7
2015-12-15Show progress processing hooksAllan McRae2-3/+32
2015-12-15Add ALPM_EVENT_TRANSACTION_{START,DONE} eventsAllan McRae2-0/+9
2015-12-15Add events ALPM_EVENT_HOOK_{START,DONE}Olivier Brunel3-9/+33
2015-12-15Collect all triggered hooks before running themAllan McRae1-1/+10
2015-12-09Pull translations from Transifex and prepare for next releaseAllan McRae47-4491/+8097
2015-12-06alpm_run_chroot: remove dead codeAndrew Gregory1-5/+0
2015-12-05alpm_initialize: Fix double slash in sys hook dir pathDavid Macek1-2/+5
2015-12-05db_update: always clear db flags after updateAndrew Gregory1-22/+23
2015-12-05add and expose alpm_unlockAndrew Gregory2-2/+18
2015-12-05handle_unlock: return 0 if lockfile == NULLAndrew Gregory1-1/+1
2015-12-05skip conflicts resolved by file replacementAndrew Gregory1-0/+15
2015-12-05always unlink files before extractionAndrew Gregory1-8/+3
2015-12-04Add large file support CFLAGS to pkgconfig fileAllan McRae1-1/+1
2015-11-28run_chroot: always clear script output bufferAndrew Gregory1-0/+6
2015-11-28hooks: pass matched targets to hooksAndrew Gregory1-17/+110
2015-11-28allow specifying input to scriptletsAndrew Gregory4-29/+179
2015-11-28allow arguments in hook Exec fieldsAndrew Gregory1-5/+124
2015-11-11Use correct format specifiersRikard Falkeborn4-4/+4
2015-11-03ensure realloc has a positive sizeAndrew Gregory2-6/+14
2015-10-28_alpm_hook_run: check path length before copyingAndrew Gregory1-8/+19
2015-10-27hook.c: print invalid option nameAndrew Gregory1-1/+1
2015-10-27order hooks by file nameAndrew Gregory1-0/+8
2015-10-27Alpm, check for NULL in free-functionsRikard Falkeborn6-3/+11
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt1-1/+1
2015-10-18validate hooks after parsingAndrew Gregory1-1/+64
2015-10-18run hooks during trans_commitAndrew Gregory8-0/+294
2015-10-18add hook data types and parserAndrew Gregory2-0/+188
2015-10-18handle: add hookdirs optionAndrew Gregory5-0/+75