summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
Commit message (Expand)AuthorAgeFilesLines
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-141-16/+60
* M-A: allowed pkgs of unconfigured archs do not statisfy :anyDavid Kalnischkies2015-09-141-8/+12
* store ':any' pseudo-packages with 'any' as architectureDavid Kalnischkies2015-09-141-2/+7
* fix some unused parameter/variable warningsDavid Kalnischkies2015-08-311-2/+2
* Do not parse Status fields from remote sourcesJulian Andres Klode2015-08-271-1/+6
* Cleanup includes after running iwyuMichael Vogt2015-08-171-2/+0
* no value for MultiArch field is 'no', not 'none'David Kalnischkies2015-08-101-3/+3
* drop obsolete explicit :none handling in pkgCacheGenDavid Kalnischkies2015-08-101-1/+2
* parse packages from all architectures into the cacheDavid Kalnischkies2015-08-101-35/+4
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-101-3/+4
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-101-1/+1
* just-in-time creation for (explicit) negative depsDavid Kalnischkies2015-08-101-25/+5
* just-in-time creation for (implicit) ProvidesDavid Kalnischkies2015-08-101-16/+4
* hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-101-4/+4
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-5/+0
* bunch of micro-optimizations for depcacheDavid Kalnischkies2015-08-101-6/+5
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* store Release files data in the CacheDavid Kalnischkies2015-06-121-37/+0
* 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