summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-08version: fix formatting in file to RPM upstreamDave Reisner1-21/+21
2013-11-08makepkg: only remove static libraries if they have a shared versionAllan McRae3-3/+8
2013-11-01makepkg: Allow "static library" to be translatedAllan McRae1-1/+1
2013-10-31upgrade.c: use iterator variableAndrew Gregory1-3/+3
2013-10-31deps.c: pass alpm_list** to _alpm_recursedepsAndrew Gregory3-7/+7
2013-10-31check for -1 return value from getopt_longAndrew Gregory1-8/+4
2013-10-31callback.c: check for negative xfered sizeAndrew Gregory1-1/+1
2013-10-31makepkg: do not allow badly formatted arch linesAllan McRae1-2/+2
2013-10-31pacman -Si/-Qi: Autodetect best fitting file size unitFlorian Pritz2-3/+6
2013-10-31Use getuid instead of geteuidVladimir A. Nazarenko1-1/+1
2013-10-31libalpm/db.c: default to ALPM_DB_USAGE_ALLAndrew Gregory1-0/+1
2013-10-31makepkg: allow empty source arraysAndrew Gregory1-1/+1
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory5-89/+82
2013-10-31Indicate ignored packages in -Qu outputAllan McRae1-0/+4
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae5-11/+19
2013-10-31repo-add.8: Provide example usageAllan McRae1-0/+13
2013-10-31makepkg.8: Document remaining environmental variablesAllan McRae1-1/+17
2013-10-31makepkg.8: document environmental variables that affect gpg signingAllan McRae1-0/+7
2013-10-31Fix detection of joint --native and --foreign usageAllan McRae1-1/+2
2013-10-31List signiture keyids in -Sii outputAllan McRae1-2/+13
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae5-11/+12
2013-10-15makepkg: validate updated pkgver before replacementDave Reisner1-7/+18
2013-10-15Ensure packages have a valid versionAllan McRae1-0/+4
2013-10-15makepkg: use source_safe when resourcing BUILDFILEAllan McRae1-1/+1
2013-10-15contrib/pacdiff: error if diffprog is not foundAllan McRae1-0/+5
2013-10-15proto: remove missed $srcdir redundanciesAllan McRae2-2/+2
2013-10-15Fix progress bar overflow while checking package integrityAllan McRae1-3/+5
2013-10-15Added list of mandatory options to PKGBUILD's man pageEric Toombs1-1/+3
2013-10-15autogen.sh: remove useless shell flag and subshellsDave Reisner1-2/+4
2013-10-15Report which package is missing a signatureAllan McRae1-1/+4
2013-10-14libalpm: move function pointer conditionslavomir vlcek1-4/+6
2013-10-14Add parens around tuples in Python list comprehensions.Jeremy Heiner34-34/+34
2013-10-14Use Python's "range" instead of deprecated "xrange".Jeremy Heiner3-5/+5
2013-10-14Use dict iteration methods common to both Python 2 and 3.Jeremy Heiner4-9/+9
2013-10-14Use Python's "0o#" octal literal instead of deprecated "0#".Jeremy Heiner3-5/+5
2013-10-14Use "exec" instead of "execfile" (deprecated in Python 3).Jeremy Heiner1-1/+2
2013-10-14Bail early with a clear error message if Python runtime isn't 2.7+.Jeremy Heiner2-1/+7
2013-10-14include invalid options in error messagesAndrew Gregory2-2/+8
2013-10-14pacman: die on invalid option combinationsAndrew Gregory1-0/+140
2013-10-14rename PKG_LOCALITY_LOCAL -> PKG_LOCALITY_NATIVEAndrew Gregory3-5/+5
2013-10-14do not run scriptlets with --dbonlyAndrew Gregory1-0/+1
2013-10-14imply --print from --print-formatAndrew Gregory2-1/+2
2013-10-14use non-ascii identifiers for optflagsAndrew Gregory2-70/+206
2013-10-14pacman/util: remove strsplitAndrew Gregory3-40/+5
2013-10-14submitting-patches: address common mistakesAndrew Gregory1-4/+11
2013-10-14remove executable bit on paclog-pkglist.sh.inAndrew Gregory1-0/+0
2013-10-14Makefile.am: remove old targets from .PHONYAndrew Gregory1-1/+1
2013-10-14Jettison the truncation of the display of pmrules.Jeremy Heiner1-3/+1
2013-10-14makepkg: add LIBRARY variableAllan McRae2-0/+5
2013-10-14makepkg: run locally with libtool style wrapperAllan McRae3-0/+49