summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-05-12remove full file loading codethreadsFlorian Pritz1-20/+1
2017-05-11wipFlorian Pritz2-1/+28
2017-05-11wipAndrew Gregory1-2/+2
2017-05-11wipAndrew Gregory1-1/+1
2017-05-11wipAndrew Gregory6-11/+11
2017-05-11run_threaded: run function in main threadAndrew Gregory1-11/+8
2017-05-11fix threaded validationAndrew Gregory1-2/+1
2017-05-11add thread option functions to alpm.hAndrew Gregory1-0/+3
2017-05-11do not explicitly initialize errnoAndrew Gregory1-3/+0
2017-05-11add threads optionAndrew Gregory3-2/+30
2017-05-11use multiple threads for signature checkingAndrew Gregory2-29/+80
2017-05-11add _alpm_run_threadedAndrew Gregory2-0/+26
2017-05-11make pm_errno thread-localAndrew Gregory18-126/+161
2017-05-11synchronize outside communicationAndrew Gregory4-0/+76
2017-05-11consolidate log functions in log.cAndrew Gregory2-0/+46
2017-05-11wip: updated build tools for multithreadAndrew Gregory2-2/+4
2017-05-11alpm_list: abort on memory allocation failureAndrew Gregory1-5/+24
2017-05-11alpm_unlock: check handle before dereferencingAndrew Gregory1-0/+1
2017-05-09Do not continuously try to open an invalid databaseAllan McRae2-0/+4
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