summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-15proto: remove missed $srcdir redundanciesAllan McRae
2013-10-15Fix progress bar overflow while checking package integrityAllan McRae
2013-10-15Added list of mandatory options to PKGBUILD's man pageEric Toombs
2013-10-15autogen.sh: remove useless shell flag and subshellsDave Reisner
2013-10-15Report which package is missing a signatureAllan McRae
2013-10-14libalpm: move function pointer conditionslavomir vlcek
2013-10-14Add parens around tuples in Python list comprehensions.Jeremy Heiner
2013-10-14Use Python's "range" instead of deprecated "xrange".Jeremy Heiner
2013-10-14Use dict iteration methods common to both Python 2 and 3.Jeremy Heiner
2013-10-14Use Python's "0o#" octal literal instead of deprecated "0#".Jeremy Heiner
2013-10-14Use "exec" instead of "execfile" (deprecated in Python 3).Jeremy Heiner
2013-10-14Bail early with a clear error message if Python runtime isn't 2.7+.Jeremy Heiner
2013-10-14include invalid options in error messagesAndrew Gregory
2013-10-14pacman: die on invalid option combinationsAndrew Gregory
2013-10-14rename PKG_LOCALITY_LOCAL -> PKG_LOCALITY_NATIVEAndrew Gregory
2013-10-14do not run scriptlets with --dbonlyAndrew Gregory
2013-10-14imply --print from --print-formatAndrew Gregory
2013-10-14use non-ascii identifiers for optflagsAndrew Gregory
2013-10-14pacman/util: remove strsplitAndrew Gregory
2013-10-14submitting-patches: address common mistakesAndrew Gregory
2013-10-14remove executable bit on paclog-pkglist.sh.inAndrew Gregory
2013-10-14Makefile.am: remove old targets from .PHONYAndrew Gregory
2013-10-14Jettison the truncation of the display of pmrules.Jeremy Heiner
2013-10-14makepkg: add LIBRARY variableAllan McRae
2013-10-14makepkg: run locally with libtool style wrapperAllan McRae
2013-10-14makepkg: alphabetically order option variablesAllan McRae
2013-10-14makepkg: do not refer to src/ or pkg/Allan McRae
2013-10-14Add a -C, --cleanbuild option to clear the source directory before building a...Lukáš Jirkovský
2013-10-14Link non-vcs sources into $srcdir during extractionAllan McRae
2013-10-14Ignore failure to patch during autogen.shAllan McRae
2013-10-14Remove makepkg license checkAllan McRae
2013-10-14Use $srcdir/ rather than src/ in makepkg helpAllan McRae
2013-10-14Clarify --repackage descriptionAllan McRae
2013-10-14Add make target for TESTSAndrew Gregory
2013-10-14Display old and new version in pacman -Qu outputFlorian Pritz
2013-09-19TESTS: add missing testsAndrew Gregory
2013-09-19Fix make distcheckAndrew Gregory
2013-09-18makepkg: redirect downloader output to STDERRXyne
2013-09-18makepkg: include all hash types in integlistXyne
2013-09-18bacman: optionally include unmodified backup files when availableXyne
2013-09-18bacman: update copyright information in version functionXyne
2013-09-18bacman: pass unshifted arguments to fakerootXyne
2013-09-18dload: avoid renaming files downloaded via sync operationsChristian Hesse
2013-09-18contrib: Unify quoting in error messagesAaron Lindsay
2013-09-18makepkg: use c-style for loops for integrity checksDave Reisner
2013-09-18makepkg: always use read's -r flag with filenamesDave Reisner
2013-09-18makepkg: inline creation of checksum indentingDave Reisner
2013-09-18makepkg: cleanup a few format string injectionsDave Reisner
2013-09-04pactree: set full usage on DBs when registeringDave Reisner
2013-09-04pacman: add front end support for repo usage levelDave Reisner