Age | Commit message (Expand) | Author |
2011-09-12 | releasing version 0.8.15.70.8.15.7 | Michael Vogt |
2011-09-12 | merged from lp:~donkult/apt/sid | Michael Vogt |
2011-09-09 | fix changelog typos and bugfix-link | David Kalnischkies |
2011-09-09 | M-A:same lockstep unpack should operate on installed | David Kalnischkies |
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 |
2011-09-05 | * apt-pkg/indexrecords.cc: | David Kalnischkies |
2011-08-24 | * apt-pkg/orderlist.cc: | David Kalnischkies |
2011-08-23 | print from their the visit came from | David Kalnischkies |
2011-08-23 | * cmdline/apt-key: | David Kalnischkies |
2011-08-22 | remove the caches in 'apt-get update', too, as they will be | David Kalnischkies |
2011-08-22 | * apt-pkg/acquire.cc: | David Kalnischkies |
2011-08-22 | * apt-pkg/acquire-item.cc: | David Kalnischkies |
2011-08-18 | * cmdline/apt-get.cc: | David Kalnischkies |
2011-08-17 | merged lp:~donkult/apt/sid | Michael Vogt |
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 | understand DEB_BUILD_OPTIONS nocheck to disable the testexecution | David Kalnischkies |
2011-08-17 | * debian/apt.symbols: | David Kalnischkies |
2011-08-17 | * test/* | David Kalnischkies |
2011-08-17 | fix 'comparison between signed and unsigned integer expressions' warning | 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 | 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 |
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 |
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 |
2011-08-17 | move the list of versions to test with to the libapt subdirectory | David Kalnischkies |
2011-08-17 | merged from lp:~donkult/apt/sid | Michael Vogt |
2011-08-17 | remove the interactive scratch test, it doesn't test much and what | David Kalnischkies |
2011-08-17 | replaced by the integration/test-compressed-indexes test | David Kalnischkies |
2011-08-17 | merge with the final changelog from debian-sid | David Kalnischkies |
2011-08-17 | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc: | David Kalnischkies |
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 | releasing version 0.8.15.60.8.15.6 | Michael Vogt |
2011-08-15 | merged fixes from lp:~mvo/apt/mvo | Michael Vogt |
2011-08-12 | lots of cppcheck fixes | Michael Vogt |
2011-08-12 | cherry pick test/integration/Packages-hashsum-verification addition from lp:~... | Michael Vogt |
2011-08-11 | follow the recommendation of cppcheck to make some method methods (scnr) | David Kalnischkies |
2011-08-11 | rename the parameter name of MarkDelete from Purge to MarkPurge to | David Kalnischkies |
2011-08-11 | fix a few more cppcheck performance and scope warnings | David Kalnischkies |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-08-11 | fix some cppcheck: (warning) Member variable is not initialized in the constr... | David Kalnischkies |
2011-08-11 | cppcheck is right that the check for preventing null deference of Query | David Kalnischkies |
2011-08-08 | fix crash when P.Arch() was used but the cache got remapped | Michael Vogt |