Age | Commit message (Expand) | Author |
2013-11-15 | Replace "echo" command with "printf" in human_to_size_test.sh | Jason St. John |
2013-11-15 | Fix whitespace and other formatting issues | Jason St. John |
2013-11-15 | Makefile.am: fix typo in LOG_DRIVER variable | Andrew Gregory |
2013-10-31 | pacman -Si/-Qi: Autodetect best fitting file size unit | Florian Pritz |
2013-10-31 | sortbydeps: include local pkgs in dep graph | Andrew Gregory |
2013-10-14 | Add parens around tuples in Python list comprehensions. | Jeremy Heiner |
2013-10-14 | Use Python's "range" instead of deprecated "xrange". | Jeremy Heiner |
2013-10-14 | Use dict iteration methods common to both Python 2 and 3. | Jeremy Heiner |
2013-10-14 | Use Python's "0o#" octal literal instead of deprecated "0#". | Jeremy Heiner |
2013-10-14 | Use "exec" instead of "execfile" (deprecated in Python 3). | Jeremy Heiner |
2013-10-14 | Bail early with a clear error message if Python runtime isn't 2.7+. | Jeremy Heiner |
2013-10-14 | Jettison the truncation of the display of pmrules. | Jeremy Heiner |
2013-10-14 | Add make target for TESTS | Andrew Gregory |
2013-09-19 | TESTS: add missing tests | Andrew Gregory |
2013-09-19 | Fix make distcheck | Andrew Gregory |
2013-09-04 | libalpm: introduce a usage level for repos | Dave Reisner |
2013-08-21 | conflict.c: fix directory ownership check | Andrew Gregory |
2013-08-21 | pactest: remove results summary | Andrew Gregory |
2013-08-21 | integrate tests with automake | Andrew Gregory |
2013-08-21 | pactest: accept test names without a switch | Andrew Gregory |
2013-08-21 | provide default values for test scripts | Andrew Gregory |
2013-08-21 | convert pactest to TAP output | Andrew Gregory |
2013-08-21 | pactest: treat unknown rules as failures | Andrew Gregory |
2013-08-21 | convert test scripts to tap output | Andrew Gregory |
2013-08-21 | query006: only set expectfailure on 32-bit systems | Andrew Gregory |
2013-07-30 | Remove setlocale usage from the backend | Allan McRae |
2013-06-26 | deps.c: check for indirect deps when ordering | Andrew Gregory |
2013-06-03 | improve dir->file transition conflict resolution | Andrew Gregory |
2013-06-03 | extract_single_file: consolidate symlink cases | Andrew Gregory |
2013-06-03 | conflict.c: check for file -> dir replacements | Andrew Gregory |
2013-06-03 | conflict.c: exclude trailing slash from file path | Andrew Gregory |
2013-06-03 | conflict.c: do not ignore symlink<->dir conflicts | Andrew Gregory |
2013-06-03 | alpm_filelist: remove resolved_path | Andrew Gregory |
2013-06-03 | update tests for symlink support removal | Andrew Gregory |
2013-05-29 | pmtest: set LC_ALL=C in subprocess.call | Andrew Gregory |
2013-05-07 | Merge branch 'maint' | Allan McRae |
2013-04-30 | Add --noprepare option to makepkg | Eric BĂ©langer |
2013-04-24 | Remove ALPM_QUESTION_LOCAL_NEWER | Connor Behan |
2013-04-18 | Fix spelling errors using 'codespell' tool | Anatol Pomozov |
2013-04-15 | util.py: replace file() with open() | Andrew Gregory |
2013-04-15 | pmpkg: default mode 0755 for dirs in sync packages | Andrew Gregory |
2013-03-10 | pmpkg: add missing directories to test packages | Andrew Gregory |
2013-03-07 | libalpm: Search for replacers before literals | Olivier Brunel |
2013-03-07 | libalpm: Fix installing update of a replaced package | Olivier Brunel |
2013-03-07 | fix typos in pacman tests | Andrew Gregory |
2013-02-24 | Perform limited conflict checking with --force | Allan McRae |
2013-02-24 | use resolved_path for filelist_contains | Andrew Gregory |
2013-02-24 | return resolved paths from filelist_difference | Andrew Gregory |
2013-02-24 | return resolved paths from filelist_intersection | Andrew Gregory |
2013-02-24 | add fileconflict tests for cases with symlinks | Andrew Gregory |