summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| | * | | | fix some cppcheck: (warning) Member variable is not initialized in the constr...David Kalnischkies2011-08-114-5/+5
| | * | | | cppcheck is right that the check for preventing null deference of QueryDavid Kalnischkies2011-08-111-6/+2
| | | |/ / | | |/| |
| * / | | cherry pick test/integration/Packages-hashsum-verification addition from lp:~...Michael Vogt2011-08-121-0/+18
| |/ / /
| * | | * test/integration/test-hashsum-verification:Michael Vogt2011-08-053-2/+91
| |\| |
| | * | * apt-pkg/acquire-item.cc:Michael Vogt2011-08-053-2/+13
| | * | * test/integration/test-hashsum-verification:Michael Vogt2011-08-052-0/+78
| * | | merged from lp:~mvo/apt/mvoMichael Vogt2011-08-017-7/+72
| |\| |
* | | | apt-pkg/acquire-item.cc: always init VerifyMichael Vogt2011-08-052-2/+6
* | | | * apt-pkg/acquire-item.{cc,h}:Michael Vogt2011-08-054-3/+20
* | | | apt-pkg/pkgcachegen.cc: fix compiler errorMichael Vogt2011-08-051-1/+1
* | | | fix crash when P.Arch() was used but the cache got remappedMichael Vogt2011-08-012-4/+7
|\ \ \ \ | | |/ / | |/| |
| * | | apt-pkg/pkgcachegen.cc: copy Arch to avoid segfault on cache remapMichael Vogt2011-08-011-1/+3
| * | | merged from debian-sidMichael Vogt2011-07-2982-18445/+23460
| |\| |
| | * | releasing version 0.8.15.5Michael Vogt2011-07-281-2/+2
* | | | apt-pkg/sourcelist.cc: GetListOfFilesInDir() fails if the dir does not exists...Michael Vogt2011-08-011-2/+6
* | | | apt-pkg/contrib/sha2_internal.h: remove extern "C" to avoid symbol clash with...Michael Vogt2011-07-291-9/+0
* | | | test/libapt/hashsums_test.cc: add a test for HashString and VerifyFileMichael Vogt2011-07-291-0/+15
* | | | apt-pkg/contrib/sha256.h: use #warning to warn about deprecated headerMichael Vogt2011-07-291-1/+1
* | | | merge from lp:~mvo/apt/mvoMichael Vogt2011-07-293-2/+9
|\| | |
| * | | * apt-pkg/pkgcachegen.{cc,h}:Michael Vogt2011-07-293-2/+9
* | | | * apt-pkg/makefile:Michael Vogt2011-07-292-1/+8
* | | | releasing version 0.8.16~exp4Michael Vogt2011-07-281-2/+2
* | | | merged from lp:~mvo/apt/mvoMichael Vogt2011-07-286-4/+54
|\| | |
| * | | * apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2011-07-286-4/+54
* | | | [ABI break] merge patch from Jonathan Thomas to speed up theMichael Vogt2011-07-283-3/+14
* | | | [ABI break] merged patch from Jonathan Thomas to have a newMichael Vogt2011-07-284-1/+19
* | | | * [ABI break] apt-pkg/acquire-item.{cc,h}:Michael Vogt2011-07-283-15/+22
* | | | cmdline/makefile: ajust commentMichael Vogt2011-07-281-1/+1
* | | | * apt-pkg/cdrom.{cc,h}:Michael Vogt2011-07-283-14/+6
* | | | merged from debian-aptMichael Vogt2011-07-283-5/+54
|\ \ \ \ | | |/ / | |/| |
| * | | merged from lp:~donkult/apt/sidMichael Vogt2011-07-283-5/+54
| |\ \ \
| | * | | * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-07-273-1/+40
| |/ / /
* | | | * merged latest fixes from debian-sidMichael Vogt2011-07-2876-18282/+23142
|\| | |
| * | | releasing version 0.8.15.4Michael Vogt2011-07-261-2/+2
| * | | refresh po/*Michael Vogt2011-07-2646-18572/+22958
| * | | merged from lp:~mvo/apt/mvoMichael Vogt2011-07-266-3/+130
| |\| |
| | * | fix typos in changelog, make DeEscapeString const, improve descriptionMichael Vogt2011-07-263-6/+7
| | * | add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt2011-07-263-6/+11
| | * | apt-pkg/contrib/strutl.cc: kill unneeded debug outputMichael Vogt2011-07-261-1/+0
| | * | * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt2011-07-266-6/+118