summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies27-206/+206
2011-08-11fix some cppcheck: (warning) Member variable is not initialized in the constr...David Kalnischkies3-3/+5
2011-08-11cppcheck is right that the check for preventing null deference of QueryDavid Kalnischkies1-6/+2
2011-08-05* test/integration/test-hashsum-verification:Michael Vogt1-2/+3
2011-08-05* apt-pkg/acquire-item.cc:Michael Vogt1-2/+3
2011-08-01apt-pkg/pkgcachegen.cc: copy Arch to avoid segfault on cache remapMichael Vogt1-1/+3
2011-07-29merged from debian-sidMichael Vogt10-54/+120
2011-07-29* apt-pkg/pkgcachegen.{cc,h}:Michael Vogt2-2/+5
2011-07-28* apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt5-4/+47
2011-07-28merged from lp:~donkult/apt/sidMichael Vogt1-5/+19
2011-07-27* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-1/+5
2011-07-26merged from lp:~mvo/apt/mvoMichael Vogt3-1/+68
2011-07-26fix typos in changelog, make DeEscapeString const, improve descriptionMichael Vogt2-4/+4
2011-07-26add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt2-6/+5
2011-07-26apt-pkg/contrib/strutl.cc: kill unneeded debug outputMichael Vogt1-1/+0
2011-07-26* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt3-6/+69
2011-07-26* apt-pkg/contrib/sha1.cc:David Miller1-3/+2
2011-07-25* apt-pkg/contrib/cdromutl.cc:Michael Vogt1-1/+7
2011-07-25* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-3/+6
2011-07-25* apt-pkg/aptconfiguration.cc:David Kalnischkies1-1/+1
2011-07-16* apt-pkg/policy.cc:David Kalnischkies1-2/+16
2011-07-16do not require unused partial dirs in 'source' (Closes: #633510)David Kalnischkies1-0/+2
2011-07-15apt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI breakMichael Vogt2-2/+2
2011-07-15* apt-pkg/depcache.cc:David Kalnischkies1-1/+1
2011-07-14merge with debian-sid 0.8.15.2David Kalnischkies4-9/+42
2011-07-14merged from debian-sidMichael Vogt4-22/+66
2011-07-14make ResolveByKeep() more clever and hold back packages that would go into a ...Michael Vogt2-6/+37
2011-07-13fix from David Kalnischkies for the InRelease gpg verification 0.8.15.2Michael Vogt1-1/+20
2011-07-13apt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() des...Michael Vogt1-1/+1
2011-07-06* apt-pkg/init.cc:David Kalnischkies3-38/+56
2011-07-01apt-pkg/acquire-item.cc: improve error message for valid-untilMichael Vogt1-2/+4
2011-06-30* apt-pkg/pkgcachegen.cc:David Kalnischkies1-3/+19
2011-06-30* doc/makefile:Michael Vogt2-20/+45
2011-06-30allow package:architecure in Package:David Kalnischkies1-8/+32
2011-06-29 - ensure that only the first specific stanza for a package is usedDavid Kalnischkies2-15/+13
2011-06-29Defaults is a vector of Pin not of PkgPinDavid Kalnischkies1-1/+1
2011-06-29* apt-pkg/policy.cc:David Kalnischkies1-0/+3
2011-06-29merge with debian-sid release 0.8.15David Kalnischkies5-12/+69
2011-06-28merged from lp:~mvo/apt/mvoMichael Vogt3-12/+15
2011-06-28merged from donkultMichael Vogt5-28/+55
2011-06-28cherry pick from donkultMichael Vogt1-0/+6
2011-06-27* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-1/+9
2011-06-09apt-pkg/deb/debindexfile.cc: kill off another TranslationsAvailable() usage t...Michael Vogt1-6/+4
2011-06-09apt-pkg/deb/debindexfile.cc: remove tests for TranslationsAvailable() as this...Michael Vogt1-4/+1
2011-06-09* apt-pkg/deb/deblistparser.cc:Michael Vogt1-1/+1
2011-06-06* apt-pkg/indexcopy.cc:David Kalnischkies1-1/+20
2011-05-31apt-pkg/acquire-item.cc: only test packages file for correctness if its not e...Michael Vogt1-11/+14
2011-05-30Reject files known to be invalid (LP: #346386) (Closes: #627642)Julian Andres Klode1-4/+4
2011-05-30apt-pkg/acquire-item.cc: Reject files known to be invalid (LP: #346386) (Clos...Julian Andres Klode1-0/+45
2011-05-28* apt-pkg/init.cc:Jörg Sommer1-3/+0