| Commit message (Expand) | Author | Age | Files | Lines |
* | Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERS | Julian Andres Klode | 2019-06-12 | 1 | -9/+0 |
* | algorithms: Remove deprecated ProblemResolver::InstallProtect() | Julian Andres Klode | 2019-02-26 | 1 | -2/+0 |
* | Reformat and sort all includes with clang-format | Julian Andres Klode | 2017-07-12 | 1 | -3/+2 |
* | Drop cacheiterators.h include | Julian Andres Klode | 2017-07-12 | 1 | -1/+0 |
* | simulate all package manager actions explicitly | David Kalnischkies | 2016-08-10 | 1 | -1/+9 |
* | edsp: if internal is used, keep this decision | David Kalnischkies | 2016-06-08 | 1 | -3/+2 |
* | Fix several typos | Veres Lajos | 2016-03-07 | 1 | -2/+2 |
* | add messages to our deprecation warnings in libapt | David Kalnischkies | 2015-11-27 | 1 | -1/+1 |
* | algorithms: Replace qsort() by thread-safe std::sort() | Julian Andres Klode | 2015-10-30 | 1 | -2/+1 |
* | remove the compatibility markers for 4.13 abi | David Kalnischkies | 2015-08-10 | 1 | -10/+0 |
* | add c++11 override marker to overridden methods | David Kalnischkies | 2015-08-10 | 1 | -4/+4 |
* | make all d-pointer * const pointers | David Kalnischkies | 2015-08-10 | 1 | -2/+2 |
* | apply various style suggestions by cppcheck | David Kalnischkies | 2015-08-10 | 1 | -3/+3 |
* | add d-pointer, virtual destructors and de-inline de/constructors | David Kalnischkies | 2015-06-16 | 1 | -3/+3 |
* | explicit overload methods instead of adding parameters | David Kalnischkies | 2014-11-08 | 1 | -0/+10 |
* | mark private methods as hidden | David Kalnischkies | 2014-09-30 | 1 | -9/+9 |
* | fix progress output for (dist-)upgrade calculation | David Kalnischkies | 2014-09-27 | 1 | -5/+5 |
* | follow method attribute suggestions by gcc | David Kalnischkies | 2014-03-13 | 1 | -1/+1 |
* | cleanup headers and especially #includes everywhere | David Kalnischkies | 2014-03-13 | 1 | -1/+4 |
* | Fix typos in documentation (codespell) | Michael Vogt | 2014-02-22 | 1 | -2/+2 |
* | small documentation updates | Michael Vogt | 2013-11-01 | 1 | -1/+1 |
* | Move ListUpdate/AquireUpdate into update.{cc,h} | Michael Vogt | 2013-10-05 | 1 | -5/+1 |
* | * move upgrade releated code into upgrade.{cc,h} | Michael Vogt | 2013-10-05 | 1 | -15/+5 |
* | cleanup upgrade API some more (thanks for the feedback from David) | Michael Vogt | 2013-10-05 | 1 | -4/+6 |
* | improve the API for Upgrade() | Michael Vogt | 2013-09-18 | 1 | -2/+10 |
* | squash merge of the feature/apt-binary branch without the changes from experi... | Michael Vogt | 2013-08-12 | 1 | -0/+4 |
* | deprecate InstallProtect as a cpu-eating no-op | David Kalnischkies | 2013-06-09 | 1 | -3/+4 |
* | * apt-pkg/algorithms.cc: | Marius Vollmer | 2012-05-15 | 1 | -0/+1 |
* | * apt-pkg/algorithms.cc: | David Kalnischkies | 2012-05-10 | 1 | -1/+3 |
* | * apt-pkg/algorithms.cc: | Colin Watson | 2012-01-29 | 1 | -1/+1 |
* | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies | 2011-12-13 | 1 | -0/+1 |
* | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies | 2011-12-13 | 1 | -0/+4 |
* | use forward declaration in headers if possible instead of includes | David Kalnischkies | 2011-09-19 | 1 | -1/+2 |
* | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 2011-09-19 | 1 | -4/+2 |
* | merged from http://bzr.debian.org/bzr/apt/apt/debian-sid | Michael Vogt | 2011-07-15 | 1 | -0/+3 |
|\ |
|
| * | make ResolveByKeep() more clever and hold back packages that would go into a ... | Michael Vogt | 2011-07-14 | 1 | -0/+3 |
* | | * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which | Michael Vogt | 2011-06-08 | 1 | -0/+3 |
|\ \ |
|
| * | | add more dpointer placeholders | Michael Vogt | 2011-02-02 | 1 | -0/+3 |
* | | | implement external solver calling for upgrade and dist-upgrade, too | David Kalnischkies | 2011-05-03 | 1 | -0/+1 |
* | | | add a first round of stuff needed for talking between APT and solvers | David Kalnischkies | 2011-03-30 | 1 | -0/+2 |
| |/
|/| |
|
* | | do not change protected packages in autoinstall (Closes: #618848) | David Kalnischkies | 2011-03-26 | 1 | -1/+1 |
|/ |
|
* | * apt-pkg/policy.h: | David Kalnischkies | 2010-07-04 | 1 | -1/+1 |
* | add the various foldmarkers in apt-pkg & cmdline (no code change) | David Kalnischkies | 2009-06-30 | 1 | -4/+4 |
* | * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2008-10-01 | 1 | -0/+1 |
* | * move the ListUpdate() code from cachefile.h into algorithms.{cc,h} | Michael Vogt | 2008-01-07 | 1 | -0/+3 |
* | * removed the pragma mess | Michael Vogt | 2006-10-02 | 1 | -3/+0 |
* | * README.arch updates, comment in apt-pkg/algorithm.h added, apt-pkg/cacheite... | Michael Vogt | 2005-08-31 | 1 | -1/+2 |
* | * merged changes from the conference | Michael Vogt | 2004-12-20 | 1 | -1/+3 |
* | G++3 fixes from Randolph | Arch Librarian | 2004-09-20 | 1 | -1/+5 |
* | Join with aliencode | Arch Librarian | 2004-09-20 | 1 | -4/+21 |