summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2011-05-03implement external solver calling for upgrade and dist-upgrade, tooDavid Kalnischkies4-52/+80
2011-05-02parse correctly the Hold: lines into Pkg->SelectedState = HoldDavid Kalnischkies1-2/+5
2011-05-02doesn't execute autoremove marker setting if an external solver is calledDavid Kalnischkies3-2/+23
2011-05-02refactor: move solver execution into his own EDSP methodDavid Kalnischkies3-37/+48
2011-05-02handle Dir::Bin::Solvers as a list of directories and find theDavid Kalnischkies2-4/+14
2011-05-02reduce the buffer size so we get a sort of realtime progress reportDavid Kalnischkies1-1/+2
2011-05-02move the mapping generation to the top as the response reading isDavid Kalnischkies1-5/+5
2011-05-02implement optional Progress report in EDSPDavid Kalnischkies2-2/+20
2011-05-02merge single-arch :arch fix from my sid branchDavid Kalnischkies1-3/+6
2011-04-25reorganize WriteScenario to add a WriteLimitedScenario in which a scenarioDavid Kalnischkies2-80/+192
2011-04-19use the version id instead of the mmap offset as APT-IDDavid Kalnischkies1-4/+18
2011-04-19Interpret Remove and Install lines in Responses correctlyDavid Kalnischkies1-5/+12
2011-04-02disable automatical installation of dependencies in MarkInstall if weDavid Kalnischkies1-1/+1
2011-04-02send the scenario through a pipe to the solver and get the solution backDavid Kalnischkies3-10/+62
2011-04-01parse also the action flags Upgrade, Dist-Upgrade and alike from the requestDavid Kalnischkies2-11/+43
2011-04-01Read and apply install/remove requests correctlyDavid Kalnischkies3-12/+97
2011-03-31WriteRequest according to current EDSP draftDavid Kalnischkies2-8/+21
2011-03-31rename edspwriter to straight edsp in toplevel as it does more thanDavid Kalnischkies4-23/+22
2011-03-31add the methods we will need to write to make working with EDSP possibleDavid Kalnischkies2-2/+24
2011-03-31strip the Dir::state from the config name as it will never be thereDavid Kalnischkies1-4/+4
2011-03-31parse the state of the package from the scenario file correctlyDavid Kalnischkies1-30/+8
2011-03-31rename the 'universe' to 'scenario' to reflect the naming in the draftDavid Kalnischkies6-13/+13
2011-03-31add a special scenario filename for using stdinDavid Kalnischkies2-3/+14
2011-03-30be able to write solutions, tooDavid Kalnischkies3-0/+27
2011-03-30add a first round of stuff needed for talking between APT and solversDavid Kalnischkies18-18/+609
2011-03-28* apt-pkg/deb/deblistparser.cc:David Kalnischkies3-17/+19
2011-03-26do not change protected packages in autoinstall (Closes: #618848)David Kalnischkies3-4/+20
2011-03-26* apt-pkg/aptconfiguration.cc:David Kalnischkies1-1/+32
2011-03-25* apt-pkg/cacheiterator.h:David Kalnischkies4-6/+18
2011-03-25* apt-pkg/pkgcachegen.cc:David Kalnischkies2-9/+5
2011-03-25* apt-pkg/depcache.cc:David Kalnischkies1-5/+0
2011-03-23* apt-pkg/deb/deblistparser.h:David Kalnischkies1-1/+1
2011-03-20reorganize the marker methods a bit by moving the common part to aDavid Kalnischkies2-59/+75
2011-03-16* apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:David Kalnischkies4-27/+14
2011-03-16* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-2/+6
2011-03-15apt-pkg/acquire-method.cc: fix copy/paste errorMichael Vogt1-1/+1
2011-03-14apt-pkg/acquire-item.cc: add some more missing Fail-IgnoreMichael Vogt1-4/+10
2011-03-14apt-pkg/acquire-item.{cc,h}: mark InRelease with Fail-Ignore to ensure the mi...Michael Vogt2-0/+16
2011-03-14* mirror method:Michael Vogt2-5/+23
2011-03-11* apt-pkg/acquire-item.cc:Michael Vogt1-2/+2
2011-03-10apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken (...Michael Vogt2-1/+10
2011-03-10merged the lp:~mvo/apt/mvo branchMichael Vogt7-6/+88
2011-03-10* apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:Michael Vogt1-1/+2
2011-03-09apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; apt-pkg/cdrom.c...Michael Vogt3-7/+12
2011-03-09apt-pkg/cdrom.{cc,h}: add ScanForRemovable helperMichael Vogt2-8/+22
2011-03-09apt-pkg/cdrom.h: move new member to the end to minimize ABI riskMichael Vogt1-1/+1
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies12-527/+62
2011-03-07use FullName and strdup instead of handmade and new[]David Kalnischkies1-5/+3
2011-03-07* apt-pkg/deb/dpkgpm.cc:Steve Langasek1-2/+19
2011-03-04apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; apt-pkg/...Michael Vogt3-0/+39