summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* correct LD_LIBRARY_PATH and config loading for apt-helperDavid Kalnischkies2014-03-131-25/+15
* ensure that a dot is a dot in the hookDavid Kalnischkies2014-03-131-9/+17
* support kfreebsd and hurd in the kernel hookDavid Kalnischkies2014-03-132-11/+35
* use a configurable list of versioned kernel packagesDavid Kalnischkies2014-03-134-56/+58
* improve debug output in case downloadfile failsDavid Kalnischkies2014-03-133-67/+79
* msgstr with elipses need three dotsDavid Kalnischkies2014-03-131-2/+2
* support very long mtab entries in mountpoint discoveryDavid Kalnischkies2014-03-133-0/+40
* enable mount support for apt-cdrom in the testsDavid Kalnischkies2014-03-132-40/+51
* simplify apt-cdrom testcodeDavid Kalnischkies2014-03-131-16/+16
* do not configure already unpacked packages needlesslyDavid Kalnischkies2014-03-137-17/+76
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-1/+3
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-1324-49/+114
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-1311-10/+20
* warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies2014-03-131-1/+1
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-137-22/+31
* unset LANGUAGE in the testing framework directlyDavid Kalnischkies2014-03-131-2/+3
* support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-132-0/+153
* implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer2014-03-131-27/+61
* add default and override handling for Cnf::FindVectorDavid Kalnischkies2014-03-132-3/+39
* check version before adding scores in resolverDavid Kalnischkies2014-03-131-17/+114
* show debug output only if told so in packagemanagerDavid Kalnischkies2014-03-131-9/+3
* propagate a negative score point along breaks/conflictsDavid Kalnischkies2014-03-131-0/+47
* initial version of apt-helperMichael Vogt2014-02-272-36/+9
* test/integration/test-ubuntu-bug-346386-apt-get-update-paywall: use http-meth...Michael Vogt2014-02-231-1/+1
* skip test if "apt" is not buildMichael Vogt2014-02-224-0/+25
* fix ADT failure in downloadfile()Michael Vogt2014-02-221-1/+5
* add testcase for Bug#718329Michael Vogt2014-02-222-1/+36
* Fix typos in documentation (codespell)Michael Vogt2014-02-225-17/+17
* fix the test-kernel-helper-autoremove testcaseMichael Vogt2014-02-141-6/+6
* Additional test for the case when installed version != newest versionSteve Langasek2014-02-141-2/+15
* Make the test more verbose and check for the negative case of a kernel thatSteve Langasek2014-02-141-4/+11
* typo fixSteve Langasek2014-02-141-1/+1
* also check that the running kernel is keptMichael Vogt2014-02-142-2/+4
* add testcase for the autoremove featureMichael Vogt2014-02-142-0/+46
* add a testcase to check for forbidden https→http downgradesDavid Kalnischkies2014-02-142-2/+12
* honor option to disable pulses for the testcasesDavid Kalnischkies2014-02-141-1/+2
* disable https->http redirects in libcurlMichael Vogt2014-02-143-2/+26
* test/integration/test-bug-723705-tagfile-truncates-fields: fix autopkgtest fa...Michael Vogt2014-02-141-1/+1
* enforce 'house-style' on changelog testcaseDavid Kalnischkies2014-02-141-5/+5
* allow http protocol to switch to httpsDavid Kalnischkies2014-02-142-1/+53
* report https download start only if we really get itDavid Kalnischkies2014-02-142-16/+37
* remove duplicated apt-get download apt apt testMichael Vogt2014-02-131-4/+0
* Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2014-02-122-4/+7
|\
| * Use a APT::VersionSet instead of a VersionListMichael Vogt2014-02-121-0/+5
| * move isatty() check into InitOutput()Michael Vogt2014-02-051-4/+2
* | use VersionSet in download to handle repeatsDavid Kalnischkies2014-02-101-4/+9
* | always cleanup patchfiles at the end of rred callDavid Kalnischkies2014-02-101-7/+21
* | fix remaining testcase-bugs from my armel boxDavid Kalnischkies2014-02-103-51/+70
* | multicompress with externals sets wrong file modesColin Watson2014-02-061-0/+30
* | Merge remote-tracking branch 'mvo/bugfix/multiarch-upgrade' into debian/sidMichael Vogt2014-02-062-9/+38
|\ \