summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Only do openpty() if both stdin/stdout are terminalsMichael Vogt2014-04-301-1/+1
* handle pkgnames shorter than modifiersDavid Kalnischkies2014-04-261-1/+5
* use Google C++ Testing Framework for libapt testsDavid Kalnischkies2014-04-1628-2085/+1917
* clear HitEof flag in FileFd::SeekDavid Kalnischkies2014-04-163-24/+90
* Merge remote-tracking branch 'mvo/feature/helpful-apt-list' into debian/sidMichael Vogt2014-04-111-0/+13
|\
| * Notice the user about "apt list -a" when only a single hit if foundMichael Vogt2014-04-091-0/+12
* | Merge remote-tracking branch 'mvo/bugfix/apt-list-rc-pkgs' into debian/sidMichael Vogt2014-04-111-0/+5
|\ \
| * | fix apt list output for pkgs in dpkg ^rc stateMichael Vogt2014-04-081-0/+5
* | | consider priorities only for downloadable pkgs in resolverDavid Kalnischkies2014-04-111-0/+48
* | | extend FileFd test behond basic permission testsDavid Kalnischkies2014-04-111-10/+99
* | | fix test-failure in adtMichael Vogt2014-04-101-1/+7
* | | Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt2014-04-101-0/+31
| |/ |/|
* | Fix possible race when stunnel/aptwebserver create their PID filesMichael Vogt2014-04-091-0/+19
|/
* Merge branch 'bugfix/apt-search-case' into debian/sidMichael Vogt2014-04-081-1/+6
|\
| * make apt search case-insensitive by defaultMichael Vogt2014-04-071-1/+6
* | Merge branch 'debian/sid' into feature/more-fancy-progressMichael Vogt2014-03-277-22/+191
|\|
| * Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt2014-03-275-22/+145
| |\
| | * discard candidates via IsInstallOk to allow overrideDavid Kalnischkies2014-03-231-0/+3
| | * ensure proper teardown in dpkg error casesDavid Kalnischkies2014-03-222-22/+132
| | * add testcase for APT::Architectures "arch1,arch2"David Kalnischkies2014-03-211-0/+9
| | * only consider versioned kernel packages in autoremoveDavid Kalnischkies2014-03-211-0/+1
| * | Use mkstemp() in apt-extracttemplaes (closes: #741627)Michael Vogt2014-03-272-0/+46
| |/
* / Add progressbar to "Dpkg::Progress-Fancy"Michael Vogt2014-03-272-0/+36
|/
* fix test/integration/test-apt-helperMichael Vogt2014-03-1446-321/+926
|\
| * ensure that gz compression test is run with gzDavid Kalnischkies2014-03-131-0/+1
| * factor out getting list of architectures from comma listDavid Kalnischkies2014-03-131-5/+8
| * 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
* | Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-download-...Michael Vogt2014-03-121-14/+1
|\|
| * initial version of apt-helperMichael Vogt2014-02-272-36/+9