| Commit message (Expand) | Author | Age | Files | Lines |
* | merge lp:~mvo/apt/sha512-template to get fixes for the | Michael Vogt | 2011-07-05 | 2 | -2/+2 |
|\ |
|
| * | apt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) a... | Michael Vogt | 2011-07-05 | 1 | -1/+1 |
| * | apt-pkg/contrib/sha1.cc: fix sha1 hashsum by using the right type for "res" a... | Michael Vogt | 2011-07-05 | 1 | -1/+1 |
* | | merged from debian-sid | Michael Vogt | 2011-06-30 | 2 | -20/+45 |
|\ \ |
|
| * | | * doc/makefile: | Michael Vogt | 2011-06-30 | 2 | -20/+45 |
* | | | merge lp:~mvo/apt/abi-break | Michael Vogt | 2011-06-29 | 62 | -984/+3165 |
|\ \ \
| |/ /
|/| | |
|
| * | | add some more dpointer placeholders | Michael Vogt | 2011-06-08 | 2 | -0/+6 |
| * | | * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which | Michael Vogt | 2011-06-08 | 20 | -165/+268 |
| |\ \ |
|
| | * | | apt-pkg/deb/*: add placeholder dpointer and make destructors virtual | Michael Vogt | 2011-02-02 | 6 | -3/+30 |
| | * | | add more dpointer placeholders | Michael Vogt | 2011-02-02 | 8 | -5/+26 |
| | * | | apt-pkg/acquire.h: add placeholder dpointer | Michael Vogt | 2011-02-02 | 1 | -4/+23 |
| | * | | apt-pkg/tagfile.h: add dpointer placeholder, make destructor virtual; apt-pkg... | Michael Vogt | 2011-01-28 | 2 | -7/+5 |
| | * | | apt-pkg/tagfile.{cc,h}: add comment, remove "inline" from pkgTagFile::Offset() | Michael Vogt | 2011-01-27 | 1 | -1/+3 |
| | * | | apt-pkg/tagfile.{cc,h}: add dpointer to pkgTagFile | Michael Vogt | 2011-01-27 | 2 | -63/+79 |
| | * | | apt-pkg/deb/dpkgpm.{cc,h}: convert to use dpointers | Michael Vogt | 2011-01-27 | 2 | -55/+64 |
| | * | | apt-pkg/deb/debsystem.{cc,h}: add dpointer | Michael Vogt | 2011-01-27 | 2 | -32/+41 |
| * | | | merge lp:~mvo/apt/sha512-template to add support for sha512 | Michael Vogt | 2011-06-08 | 21 | -656/+1559 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | apt-pkg/contrib/sha2.{cc,h}: move duplicated AddFD to baseclass | Michael Vogt | 2011-02-28 | 2 | -105/+67 |
| | * | | template based hashsum implementation | Michael Vogt | 2011-02-25 | 8 | -335/+124 |
| | * | | move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2... | Michael Vogt | 2011-02-25 | 10 | -1944/+1604 |
| | * | | add sha512 support in the client now as well | Michael Vogt | 2011-02-25 | 9 | -5/+36 |
| | * | | add sha512 interface based on sha2 by aaron gifford | Michael Vogt | 2011-02-22 | 5 | -2/+1464 |
| * | | | if a Breaks can't be upgraded, remove it. If it or a Conflict | David Kalnischkies | 2011-05-17 | 1 | -5/+6 |
| * | | | let the Mark methods return if their marking was successful | David Kalnischkies | 2011-05-17 | 2 | -21/+24 |
| * | | | * apt-pkg/depcache.cc: | David Kalnischkies | 2011-05-17 | 2 | -5/+6 |
| * | | | remove deprecated methods which nobody should have used anyway like | David Kalnischkies | 2011-05-17 | 5 | -72/+2 |
| * | | | * apt-pkg/pkgcache.h: | David Kalnischkies | 2011-05-17 | 5 | -23/+19 |
| * | | | rename option APT::Solver::Name to simply APT::Solver | David Kalnischkies | 2011-05-17 | 3 | -7/+7 |
| * | | | * Implement EDSP in libapt-pkg so that all front-ends which | David Kalnischkies | 2011-05-17 | 21 | -41/+1279 |
| |\ \ \ |
|
| | * | | | send the first line of the error message to the error list and fail a bit | David Kalnischkies | 2011-05-10 | 1 | -3/+11 |
| | * | | | fix SubProgress to accept a Percent parameter to update the Current | David Kalnischkies | 2011-05-10 | 3 | -25/+13 |
| | * | | | implement proper progress report with OpProgress | David Kalnischkies | 2011-05-09 | 3 | -32/+74 |
| | * | | | implement correct error reporting | David Kalnischkies | 2011-05-07 | 2 | -3/+18 |
| | * | | | undo the temporary progress reporting disabling which slipped into last commit | David Kalnischkies | 2011-05-06 | 1 | -4/+4 |
| | * | | | fix arguments for MarkInstall so packages are really marked as automatic | David Kalnischkies | 2011-05-03 | 1 | -5/+5 |
| | * | | | maybe Pre-Depends are checked if they write them as Pre-Depends and | David Kalnischkies | 2011-05-03 | 1 | -1/+1 |
| | * | | | add a fair round of doxygen comments to the edsp header | David Kalnischkies | 2011-05-03 | 1 | -3/+151 |
| | * | | | tell the resolver a package is set on hold if it was set by the user | David Kalnischkies | 2011-05-03 | 2 | -1/+3 |
| | * | | | implement external solver calling for upgrade and dist-upgrade, too | David Kalnischkies | 2011-05-03 | 4 | -52/+80 |
| | * | | | parse correctly the Hold: lines into Pkg->SelectedState = Hold | David Kalnischkies | 2011-05-02 | 1 | -2/+5 |
| | * | | | doesn't execute autoremove marker setting if an external solver is called | David Kalnischkies | 2011-05-02 | 3 | -2/+23 |
| | * | | | refactor: move solver execution into his own EDSP method | David Kalnischkies | 2011-05-02 | 3 | -37/+48 |
| | * | | | handle Dir::Bin::Solvers as a list of directories and find the | David Kalnischkies | 2011-05-02 | 2 | -4/+14 |
| | * | | | reduce the buffer size so we get a sort of realtime progress report | David Kalnischkies | 2011-05-02 | 1 | -1/+2 |
| | * | | | move the mapping generation to the top as the response reading is | David Kalnischkies | 2011-05-02 | 1 | -5/+5 |
| | * | | | implement optional Progress report in EDSP | David Kalnischkies | 2011-05-02 | 2 | -2/+20 |
| | * | | | merge single-arch :arch fix from my sid branch | David Kalnischkies | 2011-05-02 | 1 | -3/+6 |
| | * | | | reorganize WriteScenario to add a WriteLimitedScenario in which a scenario | David Kalnischkies | 2011-04-25 | 2 | -80/+192 |
| | * | | | use the version id instead of the mmap offset as APT-ID | David Kalnischkies | 2011-04-19 | 1 | -4/+18 |
| | * | | | Interpret Remove and Install lines in Responses correctly | David Kalnischkies | 2011-04-19 | 1 | -5/+12 |