summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp/edsplistparser.cc
Commit message (Expand)AuthorAgeFilesLines
* Make map_pointer<T> typesafeJulian Andres Klode2020-02-241-2/+2
* Use a 32-bit djb VersionHash instead of CRC-16Julian Andres Klode2020-02-181-1/+1
* Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode2020-01-141-1/+1
* drop unused/unimplemented & hidden LoadReleaseInfoDavid Kalnischkies2017-09-091-7/+0
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-3/+3
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* Do not use MD5SumValue for Description_md5()Julian Andres Klode2016-11-221-2/+3
* Add missing includes and external definitionsJulian Andres Klode2016-08-261-0/+2
* eipp: provide the internal planer as an external oneDavid Kalnischkies2016-06-271-0/+54
* refactor EDSP classes for better internal reuseDavid Kalnischkies2016-06-051-39/+27
* edsp: use an ID mapping for the internal solverDavid Kalnischkies2016-06-041-1/+2
* remove unused Description methods in listparsersDavid Kalnischkies2016-01-261-6/+2
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-4/+2
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-041-0/+9
* implement autobit and pinning in EDSP solver 'apt'David Kalnischkies2015-09-141-4/+46
* Cleanup includes after running iwyuMichael Vogt2015-08-171-1/+0
* parse packages from all architectures into the cacheDavid Kalnischkies2015-08-101-1/+1
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+2
* store Release files data in the CacheDavid Kalnischkies2015-06-121-2/+2
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-4/+6
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-2/+2
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-4/+4
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+2
* parse correctly the Hold: lines into Pkg->SelectedState = HoldDavid Kalnischkies2011-05-021-2/+5
* parse the state of the package from the scenario file correctlyDavid Kalnischkies2011-03-311-30/+8
* add a first round of stuff needed for talking between APT and solversDavid Kalnischkies2011-03-301-0/+109