summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
AgeCommit message (Expand)Author
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-06-12store Release files data in the CacheDavid Kalnischkies
2015-04-19Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies
2015-04-12parse specific-arch dependencies correctly on single-arch systemsDavid Kalnischkies
2015-03-16parse arch-qualified Provides correctlyHelmut Grohne
2014-11-08guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies
2014-10-14Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-10-13do not inline virtual destructors with d-pointersDavid Kalnischkies
2014-10-08Update Status field values handlingGuillem Jover
2014-10-06implement the updated build profile specjosch
2014-10-03rename StringType VERSION to VERSIONNUMBERDavid Kalnischkies
2014-09-27store source name and version in binary cacheDavid Kalnischkies
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt
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-08-24Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode
2014-07-08Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-07-07handle moved mmap after UniqFindTagWrite callDavid Kalnischkies
2014-06-18remove the Section member from package structDavid Kalnischkies
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies
2014-05-09parse and retrieve multiple Descriptions in one recordDavid Kalnischkies
2014-04-28WIP local deb installMichael Vogt
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