summaryrefslogtreecommitdiff
path: root/lib/libalpm
AgeCommit message (Expand)Author
2016-08-30hook.c: replace fstatat with statAndrew Gregory
2016-08-30hook.c: replace readdir_r with readdirAndrew Gregory
2016-08-30Reject files larger than 16384 bytes in read_sigfile.Tobias Stoeckmann
2016-08-30Release resources on error paths.Tobias Stoeckmann
2016-08-30Always use proper error code in alpm_initialize.Tobias Stoeckmann
2016-08-30recursedeps: include cyclic dependenciesAndrew Gregory
2016-05-05Avoid logical OR duplication warning from gcc-6Allan McRae
2016-05-05Prevent wrapping of enum itemsAllan McRae
2016-05-05fix spelling mistakesEric Engestrom
2016-02-26Use versions specified in optdependsAllan McRae
2016-02-26Consider provides when warning about optdepnd removalAllan McRae
2016-02-23Regenerate translations for 5.0.1Allan McRae
2016-02-23Pull translation updates from TransifexAllan McRae
2016-02-23make alpm_unlock and trans_interrupt async safeAndrew Gregory
2016-02-23alpm_run_chroot: always connect parent2child pipeAndrew Gregory
2016-02-23ensure gpgdir has a trailing slashAndrew Gregory
2016-02-23do not rely on localdb for hook matchingAndrew Gregory
2016-02-21only remove pacnew file if it is newAndrew Gregory
2016-02-20Log to file when running hooksOlivier Brunel
2016-02-20Add the missing limits.h include to hook.cAlastair Hughes
2016-01-30Update translationsAllan McRae
2016-01-17Pull translations updates from TransifexAllan McRae
2016-01-15Cast events to void* before passing to callbackAllan McRae
2016-01-15add alpm_list_appendAndrew Gregory
2016-01-04Make alpm_graph state signedness explicitRikard Falkeborn
2016-01-04Update copyright years for 2016Allan McRae
2016-01-04Do not warn about missing files in NoExtractAllan McRae
2015-12-15alpm: Abort ASAP on failure in pre-transaction hooksOlivier Brunel
2015-12-15alpm-hooks: add Description fieldAllan McRae
2015-12-15Show progress processing hooksAllan McRae
2015-12-15Add ALPM_EVENT_TRANSACTION_{START,DONE} eventsAllan McRae
2015-12-15Add events ALPM_EVENT_HOOK_{START,DONE}Olivier Brunel
2015-12-15Collect all triggered hooks before running themAllan McRae
2015-12-09Pull translations from Transifex and prepare for next releaseAllan McRae
2015-12-06alpm_run_chroot: remove dead codeAndrew Gregory
2015-12-06alpm_initialize: Fix double slash in sys hook dir pathDavid Macek
2015-12-06db_update: always clear db flags after updateAndrew Gregory
2015-12-05add and expose alpm_unlockAndrew Gregory
2015-12-05handle_unlock: return 0 if lockfile == NULLAndrew Gregory
2015-12-05skip conflicts resolved by file replacementAndrew Gregory
2015-12-05always unlink files before extractionAndrew Gregory
2015-12-04Add large file support CFLAGS to pkgconfig fileAllan McRae
2015-11-29run_chroot: always clear script output bufferAndrew Gregory
2015-11-28hooks: pass matched targets to hooksAndrew Gregory
2015-11-28allow specifying input to scriptletsAndrew Gregory
2015-11-28allow arguments in hook Exec fieldsAndrew Gregory
2015-11-11Use correct format specifiersRikard Falkeborn
2015-11-03ensure realloc has a positive sizeAndrew Gregory
2015-10-28_alpm_hook_run: check path length before copyingAndrew Gregory
2015-10-27hook.c: print invalid option nameAndrew Gregory