summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-02handle Dir::Bin::Solvers as a list of directories and find theDavid Kalnischkies
2011-05-02reduce the buffer size so we get a sort of realtime progress reportDavid Kalnischkies
2011-05-02move the mapping generation to the top as the response reading isDavid Kalnischkies
2011-05-02implement optional Progress report in EDSPDavid Kalnischkies
2011-05-02merge single-arch :arch fix from my sid branchDavid Kalnischkies
2011-04-25add scenario command to output a complete or limited scenarioDavid Kalnischkies
2011-04-25reorganize WriteScenario to add a WriteLimitedScenario in which a scenarioDavid Kalnischkies
2011-04-19use the version id instead of the mmap offset as APT-IDDavid Kalnischkies
2011-04-19set hint flags for the problem resolver according to requestDavid Kalnischkies
2011-04-19Interpret Remove and Install lines in Responses correctlyDavid Kalnischkies
2011-04-02disable automatical installation of dependencies in MarkInstall if weDavid Kalnischkies
2011-04-02disable the error discarding as it destroyes the error reporting aboutDavid Kalnischkies
2011-04-02send the scenario through a pipe to the solver and get the solution backDavid Kalnischkies
2011-04-01add a small wrapper to use the internal apt solver as an external oneDavid Kalnischkies
2011-04-01parse also the action flags Upgrade, Dist-Upgrade and alike from the requestDavid Kalnischkies
2011-04-01Read and apply install/remove requests correctlyDavid Kalnischkies
2011-03-31WriteRequest according to current EDSP draftDavid Kalnischkies
2011-03-31rename edspwriter to straight edsp in toplevel as it does more thanDavid Kalnischkies
2011-03-31add the methods we will need to write to make working with EDSP possibleDavid Kalnischkies
2011-03-31strip the Dir::state from the config name as it will never be thereDavid Kalnischkies
2011-03-31parse the state of the package from the scenario file correctlyDavid Kalnischkies
2011-03-31rename the 'universe' to 'scenario' to reflect the naming in the draftDavid Kalnischkies
2011-03-31add a special scenario filename for using stdinDavid Kalnischkies
2011-03-30be able to write solutions, tooDavid Kalnischkies
2011-03-30add a first round of stuff needed for talking between APT and solversDavid Kalnischkies
2011-03-29be able to disable resolver with APT::Get::CallResolver and disableDavid Kalnischkies
2011-03-28be able to disable resolver with APT::Get::AutoSolvingDavid Kalnischkies
2011-03-28* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2011-03-26* cmdline/apt-get.cc:David Kalnischkies
2011-03-26do not change protected packages in autoinstall (Closes: #618848)David Kalnischkies
2011-03-26* apt-pkg/aptconfiguration.cc:David Kalnischkies
2011-03-25* apt-pkg/cacheiterator.h:David Kalnischkies
2011-03-25* apt-pkg/pkgcachegen.cc:David Kalnischkies
2011-03-25* apt-pkg/depcache.cc:David Kalnischkies
2011-03-23document ButAutomaticUpgrades together with NotAutomaticDavid Kalnischkies
2011-03-23* doc/apt_preferences.5.xml:David Kalnischkies
2011-03-23* debian/apt.conf.autoremove:David Kalnischkies
2011-03-23* apt-pkg/deb/deblistparser.h:David Kalnischkies
2011-03-23add a method to insert packages into dpkg's status fileDavid Kalnischkies
2011-03-20reorganize the marker methods a bit by moving the common part to aDavid Kalnischkies
2011-03-16* apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:David Kalnischkies
2011-03-16* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
2011-03-16enable buildsimplenativepackage to build packages for multipleDavid Kalnischkies
2011-03-16releasing version 0.8.130.8.13Michael Vogt
2011-03-15merged from lp:~mvo/apt/mvoMichael Vogt
2011-03-15apt-pkg/acquire-method.cc: fix copy/paste errorMichael Vogt
2011-03-14methods/mirror.cc: randomize only based on hostnameMichael Vogt
2011-03-14methods/mirror.cc: init random seed at startupMichael Vogt
2011-03-14apt-pkg/acquire-item.cc: add some more missing Fail-IgnoreMichael Vogt
2011-03-14randomize mirror list to ensure more even loadMichael Vogt