Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove deprecated methods which nobody should have used anyway like | David Kalnischkies | 2011-05-17 | 5 | -72/+2 |
| | | | | pseudo-package related and/or private | ||||
* | * apt-pkg/pkgcache.h: | David Kalnischkies | 2011-05-17 | 6 | -25/+23 |
| | | | | - clean up mess with the "all" handling in MultiArch to fix LP: #733741 cleanly for everyone now | ||||
* | rename option APT::Solver::Name to simply APT::Solver | David Kalnischkies | 2011-05-17 | 6 | -10/+10 |
| | |||||
* | * doc/external-dependency-solver-protocol.txt: | David Kalnischkies | 2011-05-17 | 3 | -1/+306 |
|\ | | | | | - describe EDSP and the configuration interface around it | ||||
| * | add Dir::Bin::Solvers to enable customization of solver directory | Stefano Zacchiroli | 2011-04-04 | 1 | -6/+10 |
| | | | | | | | | EDSP version 0.4 | ||||
| * | merge documentation of the EDSP protocol | Stefano Zacchiroli | 2011-04-04 | 2 | -0/+296 |
| |\ | |||||
| | * | install EDSP protocol description in apt-doc | Stefano Zacchiroli | 2011-04-04 | 1 | -0/+1 |
| | | | |||||
| | * | edsp: rename and drop very-draft warnings | Stefano Zacchiroli | 2011-04-04 | 1 | -5/+0 |
| | | | |||||
| | * | add indicative Autoremove stanzas in solutions | Stefano Zacchiroli | 2011-03-31 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | | | | as suggested by David EDSP version 0.3 | ||||
| | * | second draft, addressing David and Michael comments | Stefano Zacchiroli | 2011-03-30 | 1 | -49/+104 |
| | | | | | | | | | | | | EDSP version 0.2 | ||||
| | * | solver protocol (EDSP): first draft | Stefano Zacchiroli | 2011-03-30 | 1 | -0/+235 |
| | | | | | | | | | version 0.1 | ||||
* | | | * Implement EDSP in libapt-pkg so that all front-ends which | David Kalnischkies | 2011-05-17 | 30 | -45/+1554 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | use the internal resolver can now be used also with external ones as the usage is hidden in between the old API * provide two edsp solvers in apt-utils: - 'dump' to quickly output a complete scenario and - 'apt' to use the internal as an external resolver | ||||
| * | | | send the first line of the error message to the error list and fail a bit | David Kalnischkies | 2011-05-10 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | more nicely and in order | ||||
| * | | | fix SubProgress to accept a Percent parameter to update the Current | David Kalnischkies | 2011-05-10 | 3 | -25/+13 |
| | | | | | | | | | | | | | | | | with the text as otherwise the update will be ignored | ||||
| * | | | fix package building so 'dump' is a binary not a directory | David Kalnischkies | 2011-05-09 | 3 | -2/+3 |
| | | | | |||||
| * | | | implement proper progress report with OpProgress | David Kalnischkies | 2011-05-09 | 3 | -32/+74 |
| | | | | |||||
| * | | | implement correct error reporting | David Kalnischkies | 2011-05-07 | 4 | -7/+22 |
| | | | | |||||
| * | | | undo the temporary progress reporting disabling which slipped into last commit | David Kalnischkies | 2011-05-06 | 1 | -4/+4 |
| | | | | |||||
| * | | | fix arguments for MarkInstall so packages are really marked as automatic | David Kalnischkies | 2011-05-03 | 1 | -5/+5 |
| | | | | |||||
| * | | | add a tiny dump solver to quickly output a scenario | David Kalnischkies | 2011-05-03 | 5 | -1/+60 |
| | | | | |||||
| * | | | maybe Pre-Depends are checked if they write them as Pre-Depends and | David Kalnischkies | 2011-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | not as PreDepends (doh!) … | ||||
| * | | | add a --solver option to apt-get | David Kalnischkies | 2011-05-03 | 1 | -0/+1 |
| | | | | |||||
| * | | | ship the apt-internal-solver in apt-utils package and link it to | David Kalnischkies | 2011-05-03 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | /usr/lib/apt/solvers so we have it available for playing as 'apt' | ||||
| * | | | add a fair round of doxygen comments to the edsp header | David Kalnischkies | 2011-05-03 | 1 | -3/+151 |
| | | | | |||||
| * | | | tell the resolver a package is set on hold if it was set by the user | David Kalnischkies | 2011-05-03 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | to Keep which happens for example if a user decides to "remove" a not installed package to forbid that it's part of the solution | ||||
| * | | | implement external solver calling for upgrade and dist-upgrade, too | David Kalnischkies | 2011-05-03 | 4 | -52/+80 |
| | | | | |||||
| * | | | work on requests with the correct upgrade/dist-upgrade/else resolver | David Kalnischkies | 2011-05-03 | 1 | -1/+11 |
| | | | | |||||
| * | | | parse correctly the Hold: lines into Pkg->SelectedState = Hold | David Kalnischkies | 2011-05-02 | 1 | -2/+5 |
| | | | | |||||
| * | | | doesn't execute autoremove marker setting if an external solver is called | David Kalnischkies | 2011-05-02 | 3 | -2/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | and instead rely on the Autoremove tagging to show us what could be done. (apt-internal-solver doesn't support this currently as it doesn't load the auto-information into the cache) | ||||
| * | | | refactor: move solver execution into his own EDSP method | David Kalnischkies | 2011-05-02 | 3 | -37/+48 |
| | | | | |||||
| * | | | handle Dir::Bin::Solvers as a list of directories and find the | David Kalnischkies | 2011-05-02 | 2 | -4/+14 |
| | | | | | | | | | | | | | | | | solver in this list of directories | ||||
| * | | | reduce the buffer size so we get a sort of realtime progress report | David Kalnischkies | 2011-05-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | and print the time of output at the front of the progress report so we can see the delay | ||||
| * | | | move the mapping generation to the top as the response reading is | David Kalnischkies | 2011-05-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | currently waiting for the solver to complete and not non-blocking so we can generate the map while waiting for the solver | ||||
| * | | | implement optional Progress report in EDSP | David Kalnischkies | 2011-05-02 | 3 | -2/+33 |
| | | | | |||||
| * | | | merge single-arch :arch fix from my sid branch | David Kalnischkies | 2011-05-02 | 1 | -3/+6 |
| | | | | |||||
| * | | | add scenario command to output a complete or limited scenario | David Kalnischkies | 2011-04-25 | 1 | -2/+23 |
| | | | | |||||
| * | | | reorganize WriteScenario to add a WriteLimitedScenario in which a scenario | David Kalnischkies | 2011-04-25 | 2 | -80/+192 |
| | | | | | | | | | | | | | | | | can be limited to a subset of packages with only relevant dependencies | ||||
| * | | | use the version id instead of the mmap offset as APT-ID | David Kalnischkies | 2011-04-19 | 1 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This leads to a small performance decrease as we need to build this mapping now while interpreting the Response but a (buggy) solver can't point us to dangerous memory locations anymore this way and VersionCount remains useful for other mapping proposes | ||||
| * | | | set hint flags for the problem resolver according to request | David Kalnischkies | 2011-04-19 | 1 | -1/+18 |
| | | | | |||||
| * | | | Interpret Remove and Install lines in Responses correctly | David Kalnischkies | 2011-04-19 | 1 | -5/+12 |
| |/ / | |||||
| * | | disable automatical installation of dependencies in MarkInstall if we | David Kalnischkies | 2011-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | will not use the default internal resolver later on | ||||
| * | | disable the error discarding as it destroyes the error reporting about | David Kalnischkies | 2011-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | failures with external solvers for now as long as i can't see a reason for it | ||||
| * | | send the scenario through a pipe to the solver and get the solution back | David Kalnischkies | 2011-04-02 | 3 | -10/+62 |
| | | | | | | | | | | | | The solution is NOT interpreted so far. | ||||
| * | | add a small wrapper to use the internal apt solver as an external one | David Kalnischkies | 2011-04-01 | 2 | -0/+136 |
| | | | |||||
| * | | parse also the action flags Upgrade, Dist-Upgrade and alike from the request | David Kalnischkies | 2011-04-01 | 2 | -11/+43 |
| | | | |||||
| * | | Read and apply install/remove requests correctly | David Kalnischkies | 2011-04-01 | 3 | -12/+97 |
| | | | |||||
| * | | WriteRequest according to current EDSP draft | David Kalnischkies | 2011-03-31 | 2 | -8/+21 |
| | | | |||||
| * | | rename edspwriter to straight edsp in toplevel as it does more than | David Kalnischkies | 2011-03-31 | 4 | -23/+22 |
| | | | | | | | | | | | | | | | | | | just writing stuff… it also reads and can work for both: - APT talking to an external solver - an external solver (understanding EDSP) talking to APT | ||||
| * | | add the methods we will need to write to make working with EDSP possible | David Kalnischkies | 2011-03-31 | 2 | -2/+24 |
| | | | |||||
| * | | strip the Dir::state from the config name as it will never be there | David Kalnischkies | 2011-03-31 | 1 | -4/+4 |
| | | |