Age | Commit message (Expand) | Author |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-08-15 | merged from the debian-sid branch | Michael Vogt |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-07-15 | merged from http://bzr.debian.org/bzr/apt/apt/debian-sid | Michael Vogt |
2011-07-14 | make ResolveByKeep() more clever and hold back packages that would go into a ... | Michael Vogt |
2011-05-17 | rename option APT::Solver::Name to simply APT::Solver | David Kalnischkies |
2011-05-17 | * Implement EDSP in libapt-pkg so that all front-ends which | David Kalnischkies |
2011-05-11 | convert a lot of places to use IsNegative instead of checking by hand | David Kalnischkies |
2011-05-09 | implement proper progress report with OpProgress | David Kalnischkies |
2011-05-03 | implement external solver calling for upgrade and dist-upgrade, too | David Kalnischkies |
2011-05-02 | doesn't execute autoremove marker setting if an external solver is called | David Kalnischkies |
2011-05-02 | refactor: move solver execution into his own EDSP method | David Kalnischkies |
2011-05-02 | handle Dir::Bin::Solvers as a list of directories and find the | David Kalnischkies |
2011-04-16 | cppcheck: (style) Variable 'State' is assigned a value that is never used | David Kalnischkies |
2011-04-02 | send the scenario through a pipe to the solver and get the solution back | David Kalnischkies |
2011-04-01 | Read and apply install/remove requests correctly | David Kalnischkies |
2011-03-31 | rename edspwriter to straight edsp in toplevel as it does more than | David Kalnischkies |
2011-03-31 | rename the 'universe' to 'scenario' to reflect the naming in the draft | David Kalnischkies |
2011-03-30 | be able to write solutions, too | David Kalnischkies |
2011-03-30 | add a first round of stuff needed for talking between APT and solvers | David Kalnischkies |
2011-03-08 | Remove the "pseudopackage" handling of Architecture: all packages for | David Kalnischkies |
2011-02-10 | merged from lp:~mvo/apt/mvo | Michael Vogt |
2011-02-10 | * merged lp:~evfool/apt/fix641673: | Michael Vogt |
2011-02-07 | * apt-pkg/algorithms.cc: | David Kalnischkies |
2010-11-29 | * apt-pkg/algorithms.cc: | David Kalnischkies |
2010-11-10 | * apt-pkg/algorithms.cc: | David Kalnischkies |
2010-09-15 | merged lp:~mvo/apt/conflicts-on-virtuals to better deal with | Michael Vogt |
2010-09-03 | remove duplicated test, move test for conflicts higher up, better debug output | Michael Vogt |
2010-08-31 | apt-pkg/algorithms.cc: show debug output only if debug option is given | Michael Vogt |
2010-08-31 | apt-pkg/algorithms.cc: if a package was added to the kill list via a DpkgBrea... | Michael Vogt |
2010-08-31 | apt-pkg/algorithms.cc: in the case of conflicts/breaks against a Provide Star... | Michael Vogt |
2010-08-14 | do not unconditional print the new debugoutput for "FixByInstall" | David Kalnischkies |
2010-08-13 | * apt-pkg/algorithms.cc: | David Kalnischkies |
2010-08-10 | * apt-pkg/algorithms.cc: | David Kalnischkies |
2010-06-09 | * merge the remaining Ubuntu change: | Michael Vogt |
2010-04-07 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2010-03-01 | fix compiler error if compiled with -std=c++0x | David Kalnischkies |
2010-02-12 | Add yet another pseudo package which isn't as pseudo as the others: | David Kalnischkies |
2009-07-30 | merged from debian | Michael Vogt |
2009-07-21 | The 'not dead yet' release | Michael Vogt |
2009-07-21 | * apt-pkg/acquire.cc: | Michael Vogt |
2009-06-30 | * add hook for MarkInstall and MarkDelete (closes: #470035) | David Kalnischkies |
2009-06-30 | add the various foldmarkers in apt-pkg & cmdline (no code change) | David Kalnischkies |
2009-06-30 | merge the AutoInstOk patch from debian-experimental | Michael Vogt |
2009-06-29 | * support IsAutoInstallOk in the resolver too | Michael Vogt |
2009-06-29 | * add Debug::pkgDepCache::Marker with more detailed debug output | Michael Vogt |
2009-06-23 | * apt-pkg/algorithms.cc: | Michael Vogt |
2008-11-24 | merged from debian-sid | Michael Vogt |
2008-10-28 | * apt-pkg/acquire-item.cc: | Michael Vogt |
2008-10-26 | Forgot to remove regex.h include in previous commit. Now done | Eugene V. Lyubimkin |