summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-191-1/+1
|\
| * parse specific-arch dependencies correctly on single-arch systemsDavid Kalnischkies2015-04-121-1/+1
* | parse arch-qualified Provides correctlyHelmut Grohne2015-03-161-0/+6
* | guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-081-0/+2
* | use a abi version check similar to the gcc checkDavid Kalnischkies2014-11-081-1/+1
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-10-141-57/+73
|\|
| * Update Status field values handlingGuillem Jover2014-10-081-12/+6
| * implement the updated build profile specjosch2014-10-061-45/+67
* | do not inline virtual destructors with d-pointersDavid Kalnischkies2014-10-131-2/+1
* | rename StringType VERSION to VERSIONNUMBERDavid Kalnischkies2014-10-031-2/+2
* | store source name and version in binary cacheDavid Kalnischkies2014-09-271-0/+51
* | drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-271-26/+19
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-2/+2
|\|
| * support versioned provides as implemented by dpkgDavid Kalnischkies2014-08-261-2/+2
| * Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode2014-08-241-1/+1
* | Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode2014-08-241-1/+1
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-081-1/+2
|\|
| * handle moved mmap after UniqFindTagWrite callDavid Kalnischkies2014-07-071-2/+6
* | remove the Section member from package structDavid Kalnischkies2014-06-181-3/+0
* | cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-181-3/+3
* | parse and retrieve multiple Descriptions in one recordDavid Kalnischkies2014-05-091-22/+18
* | WIP local deb installMichael Vogt2014-04-281-0/+20
|/
* abstract version hash comparison a bitDavid Kalnischkies2014-03-131-0/+21
* factor out parsing of MultiArch flagDavid Kalnischkies2014-03-131-21/+26
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+9
* fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-4/+4
* support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-131-1/+1
* implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer2014-03-131-4/+87
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* don't strip :any from dependencies in single-archDavid Kalnischkies2013-09-261-4/+2
* init the pkgTagFile with the size of the Release fileDavid Kalnischkies2013-08-151-1/+1
* use pkgTagFile to parse "header" of Release filesDavid Kalnischkies2013-08-081-85/+19
* handle missing "Description" in apt-cache showDavid Kalnischkies2013-06-201-1/+5
* merged bundle from davidMichael Vogt2013-04-081-7/+7
|\
| * micro-optimize and enhance readability of ListParser::VersionHashDavid Kalnischkies2013-04-011-7/+7
* | merged lp:~mvo/apt/fix-inrelease5Michael Vogt2013-04-021-11/+1
|\ \ | |/ |/|
| * * apt-pkg/deb/debindexfile.cc,David Kalnischkies2013-03-181-11/+1
* | fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt2013-01-081-6/+7
|/
* handle packages without a mandatory architecture (debian-policy ยง5.3)David Kalnischkies2012-09-091-4/+18
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-07-091-1/+2
* do not dereference the storage for the unique strings as the pointer canDavid Kalnischkies2012-06-161-7/+9
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-06-141-27/+5
* * deb/deblistparser.cc:David Kalnischkies2012-06-141-23/+30
* * apt-pkg/deb/deblistparser.cc:Thibaut Girka2012-06-111-3/+17
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-06-101-6/+5
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-05-021-5/+12
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-04-181-2/+8
* * apt-pkg/deb/deblistparser.cc:Julian Andres Klode2012-03-051-1/+1
* Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-131-0/+1
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-11-031-0/+3