summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-04-29add missing newline to error messageAllan McRae1-1/+1
2018-04-29Initial translation preparation for pacman-5.1Allan McRae42-3790/+11262
2018-04-29Import updated translations from TransifexAllan McRae48-3895/+4401
2018-04-29Update POTFILES.inAllan McRae1-2/+5
2018-04-29libalpm.pc: migrate to Requires.privateEli Schwartz1-1/+2
2018-03-14Update coyrights for 2018Allan McRae52-52/+52
2018-03-14hooks: Complain if hook parameters are overwritten. Fixed 2 space leaks.Stefan Klinger1-0/+16
2018-01-11Support new OpenPGP format packets lengthsAllan McRae1-71/+107
2018-01-10add missing newline to debug messageAndrew Gregory1-1/+1
2018-01-10detect pkghash allocation failureAndrew Gregory5-14/+28
2018-01-10Do not continuously try to open an invalid databaseAllan McRae1-0/+2
2018-01-06do not rely on name hashes for matchingAndrew Gregory1-4/+2
2018-01-06dload: ensure callback is always initialized onceAndrew Gregory2-4/+6
2018-01-06avoid printing NULL stringAndrew Gregory1-1/+1
2017-12-07Fix CVE-2016-5434 (DoS/loop and out of boundary read)Nils Freydank1-4/+44
2017-07-28Fix brace coding style issuesMichael Straube2-4/+5
2017-07-06alpm_list: abort on memory allocation failureAndrew Gregory1-5/+24
2017-07-06fix typo in libalpm commentChristian Hesse1-1/+1
2017-05-16alpm_unlock: check handle before dereferencingAndrew Gregory1-0/+1
2017-05-08free memory for --overwrite listsAndrew Gregory1-0/+1
2017-05-08be_sync: error out if a db cannot be parsedAndrew Gregory1-5/+12
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