Age | Commit message (Expand) | Author | Files | Lines |
2013-11-08 | Remove spaces between the opening "if" and the opening parenthesis | Jason St. John | 3 | -3/+3 |
2013-11-08 | Use title case for a heading in HACKING; fix capitalization of "Vim" in HACKING | Jason St. John | 1 | -2/+2 |
2013-11-08 | version: fix formatting in file to RPM upstream | Dave Reisner | 1 | -21/+21 |
2013-11-08 | makepkg: only remove static libraries if they have a shared version | Allan McRae | 3 | -3/+8 |
2013-11-01 | makepkg: Allow "static library" to be translated | Allan McRae | 1 | -1/+1 |
2013-10-31 | upgrade.c: use iterator variable | Andrew Gregory | 1 | -3/+3 |
2013-10-31 | deps.c: pass alpm_list** to _alpm_recursedeps | Andrew Gregory | 3 | -7/+7 |
2013-10-31 | check for -1 return value from getopt_long | Andrew Gregory | 1 | -8/+4 |
2013-10-31 | callback.c: check for negative xfered size | Andrew Gregory | 1 | -1/+1 |
2013-10-31 | makepkg: do not allow badly formatted arch lines | Allan McRae | 1 | -2/+2 |
2013-10-31 | pacman -Si/-Qi: Autodetect best fitting file size unit | Florian Pritz | 2 | -3/+6 |
2013-10-31 | Use getuid instead of geteuid | Vladimir A. Nazarenko | 1 | -1/+1 |
2013-10-31 | libalpm/db.c: default to ALPM_DB_USAGE_ALL | Andrew Gregory | 1 | -0/+1 |
2013-10-31 | makepkg: allow empty source arrays | Andrew Gregory | 1 | -1/+1 |
2013-10-31 | sortbydeps: include local pkgs in dep graph | Andrew Gregory | 5 | -89/+82 |
2013-10-31 | Indicate ignored packages in -Qu output | Allan McRae | 1 | -0/+4 |
2013-10-31 | Expose alpm_pkg_should_ignore | Allan McRae | 5 | -11/+19 |
2013-10-31 | repo-add.8: Provide example usage | Allan McRae | 1 | -0/+13 |
2013-10-31 | makepkg.8: Document remaining environmental variables | Allan McRae | 1 | -1/+17 |
2013-10-31 | makepkg.8: document environmental variables that affect gpg signing | Allan McRae | 1 | -0/+7 |
2013-10-31 | Fix detection of joint --native and --foreign usage | Allan McRae | 1 | -1/+2 |
2013-10-31 | List signiture keyids in -Sii output | Allan McRae | 1 | -2/+13 |
2013-10-31 | Make functions to decode a signature and extract keyid public | Allan McRae | 5 | -11/+12 |
2013-10-15 | makepkg: validate updated pkgver before replacement | Dave Reisner | 1 | -7/+18 |
2013-10-15 | Ensure packages have a valid version | Allan McRae | 1 | -0/+4 |
2013-10-15 | makepkg: use source_safe when resourcing BUILDFILE | Allan McRae | 1 | -1/+1 |
2013-10-15 | contrib/pacdiff: error if diffprog is not found | Allan McRae | 1 | -0/+5 |
2013-10-15 | proto: remove missed $srcdir redundancies | Allan McRae | 2 | -2/+2 |
2013-10-15 | Fix progress bar overflow while checking package integrity | Allan McRae | 1 | -3/+5 |
2013-10-15 | Added list of mandatory options to PKGBUILD's man page | Eric Toombs | 1 | -1/+3 |
2013-10-15 | autogen.sh: remove useless shell flag and subshells | Dave Reisner | 1 | -2/+4 |
2013-10-15 | Report which package is missing a signature | Allan McRae | 1 | -1/+4 |
2013-10-14 | libalpm: move function pointer condition | slavomir vlcek | 1 | -4/+6 |
2013-10-14 | Add parens around tuples in Python list comprehensions. | Jeremy Heiner | 34 | -34/+34 |
2013-10-14 | Use Python's "range" instead of deprecated "xrange". | Jeremy Heiner | 3 | -5/+5 |
2013-10-14 | Use dict iteration methods common to both Python 2 and 3. | Jeremy Heiner | 4 | -9/+9 |
2013-10-14 | Use Python's "0o#" octal literal instead of deprecated "0#". | Jeremy Heiner | 3 | -5/+5 |
2013-10-14 | Use "exec" instead of "execfile" (deprecated in Python 3). | Jeremy Heiner | 1 | -1/+2 |
2013-10-14 | Bail early with a clear error message if Python runtime isn't 2.7+. | Jeremy Heiner | 2 | -1/+7 |
2013-10-14 | include invalid options in error messages | Andrew Gregory | 2 | -2/+8 |
2013-10-14 | pacman: die on invalid option combinations | Andrew Gregory | 1 | -0/+140 |
2013-10-14 | rename PKG_LOCALITY_LOCAL -> PKG_LOCALITY_NATIVE | Andrew Gregory | 3 | -5/+5 |
2013-10-14 | do not run scriptlets with --dbonly | Andrew Gregory | 1 | -0/+1 |
2013-10-14 | imply --print from --print-format | Andrew Gregory | 2 | -1/+2 |
2013-10-14 | use non-ascii identifiers for optflags | Andrew Gregory | 2 | -70/+206 |
2013-10-14 | pacman/util: remove strsplit | Andrew Gregory | 3 | -40/+5 |
2013-10-14 | submitting-patches: address common mistakes | Andrew Gregory | 1 | -4/+11 |
2013-10-14 | remove executable bit on paclog-pkglist.sh.in | Andrew Gregory | 1 | -0/+0 |
2013-10-14 | Makefile.am: remove old targets from .PHONY | Andrew Gregory | 1 | -1/+1 |
2013-10-14 | Jettison the truncation of the display of pmrules. | Jeremy Heiner | 1 | -3/+1 |