summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-15Fix minor grammatical issues in doc/index.txtJason St. John
2013-11-15log important events from the backendAndrew Gregory
2013-11-15Makefile.am: fix typo in LOG_DRIVER variableAndrew Gregory
2013-11-15Ignore makedepend and checkdepend entries when parsing .PKGINFO fileAllan McRae
2013-11-15makepkg: move update_pkgver out of extract_sourcesAllan McRae
2013-11-15Return zero from extract_file with local source fileAllan McRae
2013-11-08alpm_handle: store lock file descriptorAndrew Gregory
2013-11-08support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John
2013-11-08Use title case for a heading in HACKING; fix capitalization of "Vim" in HACKINGJason St. John
2013-11-08version: fix formatting in file to RPM upstreamDave Reisner
2013-11-08makepkg: only remove static libraries if they have a shared versionAllan McRae
2013-11-01makepkg: Allow "static library" to be translatedAllan McRae
2013-10-31upgrade.c: use iterator variableAndrew Gregory
2013-10-31deps.c: pass alpm_list** to _alpm_recursedepsAndrew Gregory
2013-10-31check for -1 return value from getopt_longAndrew Gregory
2013-10-31callback.c: check for negative xfered sizeAndrew Gregory
2013-10-31makepkg: do not allow badly formatted arch linesAllan McRae
2013-10-31pacman -Si/-Qi: Autodetect best fitting file size unitFlorian Pritz
2013-10-31Use getuid instead of geteuidVladimir A. Nazarenko
2013-10-31libalpm/db.c: default to ALPM_DB_USAGE_ALLAndrew Gregory
2013-10-31makepkg: allow empty source arraysAndrew Gregory
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory
2013-10-31Indicate ignored packages in -Qu outputAllan McRae
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae
2013-10-31repo-add.8: Provide example usageAllan McRae
2013-10-31makepkg.8: Document remaining environmental variablesAllan McRae
2013-10-31makepkg.8: document environmental variables that affect gpg signingAllan McRae
2013-10-31Fix detection of joint --native and --foreign usageAllan McRae
2013-10-31List signiture keyids in -Sii outputAllan McRae
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae
2013-10-15makepkg: validate updated pkgver before replacementDave Reisner
2013-10-15Ensure packages have a valid versionAllan McRae
2013-10-15makepkg: use source_safe when resourcing BUILDFILEAllan McRae
2013-10-15contrib/pacdiff: error if diffprog is not foundAllan McRae
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