summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
* * apt-pkg/pkgcache.h:David Kalnischkies2011-05-171-3/+3
* rename option APT::Solver::Name to simply APT::SolverDavid Kalnischkies2011-05-171-1/+1
* send the first line of the error message to the error list and fail a bitDavid Kalnischkies2011-05-101-3/+11
* fix SubProgress to accept a Percent parameter to update the CurrentDavid Kalnischkies2011-05-101-5/+3
* implement proper progress report with OpProgressDavid Kalnischkies2011-05-091-19/+45
* implement correct error reportingDavid Kalnischkies2011-05-071-2/+12
* undo the temporary progress reporting disabling which slipped into last commitDavid Kalnischkies2011-05-061-4/+4
* fix arguments for MarkInstall so packages are really marked as automaticDavid Kalnischkies2011-05-031-5/+5
* maybe Pre-Depends are checked if they write them as Pre-Depends andDavid Kalnischkies2011-05-031-1/+1
* tell the resolver a package is set on hold if it was set by the userDavid Kalnischkies2011-05-031-1/+2
* implement external solver calling for upgrade and dist-upgrade, tooDavid Kalnischkies2011-05-031-34/+54
* doesn't execute autoremove marker setting if an external solver is calledDavid Kalnischkies2011-05-021-2/+18
* refactor: move solver execution into his own EDSP methodDavid Kalnischkies2011-05-021-0/+42
* reduce the buffer size so we get a sort of realtime progress reportDavid Kalnischkies2011-05-021-1/+2
* move the mapping generation to the top as the response reading isDavid Kalnischkies2011-05-021-5/+5
* implement optional Progress report in EDSPDavid Kalnischkies2011-05-021-2/+19
* reorganize WriteScenario to add a WriteLimitedScenario in which a scenarioDavid Kalnischkies2011-04-251-80/+175
* use the version id instead of the mmap offset as APT-IDDavid Kalnischkies2011-04-191-4/+18
* Interpret Remove and Install lines in Responses correctlyDavid Kalnischkies2011-04-191-5/+12
* send the scenario through a pipe to the solver and get the solution backDavid Kalnischkies2011-04-021-2/+26
* parse also the action flags Upgrade, Dist-Upgrade and alike from the requestDavid Kalnischkies2011-04-011-7/+37
* Read and apply install/remove requests correctlyDavid Kalnischkies2011-04-011-8/+93
* WriteRequest according to current EDSP draftDavid Kalnischkies2011-03-311-7/+17
* rename edspwriter to straight edsp in toplevel as it does more thanDavid Kalnischkies2011-03-311-0/+160