summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-12-05Parametrise the different ways in which the payload is resetMartin Kühne
2016-12-05libalpm/signing: support EDDSA from gpgme 1.7.0Christian Hesse
2016-12-05dload: use curl's keepalive mechanismDave Reisner
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster
2016-10-22Allow replacing libcrypto with libnettle in pacmanFlorian Weigelt
2016-10-12Use f_bavail for diskspace calculationsMartin Kühne
2016-10-10Remove SHA224 supportAllan McRae
2016-10-10Remove internal md5 and sha2 implementationsAllan McRae
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster
2016-09-25Change type of count in be_syncRikard Falkeborn
2016-09-25Return boolean from db_populateRikard Falkeborn
2016-09-20Fix gcc strict-overflow errorRikard Falkeborn
2016-09-09lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memoryIvy Foster
2016-09-03Fix memory leak in remove_notify_needed_optdependsAllan McRae
2016-08-31Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTIONIvy Foster
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster
2016-08-30Add newline to the end of error messages for signature format issuesAllan McRae
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