Age | Commit message (Expand) | Author |
2008-06-21 | rework collisionreport to allow some limited repair capabilities: | Marc Espie |
2008-06-11 | cut lookup tag code in smaller pieces | Marc Espie |
2008-06-11 | further step on the road to tags: | Marc Espie |
2008-06-10 | typo in -as yet- unused code. | Marc Espie |
2008-03-08 | rename forced to defines | Marc Espie |
2007-06-26 | the big gap one: create UpdateSet for all packages being installed, and | Marc Espie |
2007-06-19 | first draft of a tag solver, needs more flesh to be useful (especially: | Marc Espie |
2007-06-19 | sometimes, wanting to share code gives insight: disentangle the code | Marc Espie |
2007-06-18 | ... and zap old code | Marc Espie |
2007-06-18 | reorganize lookup_library so I can reuse the exact same algorithm to | Marc Espie |
2007-06-18 | more uniform: all deps routines should be methods, even if they don't | Marc Espie |
2007-06-09 | give Dependencies a chance at finding libraries in old packages. | Marc Espie |
2007-06-05 | allow accessing all older values (make a semantic distinction), so that | Marc Espie |
2007-06-04 | error code: if we can't find a given libspec, we look through all | Marc Espie |
2007-06-02 | remove elements of the solver that correspond to dependencies `in-transit' | Marc Espie |
2007-06-02 | move the check that dependencies are satisfied inside the solver object | Marc Espie |
2007-06-02 | slight refactor, move wantlib dependencies handling inside the solver. | Marc Espie |
2007-06-02 | reorder code | Marc Espie |
2007-06-02 | move most of the code that deals with dependencies in the solver object | Marc Espie |
2007-06-02 | move the solver object up to the set level. | Marc Espie |
2007-06-01 | very small clean-up of dependencies list handling. | Marc Espie |
2007-05-31 | look up for old libraries last, so that we do not get tied to old stuff | Marc Espie |
2007-05-31 | simplify the handling of shared libs: there's no need to register each | Marc Espie |
2007-05-29 | In update mode, restore previous behavior: some updated packages may have | Marc Espie |
2007-05-27 | rename $state->{replace} to $state->{allow_replacing}, which matches intent | Marc Espie |
2007-05-23 | fiddle with SharedLibs name, put common code into a common place in | Marc Espie |
2007-05-19 | move the code that handles dependencies registration into Dependencies | Marc Espie |
2007-05-18 | cut dependency code in smaller chunks | Marc Espie |
2007-05-18 | we don't need to walk the full dependency tree each time we don't find | Marc Espie |
2007-05-17 | library lookup becomes a real method | Marc Espie |
2007-05-17 | move the library lookup code into Solver, so that I can turn it into | Marc Espie |
2007-05-17 | access solver internals in a clean way through dependencies, uses it | Marc Espie |
2007-05-17 | make the solved dependencies more explicit, match them back to the spec | Marc Espie |
2007-05-17 | tweak the solver object a bit, now that I have a clearer idea of what | Marc Espie |
2007-05-14 | put the solver into its own class. | Marc Espie |
2007-05-14 | move verbose printing into a separate method. | Marc Espie |
2007-05-14 | use the solver object to split the code into smaller chunks | Marc Espie |
2007-05-14 | redo search filters as real objects. Accordingly, rename match_list to | Marc Espie |
2007-05-14 | put Search objects into their own file, finally | Marc Espie |
2007-05-14 | put search objects into a search class. | Marc Espie |
2007-05-14 | name tweaks: match -> match_list, match_repo -> match | Marc Espie |
2007-05-14 | tidy | Marc Espie |
2007-05-13 | unify object lookup as locator->match($o) or $repo->match($o) | Marc Espie |
2007-05-12 | lift PkgSpec creation up into PackingElement::Dependency. | Marc Espie |
2007-05-12 | use OO version of spec match | Marc Espie |
2007-05-07 | we want to no longer expose PackageLocator::available(), lift interfaces | Marc Espie |
2007-05-07 | restore lost behavior | Marc Espie |
2007-05-07 | refactor: create a solver object to handle state issues in a simpler way. | Marc Espie |
2007-05-07 | use one single list for system directories. | Marc Espie |
2007-05-07 | remove -Fboguslibs, we haven't had unmarked libraries for years | Marc Espie |