index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
depcache.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
factor out the detection of self-conflicts into Dep::IsIgnorable
David Kalnischkies
2012-01-13
1
-11
/
+2
*
* apt-pkg/depcache.cc:
David Kalnischkies
2012-01-11
1
-5
/
+11
*
* apt-pkg/depcache.cc:
David Kalnischkies
2011-11-23
1
-28
/
+63
*
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
1
-1
/
+1
*
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-19
1
-0
/
+3
*
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-16
/
+16
|
\
|
*
merged from the debian-sid branch
Michael Vogt
2011-08-15
1
-14
/
+14
|
|
\
|
|
*
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-14
/
+14
|
*
|
[ABI break] merge patch from Jonathan Thomas to speed up the
Michael Vogt
2011-07-28
1
-2
/
+2
*
|
|
Support large files in the complete toolset. Indexes of this
David Kalnischkies
2011-09-13
1
-2
/
+2
*
|
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-2
/
+4
|
/
/
*
|
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid
Michael Vogt
2011-07-15
1
-1
/
+1
|
\
|
|
*
* apt-pkg/depcache.cc:
David Kalnischkies
2011-07-15
1
-1
/
+1
*
|
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
1
-18
/
+21
*
|
* apt-pkg/depcache.cc:
David Kalnischkies
2011-05-17
1
-2
/
+3
*
|
remove deprecated methods which nobody should have used anyway like
David Kalnischkies
2011-05-17
1
-53
/
+1
*
|
rename option APT::Solver::Name to simply APT::Solver
David Kalnischkies
2011-05-17
1
-2
/
+2
*
|
* Implement EDSP in libapt-pkg so that all front-ends which
David Kalnischkies
2011-05-17
1
-1
/
+10
|
\
\
|
|
/
|
/
|
|
*
doesn't execute autoremove marker setting if an external solver is called
David Kalnischkies
2011-05-02
1
-0
/
+3
|
*
disable automatical installation of dependencies in MarkInstall if we
David Kalnischkies
2011-04-02
1
-1
/
+1
|
*
add a first round of stuff needed for talking between APT and solvers
David Kalnischkies
2011-03-30
1
-0
/
+6
*
|
rewrite new and previously satisfied important dependency detection in
David Kalnischkies
2011-05-13
1
-43
/
+40
*
|
move the broken dependency detection above the new recommends detection
David Kalnischkies
2011-05-12
1
-16
/
+16
*
|
convert a lot of places to use IsNegative instead of checking by hand
David Kalnischkies
2011-05-11
1
-18
/
+7
*
|
if critical or-group can't be satisfied, exit directly.
David Kalnischkies
2011-05-11
1
-2
/
+12
*
|
merge with debian-sid branch and 0.8.14.1 release
David Kalnischkies
2011-04-20
1
-1
/
+1
|
\
\
|
*
|
apt-pkg/depcache.cc: Really release action groups only once (Closes: #622744)
Julian Andres Klode
2011-04-18
1
-1
/
+1
|
|
/
*
/
* apt-pkg/depcache.cc:
David Kalnischkies
2011-04-16
1
-2
/
+2
|
/
*
do not change protected packages in autoinstall (Closes: #618848)
David Kalnischkies
2011-03-26
1
-2
/
+17
*
* apt-pkg/depcache.cc:
David Kalnischkies
2011-03-25
1
-5
/
+0
*
reorganize the marker methods a bit by moving the common part to a
David Kalnischkies
2011-03-20
1
-59
/
+71
*
Remove the "pseudopackage" handling of Architecture: all packages for
David Kalnischkies
2011-03-08
1
-303
/
+1
*
* apt-pkg/depcache.cc:
David Kalnischkies
2011-02-17
1
-2
/
+4
*
* apt-pkg/depcache.cc:
David Kalnischkies
2011-02-11
1
-3
/
+2
*
allow conflicts in the same group again (Closes: #612099)
David Kalnischkies
2011-02-07
1
-1
/
+1
*
remove two unused variables gcc-4.6 reports from depcache.cc
David Kalnischkies
2011-01-12
1
-3
/
+2
*
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2011-01-12
1
-2
/
+2
*
check in the DepCache::SetCandidateVersion that the package is marked to
David Kalnischkies
2010-12-05
1
-1
/
+2
*
* apt-pkg/depcache.cc:
David Kalnischkies
2010-12-03
1
-0
/
+161
*
apply a very simple speed-up in case we try to set the candidate version
David Kalnischkies
2010-11-30
1
-2
/
+9
*
* apt-pkg/depcache.cc:
David Kalnischkies
2010-11-10
1
-2
/
+5
*
* apt-pkg/depcache.cc:
David Kalnischkies
2010-10-02
1
-0
/
+10
*
* apt-pkg/policy.cc:
David Kalnischkies
2010-09-14
1
-1
/
+2
*
* apt-pkg/depcache.cc:
David Kalnischkies
2010-08-27
1
-1
/
+10
*
apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.
Julian Andres Klode
2010-08-10
1
-1
/
+1
*
* apt-pkg/depcache.cc:
Julian Andres Klode
2010-08-06
1
-3
/
+6
*
* apt-pkg/depcache.cc:
David Kalnischkies
2010-07-14
1
-4
/
+4
*
* apt-pkg/policy.h:
David Kalnischkies
2010-07-04
1
-2
/
+2
*
always mark the all package if a pseudo package is marked for install
David Kalnischkies
2010-06-26
1
-0
/
+4
[next]