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
/
algorithms.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge with apt/experimental
David Kalnischkies
2012-03-06
1
-2
/
+11
|
\
|
*
* Treat the Important flag like the Essential flag with two differences:
Julian Andres Klode
2012-03-05
1
-2
/
+11
*
|
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
David Kalnischkies
2012-03-04
1
-1
/
+1
|
/
*
* apt-pkg/algorithms.cc:
Colin Watson
2012-01-29
1
-15
/
+15
*
* apt-pkg/algorithms.cc:
Colin Watson
2012-01-29
1
-2
/
+1
*
merge with my debian-sid branch
David Kalnischkies
2011-10-30
1
-2
/
+9
|
\
|
*
* algorithms.cc:
David Kalnischkies
2011-10-17
1
-2
/
+9
|
*
* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies
2011-09-20
1
-1
/
+1
*
|
* apt-pkg/algorithms.cc:
David Kalnischkies
2011-09-20
1
-1
/
+1
*
|
fix foldmarker in algorithms.h
David Kalnischkies
2011-09-19
1
-3
/
+2
*
|
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
1
-0
/
+3
*
|
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-31
/
+31
|
\
\
|
*
|
merged from the debian-sid branch
Michael Vogt
2011-08-15
1
-31
/
+31
|
|
\
|
|
|
*
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-31
/
+31
*
|
|
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
-6
/
+34
|
\
|
|
*
make ResolveByKeep() more clever and hold back packages that would go into a ...
Michael Vogt
2011-07-14
1
-6
/
+34
*
|
rename option APT::Solver::Name to simply APT::Solver
David Kalnischkies
2011-05-17
1
-4
/
+4
*
|
* Implement EDSP in libapt-pkg so that all front-ends which
David Kalnischkies
2011-05-17
1
-6
/
+49
|
\
\
|
|
/
|
/
|
|
*
implement proper progress report with OpProgress
David Kalnischkies
2011-05-09
1
-8
/
+16
|
*
implement external solver calling for upgrade and dist-upgrade, too
David Kalnischkies
2011-05-03
1
-18
/
+22
|
*
doesn't execute autoremove marker setting if an external solver is called
David Kalnischkies
2011-05-02
1
-0
/
+2
|
*
refactor: move solver execution into his own EDSP method
David Kalnischkies
2011-05-02
1
-37
/
+5
|
*
handle Dir::Bin::Solvers as a list of directories and find the
David Kalnischkies
2011-05-02
1
-4
/
+12
|
*
send the scenario through a pipe to the solver and get the solution back
David Kalnischkies
2011-04-02
1
-7
/
+35
|
*
Read and apply install/remove requests correctly
David Kalnischkies
2011-04-01
1
-3
/
+1
|
*
rename edspwriter to straight edsp in toplevel as it does more than
David Kalnischkies
2011-03-31
1
-4
/
+4
|
*
rename the 'universe' to 'scenario' to reflect the naming in the draft
David Kalnischkies
2011-03-31
1
-2
/
+2
|
*
be able to write solutions, too
David Kalnischkies
2011-03-30
1
-0
/
+6
|
*
add a first round of stuff needed for talking between APT and solvers
David Kalnischkies
2011-03-30
1
-6
/
+27
*
|
convert a lot of places to use IsNegative instead of checking by hand
David Kalnischkies
2011-05-11
1
-23
/
+8
*
|
cppcheck: (style) Variable 'State' is assigned a value that is never used
David Kalnischkies
2011-04-16
1
-3
/
+1
|
/
*
Remove the "pseudopackage" handling of Architecture: all packages for
David Kalnischkies
2011-03-08
1
-64
/
+0
*
merged from lp:~mvo/apt/mvo
Michael Vogt
2011-02-10
1
-2
/
+2
|
\
|
*
* merged lp:~evfool/apt/fix641673:
Michael Vogt
2011-02-10
1
-2
/
+2
*
|
* apt-pkg/algorithms.cc:
David Kalnischkies
2011-02-07
1
-1
/
+22
|
/
*
* apt-pkg/algorithms.cc:
David Kalnischkies
2010-11-29
1
-0
/
+7
*
* apt-pkg/algorithms.cc:
David Kalnischkies
2010-11-10
1
-0
/
+1
*
merged lp:~mvo/apt/conflicts-on-virtuals to better deal with
Michael Vogt
2010-09-15
1
-10
/
+19
|
\
|
*
remove duplicated test, move test for conflicts higher up, better debug output
Michael Vogt
2010-09-03
1
-24
/
+15
|
*
apt-pkg/algorithms.cc: show debug output only if debug option is given
Michael Vogt
2010-08-31
1
-3
/
+4
|
*
apt-pkg/algorithms.cc: if a package was added to the kill list via a DpkgBrea...
Michael Vogt
2010-08-31
1
-1
/
+2
|
*
apt-pkg/algorithms.cc: in the case of conflicts/breaks against a Provide Star...
Michael Vogt
2010-08-31
1
-0
/
+17
|
/
*
do not unconditional print the new debugoutput for "FixByInstall"
David Kalnischkies
2010-08-14
1
-1
/
+2
*
* apt-pkg/algorithms.cc:
David Kalnischkies
2010-08-13
1
-11
/
+29
*
* apt-pkg/algorithms.cc:
David Kalnischkies
2010-08-10
1
-37
/
+37
*
* merge the remaining Ubuntu change:
Michael Vogt
2010-06-09
1
-2
/
+1
|
\
|
*
merged from debian
Michael Vogt
2009-07-30
1
-37
/
+77
|
|
\
|
*
\
merged from debian-sid
Michael Vogt
2008-11-24
1
-3
/
+8
|
|
\
\
|
*
\
\
* apt-pkg/algorithms.cc:
Michael Vogt
2008-02-21
1
-1
/
+5
|
|
\
\
\
[next]