summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* fix arguments for MarkInstall so packages are really marked as automaticDavid Kalnischkies2011-05-031-5/+5
* maybe Pre-Depends are checked if they write them as Pre-Depends andDavid Kalnischkies2011-05-031-1/+1
* 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
* implement external solver calling for upgrade and dist-upgrade, tooDavid Kalnischkies2011-05-034-52/+80
* 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
* 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
* reduce the buffer size so we get a sort of realtime progress reportDavid Kalnischkies2011-05-021-1/+2
* move the mapping generation to the top as the response reading isDavid Kalnischkies2011-05-021-5/+5
* implement optional Progress report in EDSPDavid Kalnischkies2011-05-022-2/+20
* merge single-arch :arch fix from my sid branchDavid Kalnischkies2011-05-021-3/+6
* reorganize WriteScenario to add a WriteLimitedScenario in which a scenarioDavid Kalnischkies2011-04-252-80/+192
* use the version id instead of the mmap offset as APT-IDDavid Kalnischkies2011-04-191-4/+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
* send the scenario through a pipe to the solver and get the solution backDavid Kalnischkies2011-04-023-10/+62
* 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
* 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
* parse the state of the package from the scenario file correctlyDavid Kalnischkies2011-03-311-30/+8
* rename the 'universe' to 'scenario' to reflect the naming in the draftDavid Kalnischkies2011-03-316-13/+13
* add a special scenario filename for using stdinDavid Kalnischkies2011-03-312-3/+14
* be able to write solutions, tooDavid Kalnischkies2011-03-303-0/+27
* add a first round of stuff needed for talking between APT and solversDavid Kalnischkies2011-03-3018-18/+609
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-03-283-17/+19
* do not change protected packages in autoinstall (Closes: #618848)David Kalnischkies2011-03-263-4/+20
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-03-261-1/+32
* * apt-pkg/cacheiterator.h:David Kalnischkies2011-03-254-6/+18
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-03-252-9/+5
* * apt-pkg/depcache.cc:David Kalnischkies2011-03-251-5/+0
* * apt-pkg/deb/deblistparser.h:David Kalnischkies2011-03-231-1/+1
* reorganize the marker methods a bit by moving the common part to aDavid Kalnischkies2011-03-202-59/+75
* * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:David Kalnischkies2011-03-164-27/+14
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-03-161-2/+6
* apt-pkg/acquire-method.cc: fix copy/paste errorMichael Vogt2011-03-151-1/+1
* apt-pkg/acquire-item.cc: add some more missing Fail-IgnoreMichael Vogt2011-03-141-4/+10
* apt-pkg/acquire-item.{cc,h}: mark InRelease with Fail-Ignore to ensure the mi...Michael Vogt2011-03-142-0/+16
* * mirror method:Michael Vogt2011-03-142-5/+23
* * apt-pkg/acquire-item.cc:Michael Vogt2011-03-111-2/+2
* apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken (...Michael Vogt2011-03-102-1/+10
* merged the lp:~mvo/apt/mvo branchMichael Vogt2011-03-107-6/+88
|\
| * * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:Michael Vogt2011-03-101-1/+2
| * apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; apt-pkg/cdrom.c...Michael Vogt2011-03-093-7/+12
| * apt-pkg/cdrom.{cc,h}: add ScanForRemovable helperMichael Vogt2011-03-092-8/+22
| * apt-pkg/cdrom.h: move new member to the end to minimize ABI riskMichael Vogt2011-03-091-1/+1