Age | Commit message (Expand) | Author |
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 |
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 | since we always use PkgSpec::Match, there's no need to build anon subs. | Marc Espie |
2007-05-07 | PkgSpec::match does the right thing, so use it there too. | Marc Espie |
2007-05-07 | take over tempfile/dir cleaning entirely | Marc Espie |
2007-05-07 | zap old unused code | Marc Espie |
2007-05-07 | make sure all temporary file handling goes through OpenBSD::Temp | Marc Espie |