Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-22 | merged lp:~mvo/apt/fix-tagfile-hash | Michael Vogt | |
2013-03-18 | test/libapt/tagfile_test.cc: add missing "unistd.h" (thanks to Niels Thykier) | Michael Vogt | |
2013-03-18 | fix pkgTagSection::Exists() and add test | Michael Vogt | |
2013-03-17 | * test/libapt/assert.h, test/libapt/run-tests: | Michael Vogt | |
- exit with status 1 on test failure | |||
2012-09-02 | * apt-pkg/cdrom.cc: | David Kalnischkies | |
- handle Components in the reduction for the source.list as multi-arch cds otherwise create duplicated source entries (e.g. "wheezy main main") | |||
2012-09-02 | * apt-pkg/indexcopy.cc: | David Kalnischkies | |
- do not create duplicated flat-archive cdrom sources for foreign architectures on multi-arch cdroms | |||
2012-06-14 | add two tests for architecture specifications | David Kalnischkies | |
2012-06-10 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- if APT::Languages=none save "none" in allCodes so that the detected configuration is cached as intended (Closes: #674690, LP: #1004947) | |||
2012-06-09 | fix segfault with empty LongOpt in --no-* branch | David Kalnischkies | |
2012-06-09 | * apt-pkg/contrib/cmdline.cc: | Daniel Hartwig | |
- apply patch from Daniel Hartwig to fix a segfault in case the LongOpt is empty (Closes: #676331) | |||
2012-05-20 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages | |||
2012-05-02 | add a simple test for HashSumValue classes | David Kalnischkies | |
2012-04-23 | /dev/null is a special absolute path as it has no subdirectories | David Kalnischkies | |
2012-04-23 | normalize a bit by replacing // and /./ with / in FindFile | David Kalnischkies | |
2012-03-22 | use the variables as the rest of the tests to avoid escapes in the output | David Kalnischkies | |
2012-01-30 | * apt-pkg/contrib/configuration.cc: | David Kalnischkies | |
- do not stop parent transversal in FindDir if the value is empty See http://lists.debian.org/deity/2012/01/msg00053.html , too. | |||
2012-01-20 | * test/libapt/run-tests: | David Kalnischkies | |
- hurd doesn't have dmesg yet and we don't really need it either, so use with $0 a more stable data source for hashsumming | |||
2012-01-20 | * test/libapt/globalerror_test.cc: | Pino Toscano | |
- errno 0 has a different strerror on hurd, so generate the expected message dynamically instead of hardcoding 'Success' (Closes: #656530) | |||
2011-12-11 | use different compression types in the test now that we support them | David Kalnischkies | |
2011-12-11 | add a testcase for FindPackages() to better validate that cdrom should work. | David Kalnischkies | |
Unfortunately it's hard to do an automated integration test with cd, so we test this method in isolation which tries to find Indexes and dropping of duplications with DropRepeats() | |||
2011-10-11 | fix compiler warning about signed comparision on amd64, too | David Kalnischkies | |
2011-10-05 | * apt-pkg/deb/debmetaindex.cc: | David Kalnischkies | |
- none is a separator, not a language: no need for Index (Closes: #624218) * apt-pkg/aptconfiguration.cc: - do not builtin languages only if none is forced (Closes: #643787) | |||
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | |
2011-09-13 | merge with debian/sid | David Kalnischkies | |
2011-08-17 | for consistency allow the usage of 'make test' instead of './run-tests' | David Kalnischkies | |
2011-08-17 | do not output color in the testcases if stdout/stderr are not a /dev/pts | David Kalnischkies | |
2011-08-17 | fix the compareversion test to work then called from outside of libapt | David Kalnischkies | |
2011-08-17 | add 'dirs' target to the 'all' target to ensure that for e.g. the tests | David Kalnischkies | |
all (sub)directories are build which are needed (e.g. obj/ and co) | |||
2011-08-17 | move the list of versions to test with to the libapt subdirectory | David Kalnischkies | |
2011-08-17 | merge the tests for configuration into another libapt-test | David Kalnischkies | |
2011-08-15 | write a proper testcase replacing the print-only uri.cc test | David Kalnischkies | |
2011-08-15 | merged from the debian-sid branch | Michael Vogt | |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies | |
done on the mirco-optimazation level, so lets fix them: (performance) Possible inefficient checking for emptiness. (performance) Prefer prefix ++/-- operators for non-primitive types. | |||
2011-07-29 | test/libapt/hashsums_test.cc: add a test for HashString and VerifyFile | Michael Vogt | |
2011-07-28 | * merged latest fixes from debian-sid | Michael Vogt | |
* apt-pkg/contrib/sha1.cc: - fix illegally casts of on-stack buffer to a type requiring more alignment than it has resulting in segfaults on sparc (Closes: #634696) * apt-pkg/contrib/cdromutl.cc: - fix escape problem when looking for the mounted devices * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc: - add new DeEscapeString() similar to DeQuoteString but unescape character escapes like \0XX and \xXX (plus added test) * refresh po/* * cmdline/apt-get.cc: - fix missing download progress in apt-get download - do not require unused partial dirs in 'source' (Closes: #633510) - buildconflicts effect all architectures - implement MultiarchCross for build-dep and source (Closes: #632221) * cmdline/apt-key: - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596) * debian/apt.postinst: - remove /etc/apt/secring.gpg if it is an empty file * doc/apt-cache.8.xml: - apply madison typofix from John Feuerstein, thanks! (Closes: #633455) * apt-pkg/policy.cc: - emit an error on unknown APT::Default-Release value (Closes: #407511) * apt-pkg/aptconfiguration.cc: - ensure that native architecture is if not specified otherwise the first architecture in the Architectures vector * apt-pkg/deb/deblistparser.cc: - Strip only :any and :native if MultiArch should be stripped as it is save to ignore them in non-MultiArch contexts but if the dependency is a specific architecture (and not the native) do not strip | |||
2011-07-26 | merged from lp:~mvo/apt/mvo | Michael Vogt | |
2011-07-26 | add another escape test case, fixup octal one (its \0XX instead of \0XXX) | Michael Vogt | |
2011-07-26 | * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc: | Michael Vogt | |
- add new DeEscapeString() similar to DeQuoteQuotedWord but unescape charackter escapes like \0XXX and \xXX (plus add test) | |||
2011-07-25 | the order of languages after "none" is not important, so ignore it in tests | David Kalnischkies | |
2011-07-25 | update the testcase to reflect that native is always on top if | David Kalnischkies | |
it is not in the config provided list of Architectures | |||
2011-07-13 | test that AddFD for single summations works, too | David Kalnischkies | |
2011-07-13 | move hash test to libapt-testcases and add a few more tests | David Kalnischkies | |
2011-02-16 | merged from donkult and fix dashish | Michael Vogt | |
2011-02-15 | * apt-pkg/contrib/error.cc: | David Kalnischkies | |
- ensure that va_list is not invalid in second try | |||
2011-01-28 | - download and use i18n/Index to choose which Translations to download | David Kalnischkies | |
* apt-pkg/aptconfiguration.cc: - remove the inbuilt Translation files whitelist | |||
2011-01-13 | ignore non-regular files in GetListOfFilesInDir (Closes: #594694) | David Kalnischkies | |
2010-11-09 | evaluate Acquire::Languages= before LANG= (Closes: #602573) | David Kalnischkies | |
2010-11-06 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- respect the none-force even in LANG=C (Closes: #602573) | |||
2010-10-22 | dpkg doesn't like underscores in versions anymore (=it fails) so our | David Kalnischkies | |
behaviour can be undefined… (or at least can't be tested against dpkg) | |||
2010-07-25 | Strip the .sh extension from the libapt testrunner and | David Kalnischkies | |
make it a bit more robust against calling from outside |