summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-12releasing version 0.8.15.70.8.15.7Michael Vogt1-2/+2
2011-09-12merged from lp:~donkult/apt/sidMichael Vogt27-124/+375
2011-09-09fix changelog typos and bugfix-linkDavid Kalnischkies1-3/+3
2011-09-09M-A:same lockstep unpack should operate on installedDavid Kalnischkies5-16/+70
2011-09-09fix bashism (local outside function) and releasefile creation in testcasesDavid Kalnischkies4-10/+20
2011-09-05 - add an Acquire::Min-ValidTime option (Closes: #640122)David Kalnischkies4-13/+61
2011-09-05* apt-pkg/indexrecords.cc:David Kalnischkies4-16/+90
2011-08-24* apt-pkg/orderlist.cc:David Kalnischkies2-8/+48
2011-08-23print from their the visit came fromDavid Kalnischkies2-12/+14
2011-08-23* cmdline/apt-key:David Kalnischkies2-2/+5
2011-08-22remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies13-28/+29
2011-08-22* apt-pkg/acquire.cc:David Kalnischkies2-1/+7
2011-08-22* apt-pkg/acquire-item.cc:David Kalnischkies2-26/+26
2011-08-18* cmdline/apt-get.cc:David Kalnischkies2-6/+19
2011-08-17merged lp:~donkult/apt/sidMichael Vogt58-2067/+116
2011-08-17set the msglevel to a high dummy value if none is specifiedDavid Kalnischkies1-0/+4
2011-08-17for consistency allow the usage of 'make test' instead of './run-tests'David Kalnischkies3-7/+16
2011-08-17understand DEB_BUILD_OPTIONS nocheck to disable the testexecutionDavid Kalnischkies1-0/+4
2011-08-17* debian/apt.symbols:David Kalnischkies2-2/+9
2011-08-17* test/*David Kalnischkies2-1/+6
2011-08-17fix 'comparison between signed and unsigned integer expressions' warningDavid Kalnischkies1-2/+1
2011-08-17do not output color in the testcases if stdout/stderr are not a /dev/ptsDavid Kalnischkies3-20/+48
2011-08-17build test-binaries by default and add a test target to toplevelDavid Kalnischkies3-3/+25
2011-08-17fix the compareversion test to work then called from outside of libaptDavid Kalnischkies2-2/+7
2011-08-17the experimental branch has a better version of this test in libapt,David Kalnischkies1-70/+0
2011-08-17remove fake-status leftover from the python-testDavid Kalnischkies1-16/+0
2011-08-17move the networkless test to the interactive helpers as it needsDavid Kalnischkies3-0/+0
2011-08-17remove the python testcases as this is covered by integration/David Kalnischkies31-1594/+0
2011-08-17move the interactive helper to a subdirectory of testDavid Kalnischkies7-16/+3
2011-08-17add 'dirs' target to the 'all' target to ensure that for e.g. the testsDavid Kalnischkies2-2/+1
2011-08-17move the list of versions to test with to the libapt subdirectoryDavid Kalnischkies2-1/+1
2011-08-17merged from lp:~donkult/apt/sidMichael Vogt13-115/+245
2011-08-17remove the interactive scratch test, it doesn't test much and whatDavid Kalnischkies1-105/+0
2011-08-17replaced by the integration/test-compressed-indexes testDavid Kalnischkies1-235/+0
2011-08-17merge with the final changelog from debian-sidDavid Kalnischkies1-3/+3
2011-08-17* apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:David Kalnischkies4-2/+37
2011-08-17merge the tests for configuration into another libapt-testDavid Kalnischkies5-72/+84
2011-08-15support yet another webserver in the integration tests: gatlingDavid Kalnischkies1-0/+5
2011-08-15write a proper testcase replacing the print-only uri.cc testDavid Kalnischkies5-41/+119
2011-08-15releasing version 0.8.15.60.8.15.6Michael Vogt1-2/+2
2011-08-15merged fixes from lp:~mvo/apt/mvoMichael Vogt2-1/+2
2011-08-12lots of cppcheck fixesMichael Vogt53-377/+369
2011-08-12cherry pick test/integration/Packages-hashsum-verification addition from lp:~...Michael Vogt1-0/+18
2011-08-11follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies6-13/+18
2011-08-11rename the parameter name of MarkDelete from Purge to MarkPurge toDavid Kalnischkies1-2/+2
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies5-17/+17
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies42-334/+321
2011-08-11fix some cppcheck: (warning) Member variable is not initialized in the constr...David Kalnischkies4-5/+5
2011-08-11cppcheck is right that the check for preventing null deference of QueryDavid Kalnischkies1-6/+2
2011-08-08fix crash when P.Arch() was used but the cache got remappedMichael Vogt2-2/+3