summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-04-17run_chroot: label pipe endpoints for readabilityAndrew Gregory1-12/+17
2017-04-17use sockets for scriptlet/hook communicationAndrew Gregory1-13/+4
2017-04-17conflict: include owner for filesystem conflictsAndrew Gregory1-5/+20
2017-04-17unlink_file: strip trailing slashesAndrew Gregory1-1/+12
2017-04-16sortbydeps: rename vptr -> iAndrew Gregory1-5/+5
2017-04-16sortbydeps: rename found -> switched_to_childAndrew Gregory1-4/+4
2017-04-16sortbydeps: factor out dep cycle warningAndrew Gregory1-33/+37
2017-04-16graph.h: rename childptr -> iteratorAndrew Gregory3-10/+10
2017-04-16graph.h: replace hardcoded values with an enumAndrew Gregory3-8/+14
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory4-4/+37
2017-04-12libalpm: Use archive_read_extract2Armin K1-1/+15
2017-04-04add alpm_list_append_strdupAndrew Gregory2-0/+21
2017-04-04Ignore comments in INSTALL files (FS#51916)Michael Straube1-0/+4
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse4-2/+17
2017-01-04alpm_fetch_pkgurl: fix memory leakAllan McRae1-1/+1
2017-01-04Fix memory leak in alpm_pkg_checkmd5sumAllan McRae1-3/+3
2017-01-04Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdependsMark Weiman4-2/+38
2017-01-04filelist_sort: check if filelist is presortedAndrew Gregory1-2/+9
2017-01-04add _alpm_filelist_sortAndrew Gregory5-9/+11
2017-01-04find_fileconflicts: rename tmpfiles -> newfilesAndrew Gregory1-6/+6
2017-01-04conflict: skip dir children when replacing a fileAndrew Gregory1-1/+15
2017-01-04dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/Dave Reisner1-1/+1
2017-01-04extract db files with dbonlyAndrew Gregory1-51/+61
2017-01-04Update copyright yearsAllan McRae52-52/+52
2016-12-05be_local: remove unused error returnAndrew Gregory1-21/+21
2016-12-05Parametrise the different ways in which the payload is resetMartin Kühne3-3/+12
2016-12-05libalpm/signing: support EDDSA from gpgme 1.7.0Christian Hesse1-0/+4
2016-12-05dload: use curl's keepalive mechanismDave Reisner1-43/+3
2016-10-22Represent bitfields as ints, not enumsIvy Foster15-77/+89
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster9-60/+61
2016-10-22Allow replacing libcrypto with libnettle in pacmanFlorian Weigelt3-5/+44
2016-10-12Use f_bavail for diskspace calculationsMartin Kühne1-3/+3
2016-10-10Remove SHA224 supportAllan McRae1-22/+8
2016-10-10Remove internal md5 and sha2 implementationsAllan McRae6-839/+0
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster27-78/+78
2016-09-25Change type of count in be_syncRikard Falkeborn1-4/+4
2016-09-25Return boolean from db_populateRikard Falkeborn2-3/+4
2016-09-20Fix gcc strict-overflow errorRikard Falkeborn1-3/+3
2016-09-09lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memoryIvy Foster1-4/+14
2016-09-03Fix memory leak in remove_notify_needed_optdependsAllan McRae1-0/+1
2016-08-31Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTIONIvy Foster1-9/+9
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster1-6/+16
2016-08-30Add newline to the end of error messages for signature format issuesAllan McRae1-6/+6
2016-08-30hook.c: replace fstatat with statAndrew Gregory1-1/+1
2016-08-30hook.c: replace readdir_r with readdirAndrew Gregory1-14/+12
2016-08-30Reject files larger than 16384 bytes in read_sigfile.Tobias Stoeckmann1-5/+9
2016-08-30Release resources on error paths.Tobias Stoeckmann4-6/+24
2016-08-30Always use proper error code in alpm_initialize.Tobias Stoeckmann1-6/+7
2016-08-30recursedeps: include cyclic dependenciesAndrew Gregory1-52/+52
2016-05-05Avoid logical OR duplication warning from gcc-6Allan McRae1-2/+12