summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
AgeCommit message (Expand)Author
2014-10-08Update Status field values handlingGuillem Jover
2014-10-06implement the updated build profile specjosch
2014-08-26support versioned provides as implemented by dpkgDavid Kalnischkies
2014-08-24Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode
2014-07-07handle moved mmap after UniqFindTagWrite callDavid Kalnischkies
2014-03-13abstract version hash comparison a bitDavid Kalnischkies
2014-03-13factor out parsing of MultiArch flagDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies
2014-03-13support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies
2014-03-13implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2013-09-26don't strip :any from dependencies in single-archDavid Kalnischkies
2013-08-15init the pkgTagFile with the size of the Release fileDavid Kalnischkies
2013-08-08use pkgTagFile to parse "header" of Release filesDavid Kalnischkies
2013-06-20handle missing "Description" in apt-cache showDavid Kalnischkies
2013-04-08merged bundle from davidMichael Vogt
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt
2013-04-01micro-optimize and enhance readability of ListParser::VersionHashDavid Kalnischkies
2013-03-18* apt-pkg/deb/debindexfile.cc,David Kalnischkies
2013-01-08fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt
2012-09-09handle packages without a mandatory architecture (debian-policy ยง5.3)David Kalnischkies
2012-07-09* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2012-06-16do not dereference the storage for the unique strings as the pointer canDavid Kalnischkies
2012-06-14* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2012-06-14* deb/deblistparser.cc:David Kalnischkies
2012-06-11* apt-pkg/deb/deblistparser.cc:Thibaut Girka
2012-06-10* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2012-05-02* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2012-04-18* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2012-03-05* apt-pkg/deb/deblistparser.cc:Julian Andres Klode
2011-12-13Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies
2011-11-03* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2011-10-30merge with my debian-sid branchDavid Kalnischkies
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt
2011-09-26merged fix from donkultMichael Vogt
2011-09-21convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-15merged from the debian-sid branchMichael Vogt
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-07-28merged from debian-aptMichael Vogt
2011-07-28merged from lp:~donkult/apt/sidMichael Vogt
2011-07-28* merged latest fixes from debian-sidMichael Vogt
2011-07-27* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2011-07-25* apt-pkg/deb/deblistparser.cc:David Kalnischkies