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.cc
Age
Commit message (
Expand
)
Author
2017-12-13
don't auto-switch candidate if installed is good enough
David Kalnischkies
2017-08-24
Replace APT_CONST with APT_PURE everywhere
Julian Andres Klode
2017-07-26
support compressed extended_states file for bug triage
David Kalnischkies
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
Drop cacheiterators.h include
Julian Andres Klode
2017-07-08
fix various typos reported by codespell & spellintian
David Kalnischkies
2017-01-19
fix various typos reported by spellintian
David Kalnischkies
2016-07-22
clean up default-stanzas from extended_states on write
David Kalnischkies
2016-07-01
protect only the latest same-source providers from autoremove
David Kalnischkies
2016-06-30
more explicit MarkRequired algorithm code (part 2)
David Kalnischkies
2016-06-30
more explicit MarkRequired algorithm code
David Kalnischkies
2016-06-29
if reading of autobit state failed, let write fail
David Kalnischkies
2016-04-28
factor out Pkg/DepIterator prettyprinters into own header
David Kalnischkies
2016-04-28
respect user pinning in M-A:same version (un)screwing
David Kalnischkies
2016-03-27
Do not mark packages for keep that we want to remove
Julian Andres Klode
2016-03-16
do not strip epochs from state version strings
David Kalnischkies
2016-03-15
Fix bug where the problemresolve can put a pkg into a heisenstate
Michael Vogt
2016-01-25
prefer upgrading installed provides satisfier
David Kalnischkies
2015-11-25
typo: run s#frontend#front-end# on all of src:apt
David Kalnischkies
2015-11-04
sanify API to get 'the' candidate version
David Kalnischkies
2015-08-17
Cleanup includes after running iwyu
Michael Vogt
2015-08-15
Add GetPriority(VerIterator) to pkgDepCache::Policy
Julian Andres Klode
2015-08-13
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
Julian Andres Klode
2015-08-13
C++11: Switch from auto_ptr to unique_ptr
Julian Andres Klode
2015-08-10
move manual-bit from 'oldlibs' pkg to its dependencies
David Kalnischkies
2015-08-10
move APT::Never-MarkAuto-Sections handling to MarkDelete
David Kalnischkies
2015-08-10
mark again deps of pkgs in APT::Never-MarkAuto-Sections as manual
David Kalnischkies
2015-08-10
split-up Dependency struct
David Kalnischkies
2015-08-10
bunch of micro-optimizations for depcache
David Kalnischkies
2015-08-10
show or-groups in not-installed recommends and suggests lists
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-12
store Release files data in the Cache
David Kalnischkies
2015-05-11
rewrite all TFRewrite instances to use the new pkgTagSection::Write
David Kalnischkies
2015-05-11
show non-matching m-a:same versions in debug message
David Kalnischkies
2014-11-18
create directory for extended_states if needed
David Kalnischkies
2014-10-03
implement MarkAndSweep in cc instead of header
David Kalnischkies
2014-09-05
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-08-29
initialize iPolicyBrokenCount in DepCache::Update
Warren He
2014-06-18
remove the Section member from package struct
David Kalnischkies
2014-06-07
do not revert candidate for protected packages
David Kalnischkies
2014-05-27
Do not try to cast a pkgDepCache::Policy to a pkgCache
Michael Vogt
2014-03-23
discard candidates via IsInstallOk to allow override
David Kalnischkies
2014-03-23
do IsInstallOk call in MarkInstall unconditionally
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
warning: no previous declaration for foobar() [-Wmissing-declarations]
David Kalnischkies
2014-03-13
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-02-22
Fix typos in documentation (codespell)
Michael Vogt
[next]