summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp.cc
Commit message (Expand)AuthorAgeFilesLines
* eipp: properly handle arch-specific providesDavid Kalnischkies2016-06-271-0/+29
* eipp: make no difference between remove & purgeDavid Kalnischkies2016-06-271-5/+11
* eipp: provide the internal planer as an external oneDavid Kalnischkies2016-06-271-14/+140
* eipp: output at most two versions per packageDavid Kalnischkies2016-06-271-20/+53
* eipp: implement version 0.1 of the protocolDavid Kalnischkies2016-06-271-0/+180
* don't leak EDSP solver output fdDavid Kalnischkies2016-06-101-1/+1
* edsp: drop privileges before executing solversDavid Kalnischkies2016-06-081-1/+6
* edsp: if logging is requested, do it for internal, tooDavid Kalnischkies2016-06-081-0/+14
* edsp: optionally store a compressed copy of the last scenarioDavid Kalnischkies2016-06-081-11/+31
* get right of the hardcoded string-length comparesDavid Kalnischkies2016-06-061-40/+28
* edsp: use a stanza based interface for solution writingDavid Kalnischkies2016-06-041-27/+6
* edsp: use an ID mapping for the internal solverDavid Kalnischkies2016-06-041-6/+7
* refactor EDSP code into EDSP and EDSP-like partsDavid Kalnischkies2016-05-201-47/+65
* edsp: use a limited scenario based on bool-arrayDavid Kalnischkies2016-05-201-6/+10
* edsp: add Forbid-{New-Install,Remove} and Upgrade-AllDavid Kalnischkies2016-05-201-21/+74
* avoid triggering gcc's -Wunsafe-loop-optimizations in EDSPDavid Kalnischkies2016-05-201-14/+19
* edsp: try harder to not generate unneeded error messagesDavid Kalnischkies2016-05-201-78/+90
* convert EDSP to be based on FileFd instead of FILE*David Kalnischkies2016-05-201-12/+314
* edsp: warn if unexpected stanzas appear in the solutionDavid Kalnischkies2016-05-121-12/+24
* edsp: support generic and solver-specific configsDavid Kalnischkies2016-05-101-6/+9
* don't sent uninstallable rc-only versions via EDSPDavid Kalnischkies2016-05-101-0/+22
* edsp: ask policy engine for the pin of the version directlyDavid Kalnischkies2016-04-251-5/+1
* pass versioned provides to external solvers in EDSPDavid Kalnischkies2016-02-161-0/+2
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-041-3/+4
* do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies2015-09-141-1/+5
* add Source-Version field for EDSPDavid Kalnischkies2015-09-141-0/+1
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-141-2/+2
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+5
* Cleanup includes after running iwyuMichael Vogt2015-08-171-11/+0
* 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-7/+0
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-61/+62
* store Release files data in the CacheDavid Kalnischkies2015-06-121-1/+1
* guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-081-0/+7
* store source name and version in binary cacheDavid Kalnischkies2014-09-271-5/+1
* don't send pkg from an unknown architecture via EDSPDavid Kalnischkies2014-06-181-0/+7
* support parsing EDSP requests Architecture{,s} stanzaDavid Kalnischkies2014-05-301-0/+7
* check exit status of external solversDavid Kalnischkies2014-05-301-7/+22
* EDSP: add APT-Release field to Package stanzasStefano Zacchiroli2014-05-041-2/+14
* EDSP: add Source field to Package stanzasStefano Zacchiroli2014-05-041-0/+6
* EDSP: add Architecture(s) multi-arch fields to the Request stanzaStefano Zacchiroli2014-05-041-0/+9
* EDSP: bump protocol version to 0.5Stefano Zacchiroli2014-05-041-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-4/+13
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-6/+4
* apt-pkg/edsp.cc: do not use stderr in WriteSolution at allMichael Vogt2013-03-201-3/+0
* apt-pkg/edsp.cc: do not spam stderr in WriteSolutionMichael Vogt2013-03-201-0/+2
* * apt-pkg/edsp.cc:David Kalnischkies2012-10-131-2/+4
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-06-111-8/+4
* merged lp:~donkult/apt/experimentalMichael Vogt2011-10-141-1/+8
|\
| * use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+7
|/