summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-04-30Only do openpty() if both stdin/stdout are terminalsMichael Vogt1-1/+1
2014-04-26handle pkgnames shorter than modifiersDavid Kalnischkies1-1/+5
2014-04-16use Google C++ Testing Framework for libapt testsDavid Kalnischkies28-2085/+1917
2014-04-16clear HitEof flag in FileFd::SeekDavid Kalnischkies3-24/+90
2014-04-11Merge remote-tracking branch 'mvo/feature/helpful-apt-list' into debian/sidMichael Vogt1-0/+13
2014-04-11Merge remote-tracking branch 'mvo/bugfix/apt-list-rc-pkgs' into debian/sidMichael Vogt1-0/+5
2014-04-11consider priorities only for downloadable pkgs in resolverDavid Kalnischkies1-0/+48
2014-04-11extend FileFd test behond basic permission testsDavid Kalnischkies1-10/+99
2014-04-10fix test-failure in adtMichael Vogt1-1/+7
2014-04-10Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt1-0/+31
2014-04-09Notice the user about "apt list -a" when only a single hit if foundMichael Vogt1-0/+12
2014-04-09Fix possible race when stunnel/aptwebserver create their PID filesMichael Vogt1-0/+19
2014-04-08fix apt list output for pkgs in dpkg ^rc stateMichael Vogt1-0/+5
2014-04-08Merge branch 'bugfix/apt-search-case' into debian/sidMichael Vogt1-1/+6
2014-04-07make apt search case-insensitive by defaultMichael Vogt1-1/+6
2014-03-27Merge branch 'debian/sid' into feature/more-fancy-progressMichael Vogt7-22/+191
2014-03-27Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt5-22/+145
2014-03-27Use mkstemp() in apt-extracttemplaes (closes: #741627)Michael Vogt2-0/+46
2014-03-27Add progressbar to "Dpkg::Progress-Fancy"Michael Vogt2-0/+36
2014-03-23discard candidates via IsInstallOk to allow overrideDavid Kalnischkies1-0/+3
2014-03-22ensure proper teardown in dpkg error casesDavid Kalnischkies2-22/+132
2014-03-21add testcase for APT::Architectures "arch1,arch2"David Kalnischkies1-0/+9
2014-03-21only consider versioned kernel packages in autoremoveDavid Kalnischkies1-0/+1
2014-03-14fix test/integration/test-apt-helperMichael Vogt46-321/+926
2014-03-13ensure that gz compression test is run with gzDavid Kalnischkies1-0/+1
2014-03-13factor out getting list of architectures from comma listDavid Kalnischkies1-5/+8
2014-03-13correct LD_LIBRARY_PATH and config loading for apt-helperDavid Kalnischkies1-25/+15
2014-03-13ensure that a dot is a dot in the hookDavid Kalnischkies1-9/+17
2014-03-13support kfreebsd and hurd in the kernel hookDavid Kalnischkies2-11/+35
2014-03-13use a configurable list of versioned kernel packagesDavid Kalnischkies4-56/+58
2014-03-13improve debug output in case downloadfile failsDavid Kalnischkies3-67/+79
2014-03-13msgstr with elipses need three dotsDavid Kalnischkies1-2/+2
2014-03-13support very long mtab entries in mountpoint discoveryDavid Kalnischkies3-0/+40
2014-03-13enable mount support for apt-cdrom in the testsDavid Kalnischkies2-40/+51
2014-03-13simplify apt-cdrom testcodeDavid Kalnischkies1-16/+16
2014-03-13do not configure already unpacked packages needlesslyDavid Kalnischkies7-17/+76
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-1/+3
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies24-49/+114
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies11-10/+20
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies1-1/+1
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies7-22/+31
2014-03-13unset LANGUAGE in the testing framework directlyDavid Kalnischkies1-2/+3
2014-03-13support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2-0/+153
2014-03-13implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer1-27/+61
2014-03-13add default and override handling for Cnf::FindVectorDavid Kalnischkies2-3/+39
2014-03-13check version before adding scores in resolverDavid Kalnischkies1-17/+114
2014-03-13show debug output only if told so in packagemanagerDavid Kalnischkies1-9/+3
2014-03-13propagate a negative score point along breaks/conflictsDavid Kalnischkies1-0/+47
2014-03-12Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-download-...Michael Vogt1-14/+1
2014-03-12add hashsum support in apt-file download and add more testsMichael Vogt1-0/+37