summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix test-bug-602412-dequote-redirect by removing the aptget update size infor...Michael Vogt2014-05-071-1/+4
* Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt2014-05-071-0/+58
|\
| * Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2014-04-281-0/+4
| |\
| | * fix testsMichael Vogt2014-04-281-0/+4
| * | Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2014-04-281-1/+7
| |\|
| | * add flAbsPath() as a wrapper to realpath()Michael Vogt2014-04-281-0/+7
| * | Implement Popen() execv helper to avoid popen()Michael Vogt2014-04-281-0/+48
| |/
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-0760-2137/+3070
|\ \
| * | 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