summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies2011-05-175-72/+2
| | | | pseudo-package related and/or private
* * apt-pkg/pkgcache.h:David Kalnischkies2011-05-176-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::SolverDavid Kalnischkies2011-05-176-10/+10
|
* * doc/external-dependency-solver-protocol.txt:David Kalnischkies2011-05-173-1/+306
|\ | | | | - describe EDSP and the configuration interface around it
| * add Dir::Bin::Solvers to enable customization of solver directoryStefano Zacchiroli2011-04-041-6/+10
| | | | | | | | EDSP version 0.4
| * merge documentation of the EDSP protocolStefano Zacchiroli2011-04-042-0/+296
| |\
| | * install EDSP protocol description in apt-docStefano Zacchiroli2011-04-041-0/+1
| | |
| | * edsp: rename and drop very-draft warningsStefano Zacchiroli2011-04-041-5/+0
| | |
| | * add indicative Autoremove stanzas in solutionsStefano Zacchiroli2011-03-311-5/+15
| | | | | | | | | | | | | | | | | | as suggested by David EDSP version 0.3
| | * second draft, addressing David and Michael commentsStefano Zacchiroli2011-03-301-49/+104
| | | | | | | | | | | | EDSP version 0.2
| | * solver protocol (EDSP): first draftStefano Zacchiroli2011-03-301-0/+235
| | | | | | | | | version 0.1
* | | * Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies2011-05-1730-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 bitDavid Kalnischkies2011-05-101-3/+11
| | | | | | | | | | | | | | | | more nicely and in order
| * | | fix SubProgress to accept a Percent parameter to update the CurrentDavid Kalnischkies2011-05-103-25/+13
| | | | | | | | | | | | | | | | with the text as otherwise the update will be ignored
| * | | fix package building so 'dump' is a binary not a directoryDavid Kalnischkies2011-05-093-2/+3
| | | |
| * | | implement proper progress report with OpProgressDavid Kalnischkies2011-05-093-32/+74
| | | |
| * | | implement correct error reportingDavid Kalnischkies2011-05-074-7/+22
| | | |
| * | | 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
| | | |
| * | | add a tiny dump solver to quickly output a scenarioDavid Kalnischkies2011-05-035-1/+60
| | | |
| * | | maybe Pre-Depends are checked if they write them as Pre-Depends andDavid Kalnischkies2011-05-031-1/+1
| | | | | | | | | | | | | | | | not as PreDepends (doh!) …
| * | | add a --solver option to apt-getDavid Kalnischkies2011-05-031-0/+1
| | | |
| * | | ship the apt-internal-solver in apt-utils package and link it toDavid Kalnischkies2011-05-032-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 headerDavid Kalnischkies2011-05-031-3/+151
| | | |
| * | | tell the resolver a package is set on hold if it was set by the userDavid Kalnischkies2011-05-032-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, tooDavid Kalnischkies2011-05-034-52/+80
| | | |
| * | | work on requests with the correct upgrade/dist-upgrade/else resolverDavid Kalnischkies2011-05-031-1/+11
| | | |
| * | | parse correctly the Hold: lines into Pkg->SelectedState = HoldDavid Kalnischkies2011-05-021-2/+5
| | | |
| * | | doesn't execute autoremove marker setting if an external solver is calledDavid Kalnischkies2011-05-023-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 methodDavid Kalnischkies2011-05-023-37/+48
| | | |
| * | | handle Dir::Bin::Solvers as a list of directories and find theDavid Kalnischkies2011-05-022-4/+14
| | | | | | | | | | | | | | | | solver in this list of directories
| * | | reduce the buffer size so we get a sort of realtime progress reportDavid Kalnischkies2011-05-021-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 isDavid Kalnischkies2011-05-021-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 EDSPDavid Kalnischkies2011-05-023-2/+33
| | | |
| * | | merge single-arch :arch fix from my sid branchDavid Kalnischkies2011-05-021-3/+6
| | | |
| * | | add scenario command to output a complete or limited scenarioDavid Kalnischkies2011-04-251-2/+23
| | | |
| * | | reorganize WriteScenario to add a WriteLimitedScenario in which a scenarioDavid Kalnischkies2011-04-252-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-IDDavid Kalnischkies2011-04-191-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 requestDavid Kalnischkies2011-04-191-1/+18
| | | |
| * | | Interpret Remove and Install lines in Responses correctlyDavid Kalnischkies2011-04-191-5/+12
| |/ /
| * | disable automatical installation of dependencies in MarkInstall if weDavid Kalnischkies2011-04-021-1/+1
| | | | | | | | | | | | will not use the default internal resolver later on
| * | disable the error discarding as it destroyes the error reporting aboutDavid Kalnischkies2011-04-021-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 backDavid Kalnischkies2011-04-023-10/+62
| | | | | | | | | | | | The solution is NOT interpreted so far.
| * | add a small wrapper to use the internal apt solver as an external oneDavid Kalnischkies2011-04-012-0/+136
| | |
| * | parse also the action flags Upgrade, Dist-Upgrade and alike from the requestDavid Kalnischkies2011-04-012-11/+43
| | |
| * | Read and apply install/remove requests correctlyDavid Kalnischkies2011-04-013-12/+97
| | |
| * | WriteRequest according to current EDSP draftDavid Kalnischkies2011-03-312-8/+21
| | |
| * | rename edspwriter to straight edsp in toplevel as it does more thanDavid Kalnischkies2011-03-314-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 possibleDavid Kalnischkies2011-03-312-2/+24
| | |
| * | strip the Dir::state from the config name as it will never be thereDavid Kalnischkies2011-03-311-4/+4
| | |