summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp/edspsystem.cc
Commit message (Expand)AuthorAgeFilesLines
* apt(8): Wait for frontend and cache lockJulian Andres Klode2020-02-261-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-1/+1
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* eipp: let apt make a plan, not make stuff planeDavid Kalnischkies2016-06-291-1/+1
* eipp: provide the internal planer as an external oneDavid Kalnischkies2016-06-271-0/+18
* edsp: optionally store a compressed copy of the last scenarioDavid Kalnischkies2016-06-081-0/+3
* edsp: prevent it from trying to write a cacheDavid Kalnischkies2016-06-061-0/+6
* refactor EDSP classes for better internal reuseDavid Kalnischkies2016-06-051-73/+53
* edspsystem.cc: include <stdlib.h> for mkdtempFredrik Fornwall2016-02-031-0/+1
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-2/+2
* use a less generic special trigger filename for stdinDavid Kalnischkies2015-09-141-2/+2
* implement autobit and pinning in EDSP solver 'apt'David Kalnischkies2015-09-141-2/+44
* Cleanup includes after running iwyuMichael Vogt2015-08-171-2/+0
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-101-6/+2
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-101-2/+1
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-6/+2
* mark internal interfaces as hiddenDavid Kalnischkies2014-11-081-2/+2
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-7/+8
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-3/+3
* * edsp/edspsystem.cc:David Kalnischkies2012-04-231-1/+1
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-1/+1
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+4
* strip the Dir::state from the config name as it will never be thereDavid Kalnischkies2011-03-311-4/+4
* rename the 'universe' to 'scenario' to reflect the naming in the draftDavid Kalnischkies2011-03-311-5/+5
* add a special scenario filename for using stdinDavid Kalnischkies2011-03-311-2/+9
* add a first round of stuff needed for talking between APT and solversDavid Kalnischkies2011-03-301-0/+117