Age | Commit message (Expand) | Author |
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-17 | handle normalization of flavors in PackageName objects. | Marc Espie |
2007-05-16 | oops, committed debug code, sorry. | Marc Espie |
2007-05-15 | allows for incomplete locations (without arch) and for repositories to | Marc Espie |
2007-05-15 | require the right code at the right location. | Marc Espie |
2007-05-15 | make sure to give all special files to root/wheel, and strip them of write | Marc Espie |
2007-05-15 | do not copy pkgname, since we're going to erase it, and packing-lists | Marc Espie |
2007-05-15 | fix dependencies | Marc Espie |
2007-05-14 | remove unneeded quotes | 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 | cosmetic tweak | Marc Espie |
2007-05-14 | document search objects. Adjust PkgSpec documentation | Marc Espie |
2007-05-14 | kill "available" routine, which is no longer used. | Marc Espie |
2007-05-14 | move the retry code down at the http/ftp repository level, where it belongs. | Marc Espie |
2007-05-14 | move parsing of http problems where it belongs. | Marc Espie |
2007-05-14 | for completion, allow Stem object to filter as well. | 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 | use Repository::Installed a bit more | Marc Espie |
2007-05-14 | two repos: new(1) gives all packages. new() zaps .libs and friends. | Marc Espie |
2007-05-14 | load PackageLocation just in time. Control what we import from | Marc Espie |
2007-05-14 | move code around to allow OO access to installed packages always. | Marc Espie |
2007-05-14 | maintain stemlist for installed packages dynamically | Marc Espie |
2007-05-14 | tidy | Marc Espie |
2007-05-14 | simplify updater slightly | Marc Espie |
2007-05-13 | remove some specialness of the Filtering stuff. | Marc Espie |
2007-05-13 | next -> return | Marc Espie |
2007-05-13 | kill more stuff | Marc Espie |
2007-05-13 | kill unused stuff | Marc Espie |
2007-05-13 | unify object lookup as locator->match($o) or $repo->match($o) | Marc Espie |
2007-05-13 | also create PartialStem objects, and create a generic | Marc Espie |
2007-05-13 | make caching of stemlists implicit | Marc Espie |
2007-05-13 | move towards unifying stem searches and pkgspec searches. | Marc Espie |
2007-05-13 | have PackageLocator defer to PackageRepositoryList, so that package | Marc Espie |
2007-05-13 | reorg the update code some more, so that it goes through a filtering | Marc Espie |
2007-05-13 | move most of the code into one process_package method | Marc Espie |
2007-05-13 | turn the updater into an object | Marc Espie |
2007-05-13 | allow filtering while calling the Locator. | Marc Espie |
2007-05-13 | tweak _first_of so it can take an extra $filter routine, so that we | Marc Espie |
2007-05-13 | normalize quoting in extra info. | Marc Espie |
2007-05-13 | provide match_spec, findstem, find_partialstem at the repository list level, | Marc Espie |
2007-05-12 | remove obsolete comment. | Marc Espie |
2007-05-12 | oops. forgot this one. Noticed by M.Pereboom. | Marc Espie |
2007-05-12 | lift PkgSpec creation up into PackingElement::Dependency. | Marc Espie |