Age | Commit message (Expand) | Author | Files | Lines |
2014-05-04 | pactest: treat arguments as files instead of globs | Andrew Gregory | 1 | -7/+8 |
2014-05-04 | pmdb.py: change siglevel name to Required | Andrew Gregory | 2 | -2/+2 |
2014-03-03 | pactest: add prefix to temporary directory | Andrew Gregory | 1 | -1/+1 |
2014-03-03 | pmpkg.py: remove unused imports | Andrew Gregory | 1 | -4/+0 |
2014-02-04 | pmtest: add memory check to tests with valgrind | Andrew Gregory | 2 | -0/+6 |
2014-02-04 | pmrule: add FILE_EMPTY rule | Andrew Gregory | 2 | -0/+5 |
2014-01-30 | pacman: use exit status 0 for --help and --version | Andrew Gregory | 3 | -3/+3 |
2014-01-28 | pmtest: use valgrind --child-silent-after-fork | Andrew Gregory | 1 | -0/+1 |
2014-01-28 | pmtest: use --gen-suppression=all with valgrind | Andrew Gregory | 1 | -0/+1 |
2014-01-28 | pmtest: send valgrind output to var/log/valgrind | Andrew Gregory | 1 | -1/+2 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 4 | -4/+4 |
2014-01-06 | Push down testing .gitignore entries | Dan McGee | 1 | -0/+2 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 11 | -10/+11 |
2014-01-06 | Add the unit tests for -Qk and -Qkk that are possible now. | Jeremy Heiner | 3 | -0/+32 |
2013-12-21 | Use the 'configure'd PYTHON to run pactest. | Jeremy Heiner | 7 | -14/+0 |
2013-12-19 | trans_prepare: always sort trans->remove by deps | Andrew Gregory | 2 | -0/+30 |
2013-12-15 | Fix pactest README | Allan McRae | 1 | -3/+2 |
2013-11-15 | Replace "echo" command with "printf" in human_to_size_test.sh | Jason St. John | 1 | -1/+1 |
2013-11-15 | Fix whitespace and other formatting issues | Jason St. John | 2 | -56/+56 |
2013-11-15 | Makefile.am: fix typo in LOG_DRIVER variable | Andrew Gregory | 4 | -5/+5 |
2013-10-31 | pacman -Si/-Qi: Autodetect best fitting file size unit | Florian Pritz | 1 | -1/+1 |
2013-10-31 | sortbydeps: include local pkgs in dep graph | Andrew Gregory | 1 | -0/+2 |
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 | 1 | -0/+6 |
2013-10-14 | Jettison the truncation of the display of pmrules. | Jeremy Heiner | 1 | -3/+1 |
2013-10-14 | Add make target for TESTS | Andrew Gregory | 1 | -292/+291 |
2013-09-19 | TESTS: add missing tests | Andrew Gregory | 1 | -0/+4 |
2013-09-19 | Fix make distcheck | Andrew Gregory | 1 | -0/+1 |
2013-09-04 | libalpm: introduce a usage level for repos | Dave Reisner | 2 | -0/+31 |
2013-08-21 | conflict.c: fix directory ownership check | Andrew Gregory | 2 | -0/+33 |
2013-08-21 | pactest: remove results summary | Andrew Gregory | 2 | -71/+1 |
2013-08-21 | integrate tests with automake | Andrew Gregory | 1 | -0/+288 |
2013-08-21 | pactest: accept test names without a switch | Andrew Gregory | 1 | -17/+4 |
2013-08-21 | provide default values for test scripts | Andrew Gregory | 4 | -24/+21 |
2013-08-21 | convert pactest to TAP output | Andrew Gregory | 7 | -59/+121 |
2013-08-21 | pactest: treat unknown rules as failures | Andrew Gregory | 2 | -6/+3 |
2013-08-21 | convert test scripts to tap output | Andrew Gregory | 4 | -46/+58 |
2013-08-21 | query006: only set expectfailure on 32-bit systems | Andrew Gregory | 1 | -1/+4 |
2013-07-30 | Remove setlocale usage from the backend | Allan McRae | 2 | -7/+1 |
2013-06-26 | deps.c: check for indirect deps when ordering | Andrew Gregory | 2 | -2/+44 |
2013-06-03 | improve dir->file transition conflict resolution | Andrew Gregory | 1 | -0/+17 |
2013-06-03 | extract_single_file: consolidate symlink cases | Andrew Gregory | 1 | -1/+2 |
2013-06-03 | conflict.c: check for file -> dir replacements | Andrew Gregory | 2 | -2/+20 |
2013-06-03 | conflict.c: exclude trailing slash from file path | Andrew Gregory | 2 | -4/+0 |
2013-06-03 | conflict.c: do not ignore symlink<->dir conflicts | Andrew Gregory | 7 | -10/+4 |
2013-06-03 | alpm_filelist: remove resolved_path | Andrew Gregory | 7 | -6/+8 |