summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-04-04add alpm_list_append_strdupAndrew Gregory
2017-04-04Ignore comments in INSTALL files (FS#51916)Michael Straube
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse
2017-01-04alpm_fetch_pkgurl: fix memory leakAllan McRae
2017-01-04Fix memory leak in alpm_pkg_checkmd5sumAllan McRae
2017-01-04Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdependsMark Weiman
2017-01-04filelist_sort: check if filelist is presortedAndrew Gregory
2017-01-04add _alpm_filelist_sortAndrew Gregory
2017-01-04find_fileconflicts: rename tmpfiles -> newfilesAndrew Gregory
2017-01-04conflict: skip dir children when replacing a fileAndrew Gregory
2017-01-04dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/Dave Reisner
2017-01-04extract db files with dbonlyAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-12-05be_local: remove unused error returnAndrew Gregory
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