| Commit message (Expand) | Author | Age |
... | |
* | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 2014-01-28 |
* | Update copyright years for 2014 | Allan McRae | 2014-01-06 |
* | Add the unit tests for -Qk and -Qkk that are possible now. | Jeremy Heiner | 2014-01-06 |
* | Use the 'configure'd PYTHON to run pactest. | Jeremy Heiner | 2013-12-21 |
* | trans_prepare: always sort trans->remove by deps | Andrew Gregory | 2013-12-19 |
* | Fix pactest README | Allan McRae | 2013-12-15 |
* | 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-31 |
* | 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-10-14 |
* | TESTS: add missing tests | Andrew Gregory | 2013-09-19 |
* | Fix make distcheck | Andrew Gregory | 2013-09-19 |
* | libalpm: introduce a usage level for repos | Dave Reisner | 2013-09-04 |
* | 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 |
* | convert pactest to TAP output | Andrew Gregory | 2013-08-21 |
* | pactest: treat unknown rules as failures | Andrew Gregory | 2013-08-21 |
* | query006: only set expectfailure on 32-bit systems | Andrew Gregory | 2013-08-21 |
* | Remove setlocale usage from the backend | Allan McRae | 2013-07-30 |
* | deps.c: check for indirect deps when ordering | Andrew Gregory | 2013-06-26 |
* | 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-06-03 |
* | pmtest: set LC_ALL=C in subprocess.call | Andrew Gregory | 2013-05-29 |
* | Remove ALPM_QUESTION_LOCAL_NEWER | Connor Behan | 2013-04-24 |
* | util.py: replace file() with open() | Andrew Gregory | 2013-04-15 |
* | pmpkg: default mode 0755 for dirs in sync packages | Andrew Gregory | 2013-04-15 |
* | pmpkg: add missing directories to test packages | Andrew Gregory | 2013-03-10 |
* | 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-03-07 |
* | 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 | 2013-02-24 |
* | pmtest: install filesystem entries before packages | Andrew Gregory | 2013-02-16 |
* | Document fakeroot and fakechroot as dependencies | Chirantan Ekbote | 2013-02-07 |