summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-0/+9
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies1-4/+4
2014-03-13support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies1-1/+1
2014-03-13implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer1-4/+87
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-1/+1
2013-09-26don't strip :any from dependencies in single-archDavid Kalnischkies1-4/+2
2013-08-15init the pkgTagFile with the size of the Release fileDavid Kalnischkies1-1/+1
2013-08-08use pkgTagFile to parse "header" of Release filesDavid Kalnischkies1-85/+19
2013-06-20handle missing "Description" in apt-cache showDavid Kalnischkies1-1/+5
2013-04-08merged bundle from davidMichael Vogt1-7/+7
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt1-11/+1
2013-04-01micro-optimize and enhance readability of ListParser::VersionHashDavid Kalnischkies1-7/+7
2013-03-18* apt-pkg/deb/debindexfile.cc,David Kalnischkies1-11/+1
2013-01-08fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt1-6/+7
2012-09-09handle packages without a mandatory architecture (debian-policy ยง5.3)David Kalnischkies1-4/+18
2012-07-09* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-1/+2
2012-06-16do not dereference the storage for the unique strings as the pointer canDavid Kalnischkies1-7/+9
2012-06-14* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-27/+5
2012-06-14* deb/deblistparser.cc:David Kalnischkies1-23/+30
2012-06-11* apt-pkg/deb/deblistparser.cc:Thibaut Girka1-3/+17
2012-06-10* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-6/+5
2012-05-02* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-5/+12
2012-04-18* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-2/+8
2012-03-05* apt-pkg/deb/deblistparser.cc:Julian Andres Klode1-1/+1
2011-12-13Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies1-0/+1
2011-11-03* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-0/+3
2011-10-30merge with my debian-sid branchDavid Kalnischkies1-13/+8
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies1-4/+1
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies1-12/+20
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt1-12/+20
2011-09-26merged fix from donkultMichael Vogt1-12/+20
2011-09-21convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies1-13/+8
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-0/+2
2011-09-13merge with debian/experimentalDavid Kalnischkies1-9/+26
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-0/+2
2011-08-15merged from the debian-sid branchMichael Vogt1-1/+1
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-1/+1
2011-07-28merged from debian-aptMichael Vogt1-5/+19
2011-07-28merged from lp:~donkult/apt/sidMichael Vogt1-5/+19
2011-07-28* merged latest fixes from debian-sidMichael Vogt1-3/+6
2011-07-27* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-1/+5
2011-07-25* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-3/+6
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt1-8/+3
2011-06-28merged from lp:~mvo/apt/mvoMichael Vogt1-1/+1
2011-06-09* apt-pkg/deb/deblistparser.cc:Michael Vogt1-1/+1
2011-05-17* apt-pkg/pkgcache.h:David Kalnischkies1-8/+3
2011-05-17rename I to J to avoid redefining a variable (clang warning)David Kalnischkies1-5/+5
2011-04-14* apt-pkg/deb/deblistparser.cc:Julian Andres Klode1-1/+1
2011-03-28* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-12/+13