summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-14makepkg: alphabetically order option variablesAllan McRae1-16/+16
2013-10-14makepkg: do not refer to src/ or pkg/Allan McRae1-4/+4
2013-10-14Add a -C, --cleanbuild option to clear the source directory before building a...Lukáš Jirkovský2-2/+14
2013-10-14Link non-vcs sources into $srcdir during extractionAllan McRae1-11/+9
2013-10-14Ignore failure to patch during autogen.shAllan McRae1-1/+1
2013-10-14Remove makepkg license checkAllan McRae1-13/+0
2013-10-14Use $srcdir/ rather than src/ in makepkg helpAllan McRae1-1/+1
2013-10-14Clarify --repackage descriptionAllan McRae1-2/+2
2013-10-14Add make target for TESTSAndrew Gregory2-292/+294
2013-10-14Display old and new version in pacman -Qu outputFlorian Pritz1-1/+8
2013-09-19TESTS: add missing testsAndrew Gregory1-0/+4
2013-09-19Fix make distcheckAndrew Gregory2-2/+3
2013-09-18makepkg: redirect downloader output to STDERRXyne1-1/+1
2013-09-18makepkg: include all hash types in integlistXyne1-1/+1
2013-09-18bacman: optionally include unmodified backup files when availableXyne1-21/+59
2013-09-18bacman: update copyright information in version functionXyne1-0/+1
2013-09-18bacman: pass unshifted arguments to fakerootXyne1-1/+3
2013-09-18dload: avoid renaming files downloaded via sync operationsChristian Hesse2-17/+22
2013-09-18contrib: Unify quoting in error messagesAaron Lindsay3-7/+7
2013-09-18makepkg: use c-style for loops for integrity checksDave Reisner1-27/+24
2013-09-18makepkg: always use read's -r flag with filenamesDave Reisner1-5/+5
2013-09-18makepkg: inline creation of checksum indentingDave Reisner1-12/+7
2013-09-18makepkg: cleanup a few format string injectionsDave Reisner1-5/+5
2013-09-04pactree: set full usage on DBs when registeringDave Reisner1-1/+2
2013-09-04pacman: add front end support for repo usage levelDave Reisner3-0/+85
2013-09-04libalpm: introduce a usage level for reposDave Reisner9-4/+107
2013-09-04proto: remove redundancy in cd for each functionDave Reisner2-7/+7
2013-09-04pacman/util.c: use switch when there are fall through statementsSami Kerola1-8/+6
2013-09-04Improve --help switch output for pacman utilsJason St. John6-28/+28
2013-09-04makepkg: add support for sha224 checksumsDave Reisner1-1/+1
2013-09-04makepkg: unify list of known hash algorithmsDave Reisner1-15/+16
2013-09-04libalpm: avoid name space conflictSami Kerola1-35/+35
2013-09-04common: compare value rather than pointer addressSami Kerola1-1/+1
2013-09-04makepkg.8: fix typo in usageDave Reisner1-1/+1
2013-09-04alpm: log errors for scriptlets terminated by a signalDave Reisner1-0/+9
2013-08-21Store fgetc output as an int.Allan McRae1-1/+3
2013-08-21conflict.c: fix directory ownership checkAndrew Gregory3-4/+45
2013-08-21doc/repo-add: Add note on when signatures are added to the dbOlivier Brunel1-0/+3
2013-08-21makepkg: allow make-style environment var overridesDave Reisner2-1/+16
2013-08-21check.c: break backup file search loop after matchAndrew Gregory1-1/+1
2013-08-21Do not refer to FlySpray numbersAllan McRae5-6/+6
2013-08-21ini.c: give recursion limit file scopeAndrew Gregory1-3/+5
2013-08-21ini.c: make errors in includes fatalAndrew Gregory1-1/+5
2013-08-21ini.c: reuse line bufferAndrew Gregory1-5/+5
2013-08-21conf.c: extract ini parsing code to separate filesAndrew Gregory4-158/+245
2013-08-21conf.c: pass _parse_directive as a callbackAndrew Gregory1-8/+12
2013-08-21conf.c: move section handling out of _parseconfigAndrew Gregory1-15/+34
2013-08-21conf.c: move directive parsing out of _parseconfigAndrew Gregory1-17/+21
2013-08-21conf.c: move repo parsing out of _parseconfigAndrew Gregory1-26/+39
2013-08-21conf.c: add parse_options to section_tAndrew Gregory1-13/+13