summaryrefslogtreecommitdiffstats
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-11add --threads optionAndrew Gregory3-2/+28
2017-05-11pacman: properly set threads optionAndrew Gregory1-2/+4
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 Gregory5-2/+51
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 Gregory3-8/+10
2017-05-11remove unused byte from user agent bufferAndrew Gregory1-1/+1
2017-05-11check for overflow when setting HTTP_USER_AGENTAndrew Gregory1-1/+6
2017-05-11alpm_list: abort on memory allocation failureAndrew Gregory1-5/+24
2017-05-11query_fileowner: avoid buffer overflowAndrew Gregory1-0/+1
2017-05-11alpm_unlock: check handle before dereferencingAndrew Gregory1-0/+1
2017-05-09Handle empty string passed to query_ownerAllan McRae1-1/+2
2017-05-09Do not continuously try to open an invalid databaseAllan McRae2-0/+4
2017-05-08pacman.8: fix typo in query optionsMichael Straube1-1/+1
2017-05-08free memory for --overwrite listsAndrew Gregory2-0/+2
2017-05-08add send_fakem to valgrind.suppAndrew Gregory1-0/+8
2017-05-08be_sync: error out if a db cannot be parsedAndrew Gregory1-5/+12
2017-05-08makepkg: create signature files outside of fakerootAllan McRae2-7/+36
2017-04-17makepkg: do not create symlinks in build directoryAllan McRae1-28/+0
2017-04-17makepkg: clean up pkgver and prepare log filesHEADworkingMichael Straube1-0/+6
2017-04-17run_chroot: label pipe endpoints for readabilityAndrew Gregory1-12/+17
2017-04-17add --sysroot optionAndrew Gregory4-8/+32
2017-04-17use sockets for scriptlet/hook communicationAndrew Gregory1-13/+4
2017-04-17conflict: include owner for filesystem conflictsAndrew Gregory4-7/+45
2017-04-17unlink_file: strip trailing slashesAndrew Gregory3-1/+29
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-12deprecate --force in favor of --overwriteAndrew Gregory2-9/+2
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory12-4/+101
2017-04-12libalpm: Use archive_read_extract2Armin K1-1/+15
2017-04-04Replace @SIZECMD@ with POSIX-compatible commandDrew DeVault3-10/+5
2017-04-04parse stdin as newline-separatedAndrew Gregory1-32/+23
2017-04-04add alpm_list_append_strdupAndrew Gregory2-0/+21
2017-04-04pactest: add --review optionAndrew Gregory1-1/+40
2017-04-04Ignore comments in INSTALL files (FS#51916)Michael Straube1-0/+4