Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge lp:~mvo/apt/sha512-template to get fixes for the | Michael Vogt | 2011-07-05 | 3 | -2/+4 |
|\ | | | | | sha1/md5 verifiation (closes: #632520) | ||||
| * | apt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) ↵ | Michael Vogt | 2011-07-05 | 1 | -1/+1 |
| | | | | | | | | and avoiding a implicit cast this way | ||||
| * | apt-pkg/contrib/sha1.cc: fix sha1 hashsum by using the right type for "res" ↵ | Michael Vogt | 2011-07-05 | 1 | -1/+1 |
| | | | | | | | | avoiding a implicit cast to string this way | ||||
* | | merged from debian-sid | Michael Vogt | 2011-06-30 | 9 | -54/+208 |
|\ \ | |||||
| * | | releasing version 0.8.15.1 | Michael Vogt | 2011-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | * doc/makefile: | Michael Vogt | 2011-06-30 | 9 | -41/+189 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - create doxygen directory to avoid depending on magic (Closes: #628799) * cmdline/apt-key: - explicitly state that net-update is not supported if no url is set - require to be root for add, rm, update and net-update - clarify update vs. net-update in different distros (Closes: #632043) * debian/apt.symbols: - forgot 'mips' in the list for all architecture dependent symbols - comment out gcc-4.5 specific symbols as gcc-4.6 is now default - the symbol for PrintStatus() is architecture dependent * apt-pkg/policy.cc: - do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report! - Defaults is a vector of Pin not of PkgPin - ensure that only the first specific stanza for a package is used - save all stanzas which had no effect in Unmatched - allow package:architecure in Package: | ||||
* | | | releasing version 0.8.16~exp2 | Michael Vogt | 2011-06-29 | 1 | -2/+2 |
| | | | |||||
* | | | debian/*.symbols: updated for new soname | Michael Vogt | 2011-06-29 | 2 | -2/+2 |
| | | | |||||
* | | | remove no longer needed replaces for libapt-pkg4.11 and libapt-inst1.3 | Michael Vogt | 2011-06-29 | 1 | -2/+0 |
| | | | |||||
* | | | merge lp:~mvo/apt/abi-break | Michael Vogt | 2011-06-29 | 88 | -1734/+4948 |
|\ \ \ | |||||
| * | | | 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 | 21 | -167/+272 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | * [ABI-Break] merge lp:~mvo/apt/sha512-template to add support for sha512 * [ABI-Break] merge lp:~mvo/apt/dpointer to support easier extending without breaking the ABI | ||||
| | * | | | 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; ↵ | Michael Vogt | 2011-01-28 | 3 | -59/+57 |
| | | | | | | | | | | | | | | | | | | | | apt-pkg/deb/debsystem.h: make destructor virtual | ||||
| | * | | | 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 | 28 | -672/+1669 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | 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 ↵ | Michael Vogt | 2011-02-25 | 13 | -1950/+1607 |
| | | | | | | | | | | | | | | | | | | | | sha2_internal.{cc,h} | ||||
| | * | | | add sha512 support in the client now as well | Michael Vogt | 2011-02-25 | 14 | -12/+122 |
| | |\ \ \ | |||||
| | | * | | | add sha512 support to apt-ftparchive | Michael Vogt | 2011-02-22 | 4 | -7/+84 |
| | |/ / / | |||||
| | * | | | add sha512 interface based on sha2 by aaron gifford | Michael Vogt | 2011-02-22 | 6 | -8/+1483 |
| | | | | | |||||
| * | | | | * cmdline/apt-get.cc: | David Kalnischkies | 2011-05-17 | 4 | -8/+13 |
| | | | | | | | | | | | | | | | | | | | | - do not discard the error messages from the resolver and instead only show the general 'Broken packages' message if nothing else | ||||
| * | | | | if a Breaks can't be upgraded, remove it. If it or a Conflict | David Kalnischkies | 2011-05-17 | 2 | -6/+9 |
| | | | | | | | | | | | | | | | can't be removed the installation of the breaker fails. | ||||
| * | | | | let the Mark methods return if their marking was successful | David Kalnischkies | 2011-05-17 | 3 | -22/+26 |
| | | | | | |||||
| * | | | | * apt-pkg/depcache.cc: | David Kalnischkies | 2011-05-17 | 3 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | - use a boolean instead of an int for Add/Remove in AddStates similar to how it works with AddSizes | ||||
| * | | | | remove deprecated methods which nobody should have used anyway like | David Kalnischkies | 2011-05-17 | 5 | -72/+2 |
| | | | | | | | | | | | | | | | | | | | | pseudo-package related and/or private | ||||
| * | | | | * apt-pkg/pkgcache.h: | David Kalnischkies | 2011-05-17 | 6 | -25/+23 |
| | | | | | | | | | | | | | | | | | | | | - clean up mess with the "all" handling in MultiArch to fix LP: #733741 cleanly for everyone now | ||||
| * | | | | rename option APT::Solver::Name to simply APT::Solver | David Kalnischkies | 2011-05-17 | 6 | -10/+10 |
| | | | | | |||||
| * | | | | * doc/external-dependency-solver-protocol.txt: | David Kalnischkies | 2011-05-17 | 3 | -1/+306 |
| |\ \ \ \ | | | | | | | | | | | | | - describe EDSP and the configuration interface around it | ||||
| | * | | | | add Dir::Bin::Solvers to enable customization of solver directory | Stefano Zacchiroli | 2011-04-04 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | EDSP version 0.4 | ||||
| | * | | | | merge documentation of the EDSP protocol | Stefano Zacchiroli | 2011-04-04 | 2 | -0/+296 |
| | |\ \ \ \ | |||||
| | | * | | | | install EDSP protocol description in apt-doc | Stefano Zacchiroli | 2011-04-04 | 1 | -0/+1 |
| | | | | | | | |||||
| | | * | | | | edsp: rename and drop very-draft warnings | Stefano Zacchiroli | 2011-04-04 | 1 | -5/+0 |
| | | | | | | | |||||
| | | * | | | | add indicative Autoremove stanzas in solutions | Stefano Zacchiroli | 2011-03-31 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as suggested by David EDSP version 0.3 | ||||
| | | * | | | | second draft, addressing David and Michael comments | Stefano Zacchiroli | 2011-03-30 | 1 | -49/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | EDSP version 0.2 | ||||
| | | * | | | | solver protocol (EDSP): first draft | Stefano Zacchiroli | 2011-03-30 | 1 | -0/+235 |
| | | | | | | | | | | | | | | | | | | | | | version 0.1 | ||||
| * | | | | | | * Implement EDSP in libapt-pkg so that all front-ends which | David Kalnischkies | 2011-05-17 | 30 | -45/+1554 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use the internal resolver can now be used also with external ones as the usage is hidden in between the old API * provide two edsp solvers in apt-utils: - 'dump' to quickly output a complete scenario and - 'apt' to use the internal as an external resolver | ||||
| | * | | | | | | send the first line of the error message to the error list and fail a bit | David Kalnischkies | 2011-05-10 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more nicely and in order | ||||
| | * | | | | | | fix SubProgress to accept a Percent parameter to update the Current | David Kalnischkies | 2011-05-10 | 3 | -25/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with the text as otherwise the update will be ignored | ||||
| | * | | | | | | fix package building so 'dump' is a binary not a directory | David Kalnischkies | 2011-05-09 | 3 | -2/+3 |
| | | | | | | | | |||||
| | * | | | | | | implement proper progress report with OpProgress | David Kalnischkies | 2011-05-09 | 3 | -32/+74 |
| | | | | | | | | |||||
| | * | | | | | | implement correct error reporting | David Kalnischkies | 2011-05-07 | 4 | -7/+22 |
| | | | | | | | | |||||
| | * | | | | | | 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 |
| | | | | | | | |