Age | Commit message (Expand) | Author |
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 |
2007-05-12 | kill old PkgSpec interface | Marc Espie |
2007-05-12 | document the object interface to PkgSpec. | Marc Espie |
2007-05-12 | use match_ref consistently | Marc Espie |
2007-05-12 | use PkgSpec objects most of the time | Marc Espie |
2007-05-12 | use OO version of spec match | Marc Espie |
2007-05-12 | oops, make the object variant functional | Marc Espie |
2007-05-12 | also allow Spec objects in Repository matches. | Marc Espie |
2007-05-12 | somewhat sneaky: allow PkgSpecs to be objects, so that we can perform | Marc Espie |
2007-05-12 | strip extra quotes from all defines. | Marc Espie |
2007-05-12 | pass refs around instead of extending them. | Marc Espie |
2007-05-11 | Various spelling fixes from Stuart Henderson. | Claudio Jeker |
2007-05-11 | Delinting from tbert <bret dot lambert at gmail dot com> | Ray Lai |
2007-05-10 | transposition; ok jmc@ | Kevin Steves |
2007-05-09 | fix potential NULL deref. | Pierre-Yves Ritschard |
2007-05-08 | allow match_spec on repository | Marc Espie |
2007-05-08 | spec match works better with a list | Marc Espie |
2007-05-07 | avoid calling compile_stemlist directly | Marc Espie |
2007-05-07 | use repo->findstem | Marc Espie |
2007-05-07 | cheap singleton for installed packages | Marc Espie |
2007-05-07 | zap old code | Marc Espie |
2007-05-07 | lift up findstem to the PackageRepository | Marc Espie |
2007-05-07 | remove dependency on available_stems(), make it go thru PackageLocator | Marc Espie |
2007-05-07 | do not expose stemlist internals, create find_partialstem function. | Marc Espie |
2007-05-07 | make keep_most_recent explicit, do not try to pre-compute it at the stemlist | Marc Espie |