summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-07-06makepkg: add more information to .BUILDINFOLevente Polyak1-2/+10
2017-07-06makepkg: set default value for PACKAGERAllan McRae1-7/+2
2017-07-06makepkg: always write pkgbaseAllan McRae1-3/+1
2017-07-06makepkg: do not write baseverAllan McRae1-3/+0
2017-07-06libmakepkg: Fix improperly spelled local variable declarationEli Schwartz1-1/+1
2017-07-06libmakepkg/integrity: Fix error message not sent to stderrEli Schwartz1-1/+1
2017-07-06libmakepkg: fix unsanitized source filenamesEli Schwartz1-2/+2
2017-07-06fix typo in libalpm commentChristian Hesse1-1/+1
2017-05-16makepkg: introduce SOURCE_DATE_EPOCHAllan McRae1-4/+9
2017-05-16makepkg: remove build date from .PKGINFO headerAllan McRae1-1/+0
2017-05-16remove unused byte from user agent bufferAndrew Gregory1-1/+1
2017-05-16check for overflow when setting HTTP_USER_AGENTAndrew Gregory1-1/+6
2017-05-16query_fileowner: avoid buffer overflowAndrew Gregory1-0/+1
2017-05-16alpm_unlock: check handle before dereferencingAndrew Gregory1-0/+1
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
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse9-3/+38
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-04Suppress valgrind error in fakechrootRikard Falkeborn1-1/+3
2017-01-04Provide source files for useful debug packagesAllan McRae1-2/+21
2017-01-04Document the new query parameter for VCS sourcesEli Schwartz1-5/+10
2017-01-04makepkg: Verify git signaturesEli Schwartz3-12/+79
2017-01-04libmakepkg/integrity: Verify file signatures in a separate functionEli Schwartz1-38/+46
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