index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
depcache.h
Age
Commit message (
Expand
)
Author
2015-08-10
bunch of micro-optimizations for depcache
David Kalnischkies
2015-08-10
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
apply various style suggestions by cppcheck
David Kalnischkies
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2014-11-08
explicit overload methods instead of adding parameters
David Kalnischkies
2014-10-03
implement MarkAndSweep in cc instead of header
David Kalnischkies
2014-09-30
mark private methods as hidden
David Kalnischkies
2014-03-23
discard candidates via IsInstallOk to allow override
David Kalnischkies
2014-03-13
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
make doxygen more quiet, fix issues and disable latex
David Kalnischkies
2014-02-22
Fix typos in documentation (codespell)
Michael Vogt
2013-10-01
don't consider holds for autoremoval
David Kalnischkies
2013-07-11
prevent MarkInstall of unsynced Multi-Arch:same siblings
David Kalnischkies
2011-12-13
revert 2184.1.3: forward declaration instead of headers
David Kalnischkies
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-08-15
merged from the debian-sid branch
Michael Vogt
2011-08-11
rename the parameter name of MarkDelete from Purge to MarkPurge to
David Kalnischkies
2011-07-28
[ABI break] merge patch from Jonathan Thomas to speed up the
Michael Vogt
2011-06-29
merge lp:~mvo/apt/abi-break
Michael Vogt
2011-05-23
log reinstall commands in history.log
David Kalnischkies
2011-05-17
let the Mark methods return if their marking was successful
David Kalnischkies
2011-05-17
* apt-pkg/depcache.cc:
David Kalnischkies
2011-05-17
remove deprecated methods which nobody should have used anyway like
David Kalnischkies
2011-05-03
tell the resolver a package is set on hold if it was set by the user
David Kalnischkies
2011-03-30
add a first round of stuff needed for talking between APT and solvers
David Kalnischkies
2011-03-26
do not change protected packages in autoinstall (Closes: #618848)
David Kalnischkies
2011-03-20
reorganize the marker methods a bit by moving the common part to a
David Kalnischkies
2011-03-08
Remove the "pseudopackage" handling of Architecture: all packages for
David Kalnischkies
2010-12-03
* apt-pkg/depcache.cc:
David Kalnischkies
2010-09-29
* apt-pkg/depcache.cc:
David Kalnischkies
2010-08-28
* apt-pkg/contrib/configuration.cc:
David Kalnischkies
2010-07-04
* apt-pkg/policy.h:
David Kalnischkies
2010-06-26
- use the new MatchAgainstConfig for the DefaultRootSetFunc
David Kalnischkies
2010-06-16
* apt-pkg/depcache.cc:
David Kalnischkies
2010-06-03
* apt-pkg/depcache.cc:
David Kalnischkies
2010-06-03
deprecate AddSize with Multiplier as it is unused and switch to
David Kalnischkies
2010-04-28
rewrite the pseudo package reinstaller to be more intelligent
David Kalnischkies
2010-04-13
regex for package names executed on Grp- not PkgIterator
David Kalnischkies
2010-03-18
merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),
David Kalnischkies
2010-03-14
* apt-pkg/depcache.cc:
David Kalnischkies
2010-03-01
We need to kill also pseudo packages which have no dependency, no
David Kalnischkies
2010-02-27
Enable the AutoRemover to talk "Multi-Arch" by marking all pseudo
David Kalnischkies
2010-02-12
Add yet another pseudo package which isn't as pseudo as the others:
David Kalnischkies
2010-02-10
Pre-MultiArch a package which depends on a package with architecture "all"
David Kalnischkies
2009-07-07
* remove the MarkKeep calls if Is{Delete,Install}Ok false, because
David Kalnischkies
2009-06-30
* add hook for MarkInstall and MarkDelete (closes: #470035)
David Kalnischkies
[next]