Age | Commit message (Expand) | Author |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-06-12 | store Release files data in the Cache | David Kalnischkies |
2015-04-19 | Merge branch 'debian/jessie' into debian/experimental | David Kalnischkies |
2015-04-12 | parse specific-arch dependencies correctly on single-arch systems | David Kalnischkies |
2015-03-16 | parse arch-qualified Provides correctly | Helmut Grohne |
2014-11-08 | guard ABI changes for SourcePkg/Ver in pkgCache | David Kalnischkies |
2014-11-08 | use a abi version check similar to the gcc check | David Kalnischkies |
2014-10-14 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-10-13 | do not inline virtual destructors with d-pointers | David Kalnischkies |
2014-10-08 | Update Status field values handling | Guillem Jover |
2014-10-06 | implement the updated build profile spec | josch |
2014-10-03 | rename StringType VERSION to VERSIONNUMBER | David Kalnischkies |
2014-09-27 | store source name and version in binary cache | David Kalnischkies |
2014-09-27 | drop stored StringItems in favor of in-memory mappings | David Kalnischkies |
2014-09-05 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-08-26 | support versioned provides as implemented by dpkg | David Kalnischkies |
2014-08-24 | Fix debListParser to accept "no" as a value for the Multi-Arch field | Julian Andres Klode |
2014-08-24 | Fix debListParser to accept "no" as a value for the Multi-Arch field | Julian Andres Klode |
2014-07-08 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-07-07 | handle moved mmap after UniqFindTagWrite call | David Kalnischkies |
2014-06-18 | remove the Section member from package struct | David Kalnischkies |
2014-06-18 | cleanup datatypes mix used in binary cache | David Kalnischkies |
2014-05-09 | parse and retrieve multiple Descriptions in one record | David Kalnischkies |
2014-04-28 | WIP local deb install | Michael Vogt |
2014-03-13 | abstract version hash comparison a bit | David Kalnischkies |
2014-03-13 | factor out parsing of MultiArch flag | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | fix -Wmissing-field-initializers warnings | David Kalnischkies |
2014-03-13 | support DEB_BUILD_PROFILES and -P for build profiles | David Kalnischkies |
2014-03-13 | implement BuildProfileSpec support as dpkg has in 1.17.2 | Johannes Schauer |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2013-09-26 | don't strip :any from dependencies in single-arch | David Kalnischkies |
2013-08-15 | init the pkgTagFile with the size of the Release file | David Kalnischkies |
2013-08-08 | use pkgTagFile to parse "header" of Release files | David Kalnischkies |
2013-06-20 | handle missing "Description" in apt-cache show | David Kalnischkies |
2013-04-08 | merged bundle from david | Michael Vogt |
2013-04-02 | merged lp:~mvo/apt/fix-inrelease5 | Michael Vogt |
2013-04-01 | micro-optimize and enhance readability of ListParser::VersionHash | David Kalnischkies |
2013-03-18 | * apt-pkg/deb/debindexfile.cc, | David Kalnischkies |
2013-01-08 | fix pkgProblemResolver::Scores, thanks to Paul Wise. | Michael Vogt |
2012-09-09 | handle packages without a mandatory architecture (debian-policy ยง5.3) | David Kalnischkies |
2012-07-09 | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies |
2012-06-16 | do not dereference the storage for the unique strings as the pointer can | David 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 |