Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | |
2011-09-14 | enable APT in unpack/configure ordering to handle loops as well | David Kalnischkies | |
as tight dependencies between immediate packages better enabling also the possibility to mark all packages as immediate (at least Closes: #353290, #540227, #559733, #621836, #639290) | |||
2011-09-13 | merge with debian/sid | David Kalnischkies | |
2011-09-09 | M-A:same lockstep unpack should operate on installed | David Kalnischkies | |
packages first (LP: #835625) | |||
2011-09-09 | fix bashism (local outside function) and releasefile creation in testcases | David Kalnischkies | |
2011-09-05 | - add an Acquire::Min-ValidTime option (Closes: #640122) | David Kalnischkies | |
* doc/apt.conf.5.xml: - reword Acquire::Max-ValidTime documentation to make clear that it doesn't provide the new Min-ValidTime functionality | |||
2011-09-05 | * apt-pkg/indexrecords.cc: | David Kalnischkies | |
- fix Acquire::Max-ValidTime option by interpreting it really as seconds as specified in the manpage and not as days | |||
2011-08-22 | remove the caches in 'apt-get update', too, as they will be | David Kalnischkies | |
invalid in most cases anyway | |||
2011-08-17 | set the msglevel to a high dummy value if none is specified | David Kalnischkies | |
2011-08-17 | for consistency allow the usage of 'make test' instead of './run-tests' | David Kalnischkies | |
2011-08-17 | fix 'comparison between signed and unsigned integer expressions' warning | David Kalnischkies | |
in the udevcdrom testcase | |||
2011-08-17 | do not output color in the testcases if stdout/stderr are not a /dev/pts | David Kalnischkies | |
2011-08-17 | build test-binaries by default and add a test target to toplevel | David Kalnischkies | |
2011-08-17 | fix the compareversion test to work then called from outside of libapt | David Kalnischkies | |
2011-08-17 | the experimental branch has a better version of this test in libapt, | David Kalnischkies | |
so remove it now - we will get it back at merge-time with experimental | |||
2011-08-17 | remove fake-status leftover from the python-test | David Kalnischkies | |
2011-08-17 | move the networkless test to the interactive helpers as it needs | David Kalnischkies | |
root rights for operation (ifup/down, iptables) so it is better run under supervision | |||
2011-08-17 | remove the python testcases as this is covered by integration/ | David Kalnischkies | |
2011-08-17 | move the interactive helper to a subdirectory of test | 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 | remove the interactive scratch test, it doesn't test much and what | David Kalnischkies | |
it tests is covered by your non-interactive testcases, so this one wasn't used for a looooong time | |||
2011-08-17 | replaced by the integration/test-compressed-indexes test | David Kalnischkies | |
2011-08-17 | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc: | David Kalnischkies | |
- ignore "self"-conflicts for all architectures of a package instead of just for the architecture of the package locked at in the ordering of installations too (Closes: #802901) | |||
2011-08-17 | merge the tests for configuration into another libapt-test | David Kalnischkies | |
2011-08-15 | support yet another webserver in the integration tests: gatling | 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-12 | lots of cppcheck fixes | Michael Vogt | |
2011-08-12 | cherry pick test/integration/Packages-hashsum-verification addition from ↵ | Michael Vogt | |
lp:~mvo/apt/mvo | |||
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-08-05 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test | |||
2011-08-05 | * test/integration/test-hashsum-verification: | Michael Vogt | |
- add regression test for hashsum verification | |||
2011-07-29 | test/libapt/hashsums_test.cc: add a test for HashString and VerifyFile | Michael Vogt | |
2011-07-28 | merged from debian-apt | 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-27 | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | |
- do not assume that the last char on a line is a \n (Closes: #633350) | |||
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 | implement MultiarchCross for build-dep and source (Closes: #632221) | David Kalnischkies | |
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-16 | * apt-pkg/policy.cc: | David Kalnischkies | |
- emit an error on unknown APT::Default-Release value (Closes: #407511) | |||
2011-07-15 | merged from http://bzr.debian.org/bzr/apt/apt/debian-sid | Michael Vogt | |
2011-07-14 | merge with debian-sid 0.8.15.2 | David Kalnischkies | |
2011-07-14 | * apt-pkg/deb/debmetaindex.cc: | David Kalnischkies | |
- add trusted=yes option to mark unsigned (local) repository as trusted based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498) Note that "apt-get update" still warns about unknown signatures even when [trusted=yes] is given for the source. | |||
2011-07-14 | merged from debian-sid | Michael Vogt | |
2011-07-14 | make ResolveByKeep() more clever and hold back packages that would go into a ↵ | Michael Vogt | |
broken policy state by the upgrade |