summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | * apt-pkg/orderlist.cc:David Kalnischkies2011-08-242-8/+48
| | | * | | print from their the visit came fromDavid Kalnischkies2011-08-232-12/+14
| | | * | | * cmdline/apt-key:David Kalnischkies2011-08-232-2/+5
| | | * | | remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies2011-08-2213-28/+29
| | | * | | * apt-pkg/acquire.cc:David Kalnischkies2011-08-222-1/+7
| | | * | | * apt-pkg/acquire-item.cc:David Kalnischkies2011-08-222-26/+26
| | | * | | * cmdline/apt-get.cc:David Kalnischkies2011-08-182-6/+19
| | |/ / /
| | * | | merged lp:~donkult/apt/sidMichael Vogt2011-08-1758-2067/+116
| | |\ \ \
| | | * | | set the msglevel to a high dummy value if none is specifiedDavid Kalnischkies2011-08-171-0/+4
| | | * | | for consistency allow the usage of 'make test' instead of './run-tests'David Kalnischkies2011-08-173-7/+16
| | | * | | understand DEB_BUILD_OPTIONS nocheck to disable the testexecutionDavid Kalnischkies2011-08-171-0/+4
| | | * | | * debian/apt.symbols:David Kalnischkies2011-08-172-2/+9
| | | * | | * test/*David Kalnischkies2011-08-172-1/+6
| | | * | | fix 'comparison between signed and unsigned integer expressions' warningDavid Kalnischkies2011-08-171-2/+1
| | | * | | do not output color in the testcases if stdout/stderr are not a /dev/ptsDavid Kalnischkies2011-08-173-20/+48
| | | * | | build test-binaries by default and add a test target to toplevelDavid Kalnischkies2011-08-173-3/+25
| | | * | | fix the compareversion test to work then called from outside of libaptDavid Kalnischkies2011-08-172-2/+7
| | | * | | the experimental branch has a better version of this test in libapt,David Kalnischkies2011-08-171-70/+0
| | | * | | remove fake-status leftover from the python-testDavid Kalnischkies2011-08-171-16/+0
| | | * | | move the networkless test to the interactive helpers as it needsDavid Kalnischkies2011-08-173-0/+0
| | | * | | remove the python testcases as this is covered by integration/David Kalnischkies2011-08-1731-1594/+0
| | | * | | move the interactive helper to a subdirectory of testDavid Kalnischkies2011-08-177-16/+3
| | | * | | add 'dirs' target to the 'all' target to ensure that for e.g. the testsDavid Kalnischkies2011-08-172-2/+1
| | | * | | move the list of versions to test with to the libapt subdirectoryDavid Kalnischkies2011-08-172-1/+1
| | | * | | remove the interactive scratch test, it doesn't test much and whatDavid Kalnischkies2011-08-171-105/+0
| | | * | | replaced by the integration/test-compressed-indexes testDavid Kalnischkies2011-08-171-235/+0
| | * | | | merged from lp:~donkult/apt/sidMichael Vogt2011-08-1713-115/+245
| | |\| | |
| | | * | | merge with the final changelog from debian-sidDavid Kalnischkies2011-08-171-3/+3
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:David Kalnischkies2011-08-174-2/+37
| | | * | | merge the tests for configuration into another libapt-testDavid Kalnischkies2011-08-175-72/+84
| | | * | | support yet another webserver in the integration tests: gatlingDavid Kalnischkies2011-08-151-0/+5
| | | * | | write a proper testcase replacing the print-only uri.cc testDavid Kalnischkies2011-08-155-41/+119
| * | | | | merge with debian/experimentalDavid Kalnischkies2011-09-13137-18719/+23915
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | releasing version 0.8.16~exp5Michael Vogt2011-08-151-2/+2
* | | | | | merged from lp:~mvo/apt/mvoMichael Vogt2011-08-153-3/+26
|\ \ \ \ \ \
| * | | | | | test/integration/Packages-hashsum-verification: commit the forgotten packages...Michael Vogt2011-08-121-0/+18
| * | | | | | * methods/mirror.cc:Michael Vogt2011-08-112-1/+20
| * | | | | | * apt-pkg/acquire.cc:Michael Vogt2011-08-092-1/+5
| * | | | | | merged from the debian-experimental2 branchMichael Vogt2011-08-09114-2169/+5478
| |\ \ \ \ \ \
* | \ \ \ \ \ \ merged from the debian-sid branchMichael Vogt2011-08-1555-380/+498
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | releasing version 0.8.15.6Michael Vogt2011-08-151-2/+2
| | |_|/ / / | |/| | | |
| * | | | | merged fixes from lp:~mvo/apt/mvoMichael Vogt2011-08-152-1/+2
| |\| | | |
| | * | | | fix crash when P.Arch() was used but the cache got remappedMichael Vogt2011-08-082-2/+3
| | |\ \ \ \
| | * | | | | apt-pkg/acquire-item.cc: add more debug outputMichael Vogt2011-08-081-0/+1
| | * | | | | apt-pkg/pkgcachegen.cc: fix incorrect test for modification timeMichael Vogt2011-08-081-1/+1
| * | | | | | lots of cppcheck fixesMichael Vogt2011-08-1253-377/+369
| |\ \ \ \ \ \
| | * | | | | | follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies2011-08-116-13/+18
| | * | | | | | rename the parameter name of MarkDelete from Purge to MarkPurge toDavid Kalnischkies2011-08-111-2/+2
| | * | | | | | fix a few more cppcheck performance and scope warningsDavid Kalnischkies2011-08-115-17/+17
| | * | | | | | cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-1142-334/+321