Age | Commit message (Expand) | Author |
2009-11-11 | also get most STDERR messages through the same way | Marc Espie |
2009-11-11 | progressmeter puts STDOUT in autoflush if -t, so that it can display to it in... | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2009-11-10 | zap match | Marc Espie |
2009-11-08 | tracker/updater methods for state that auto-create the object. | Marc Espie |
2009-10-19 | remove almost all references to set->handle, iterate over newer in most | Marc Espie |
2009-10-15 | allow solve to find dependencies in current UpdateSet | Marc Espie |
2009-10-15 | sync updatesets with tracker when we create them... | Marc Espie |
2009-10-15 | separate the dependencies in several lists for registration, so that | Marc Espie |
2009-10-15 | remove parameter we no longer use | Marc Espie |
2009-10-15 | the to_install/to_update stuff is now in the tracker object. | Marc Espie |
2009-10-15 | let handle compute pkgnames correctly, simplifies code a bit | Marc Espie |
2009-10-12 | more handle -> newer. | Marc Espie |
2009-10-12 | more simple uses of set->newer | Marc Espie |
2009-10-12 | looking through installed packages is cool, but remember to filter out | Marc Espie |
2009-10-11 | need to save more stuff about updateset for complicated upgrade scenarios. | Marc Espie |
2009-10-11 | fix arguments order | Marc Espie |
2009-10-11 | store localbase in solver, in preparation to multiple handles. | Marc Espie |
2009-04-19 | synch with my new style search/location changes | Marc Espie |
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 |