summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests
AgeCommit message (Expand)AuthorFilesLines
2017-04-17conflict: include owner for filesystem conflictsAndrew Gregory2-0/+18
2017-04-17unlink_file: strip trailing slashesAndrew Gregory2-0/+17
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory4-0/+42
2017-01-04conflict: skip dir children when replacing a fileAndrew Gregory2-0/+19
2017-01-04extract db files with dbonlyAndrew Gregory2-0/+17
2016-09-03Fix memory leak in remove_notify_needed_optdependsAllan McRae2-0/+16
2016-08-30recursedeps: include cyclic dependenciesAndrew Gregory2-0/+42
2016-05-05Print replacements when using -SupAllan McRae2-0/+15
2016-02-23do not rely on localdb for hook matchingAndrew Gregory2-0/+24
2016-02-21only remove pacnew file if it is newAndrew Gregory2-0/+21
2016-01-15test version range restrictions corner caseDominik Fischer2-0/+20
2015-12-05skip conflicts resolved by file replacementAndrew Gregory1-2/+0
2015-12-05Detect potential conflict when symlink to directory is changing to directoryAllan McRae2-0/+29
2015-11-28hooks: pass matched targets to hooksAndrew Gregory2-0/+41
2015-11-28allow arguments in hook Exec fieldsAndrew Gregory2-0/+23
2015-10-18add hook testsAndrew Gregory10-0/+237
2015-09-19sortbydeps: skip local packages being updatedAndrew Gregory2-0/+33
2015-03-03remove: use strcmp for files in skip_removeAndrew Gregory2-0/+20
2015-02-12Merge branch 'maint'Allan McRae3-22/+2
2015-02-12sync200.py.in: remove unused substitutionAndrew Gregory3-22/+2
2015-01-21remove support for .pacorig filesAndrew Gregory5-7/+2
2014-12-18remove.c: honor inverted patterns in noupgradeAndrew Gregory2-0/+20
2014-09-30Add --assume-installed optionFlorian Pritz4-0/+47
2014-08-03check_pkg_fast: check file typeAndrew Gregory1-2/+0
2014-08-03add test for file type check with -QkAndrew Gregory2-0/+15
2014-06-10Add test case for the perl 5.20 dependency breakageFlorian Pritz2-0/+24
2014-05-07remove.c: downgrade TRANS_DUP_TARGET to warningAndrew Gregory1-2/+2
2014-05-04pmdb.py: change siglevel name to RequiredAndrew Gregory1-1/+1
2014-01-30pacman: use exit status 0 for --help and --versionAndrew Gregory3-3/+3
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Add the unit tests for -Qk and -Qkk that are possible now.Jeremy Heiner3-0/+32
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory2-0/+30
2013-10-31pacman -Si/-Qi: Autodetect best fitting file size unitFlorian Pritz1-1/+1
2013-10-31sortbydeps: include local pkgs in dep graphAndrew Gregory1-0/+2
2013-10-14Add parens around tuples in Python list comprehensions.Jeremy Heiner34-34/+34
2013-10-14Use Python's "range" instead of deprecated "xrange".Jeremy Heiner3-5/+5
2013-10-14Add make target for TESTSAndrew Gregory1-292/+291
2013-09-19TESTS: add missing testsAndrew Gregory1-0/+4
2013-09-04libalpm: introduce a usage level for reposDave Reisner2-0/+31
2013-08-21conflict.c: fix directory ownership checkAndrew Gregory2-0/+33
2013-08-21integrate tests with automakeAndrew Gregory1-0/+288
2013-08-21query006: only set expectfailure on 32-bit systemsAndrew Gregory1-1/+4
2013-07-30Remove setlocale usage from the backendAllan McRae2-7/+1
2013-06-26deps.c: check for indirect deps when orderingAndrew Gregory2-2/+44
2013-06-03improve dir->file transition conflict resolutionAndrew Gregory1-0/+17
2013-06-03extract_single_file: consolidate symlink casesAndrew Gregory1-1/+2
2013-06-03conflict.c: check for file -> dir replacementsAndrew Gregory2-2/+20
2013-06-03conflict.c: exclude trailing slash from file pathAndrew Gregory2-4/+0
2013-06-03conflict.c: do not ignore symlink<->dir conflictsAndrew Gregory7-10/+4
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory7-6/+8