summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* merge lp:~mvo/apt/sha512-template to get fixes for the Michael Vogt2011-07-052-2/+2
|\
| * apt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) a...Michael Vogt2011-07-051-1/+1
| * apt-pkg/contrib/sha1.cc: fix sha1 hashsum by using the right type for "res" a...Michael Vogt2011-07-051-1/+1
* | merged from debian-sidMichael Vogt2011-06-302-20/+45
|\ \
| * | * doc/makefile:Michael Vogt2011-06-302-20/+45
* | | merge lp:~mvo/apt/abi-breakMichael Vogt2011-06-2962-984/+3165
|\ \ \ | |/ / |/| |
| * | add some more dpointer placeholdersMichael Vogt2011-06-082-0/+6
| * | * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends whichMichael Vogt2011-06-0820-165/+268
| |\ \
| | * | apt-pkg/deb/*: add placeholder dpointer and make destructors virtualMichael Vogt2011-02-026-3/+30
| | * | add more dpointer placeholdersMichael Vogt2011-02-028-5/+26
| | * | apt-pkg/acquire.h: add placeholder dpointerMichael Vogt2011-02-021-4/+23
| | * | apt-pkg/tagfile.h: add dpointer placeholder, make destructor virtual; apt-pkg...Michael Vogt2011-01-282-7/+5
| | * | apt-pkg/tagfile.{cc,h}: add comment, remove "inline" from pkgTagFile::Offset()Michael Vogt2011-01-271-1/+3
| | * | apt-pkg/tagfile.{cc,h}: add dpointer to pkgTagFileMichael Vogt2011-01-272-63/+79
| | * | apt-pkg/deb/dpkgpm.{cc,h}: convert to use dpointersMichael Vogt2011-01-272-55/+64
| | * | apt-pkg/deb/debsystem.{cc,h}: add dpointerMichael Vogt2011-01-272-32/+41
| * | | merge lp:~mvo/apt/sha512-template to add support for sha512Michael Vogt2011-06-0821-656/+1559
| |\ \ \ | | | |/ | | |/|
| | * | apt-pkg/contrib/sha2.{cc,h}: move duplicated AddFD to baseclassMichael Vogt2011-02-282-105/+67
| | * | template based hashsum implementationMichael Vogt2011-02-258-335/+124
| | * | move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2...Michael Vogt2011-02-2510-1944/+1604
| | * | add sha512 support in the client now as wellMichael Vogt2011-02-259-5/+36
| | * | add sha512 interface based on sha2 by aaron giffordMichael Vogt2011-02-225-2/+1464
| * | | if a Breaks can't be upgraded, remove it. If it or a ConflictDavid Kalnischkies2011-05-171-5/+6
| * | | let the Mark methods return if their marking was successfulDavid Kalnischkies2011-05-172-21/+24
| * | | * apt-pkg/depcache.cc:David Kalnischkies2011-05-172-5/+6
| * | | remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies2011-05-175-72/+2
| * | | * apt-pkg/pkgcache.h:David Kalnischkies2011-05-175-23/+19
| * | | rename option APT::Solver::Name to simply APT::SolverDavid Kalnischkies2011-05-173-7/+7
| * | | * Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies2011-05-1721-41/+1279
| |\ \ \
| | * | | send the first line of the error message to the error list and fail a bitDavid Kalnischkies2011-05-101-3/+11
| | * | | fix SubProgress to accept a Percent parameter to update the CurrentDavid Kalnischkies2011-05-103-25/+13
| | * | | implement proper progress report with OpProgressDavid Kalnischkies2011-05-093-32/+74
| | * | | implement correct error reportingDavid Kalnischkies2011-05-072-3/+18
| | * | | 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
| | * | | 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