Age | Commit message (Expand) | Author |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-07-12 | Drop cacheiterators.h include | Julian Andres Klode |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2016-11-09 | fix three typos in sources & manpages | Chris Leick |
2016-06-29 | eipp: let apt make a plan, not make stuff plane | David Kalnischkies |
2016-06-27 | eipp: add Allow-Temporary-Remove-of-Essentials | David Kalnischkies |
2016-06-27 | eipp: implement Immediate-Configuration flag | David Kalnischkies |
2016-06-27 | eipp: provide the internal planer as an external one | David Kalnischkies |
2016-06-27 | eipp: implement version 0.1 of the protocol | David Kalnischkies |
2016-06-10 | don't leak EDSP solver output fd | David Kalnischkies |
2016-06-04 | edsp: use a stanza based interface for solution writing | David Kalnischkies |
2016-05-20 | edsp: use a limited scenario based on bool-array | David Kalnischkies |
2016-05-20 | edsp: add Forbid-{New-Install,Remove} and Upgrade-All | David Kalnischkies |
2016-05-20 | convert EDSP to be based on FileFd instead of FILE* | David Kalnischkies |
2015-11-27 | add messages to our deprecation warnings in libapt | David Kalnischkies |
2015-08-10 | some CXXFLAGS housekeeping | David Kalnischkies |
2015-06-16 | add d-pointer, virtual destructors and de-inline de/constructors | David Kalnischkies |
2014-05-30 | check exit status of external solvers | David Kalnischkies |
2014-03-21 | mark optional (private) symbols as hidden | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2011-12-13 | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies |
2011-11-09 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-05-09 | implement proper progress report with OpProgress | David Kalnischkies |
2011-05-07 | implement correct error reporting | David Kalnischkies |
2011-05-03 | add a fair round of doxygen comments to the edsp header | David Kalnischkies |
2011-05-03 | implement external solver calling for upgrade and dist-upgrade, too | David Kalnischkies |
2011-05-02 | refactor: move solver execution into his own EDSP method | David Kalnischkies |
2011-05-02 | implement optional Progress report in EDSP | David Kalnischkies |
2011-04-25 | reorganize WriteScenario to add a WriteLimitedScenario in which a scenario | David Kalnischkies |
2011-04-02 | send the scenario through a pipe to the solver and get the solution back | David Kalnischkies |
2011-04-01 | parse also the action flags Upgrade, Dist-Upgrade and alike from the request | David Kalnischkies |
2011-04-01 | Read and apply install/remove requests correctly | David Kalnischkies |
2011-03-31 | WriteRequest according to current EDSP draft | David Kalnischkies |
2011-03-31 | rename edspwriter to straight edsp in toplevel as it does more than | David Kalnischkies |