summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-05-13next -> returnMarc Espie
2007-05-13kill more stuffMarc Espie
2007-05-13kill unused stuffMarc Espie
2007-05-13unify object lookup as locator->match($o) or $repo->match($o)Marc Espie
2007-05-13also create PartialStem objects, and create a genericMarc Espie
2007-05-13make caching of stemlists implicitMarc Espie
2007-05-13move towards unifying stem searches and pkgspec searches.Marc Espie
2007-05-13have PackageLocator defer to PackageRepositoryList, so that packageMarc Espie
2007-05-13reorg the update code some more, so that it goes through a filteringMarc Espie
2007-05-13move most of the code into one process_package methodMarc Espie
2007-05-13turn the updater into an objectMarc Espie
2007-05-13allow filtering while calling the Locator.Marc Espie
2007-05-13tweak _first_of so it can take an extra $filter routine, so that weMarc Espie
2007-05-13normalize quoting in extra info.Marc Espie
2007-05-13provide match_spec, findstem, find_partialstem at the repository list level,Marc Espie
2007-05-12remove obsolete comment.Marc Espie
2007-05-12oops. forgot this one. Noticed by M.Pereboom.Marc Espie
2007-05-12lift PkgSpec creation up into PackingElement::Dependency.Marc Espie
2007-05-12kill old PkgSpec interfaceMarc Espie
2007-05-12document the object interface to PkgSpec.Marc Espie
2007-05-12use match_ref consistentlyMarc Espie
2007-05-12use PkgSpec objects most of the timeMarc Espie
2007-05-12use OO version of spec matchMarc Espie
2007-05-12oops, make the object variant functionalMarc Espie
2007-05-12also allow Spec objects in Repository matches.Marc Espie
2007-05-12somewhat sneaky: allow PkgSpecs to be objects, so that we can performMarc Espie
2007-05-12strip extra quotes from all defines.Marc Espie
2007-05-12pass refs around instead of extending them.Marc Espie
2007-05-11Various spelling fixes from Stuart Henderson.Claudio Jeker
2007-05-11Delinting from tbert <bret dot lambert at gmail dot com>Ray Lai
2007-05-10transposition; ok jmc@Kevin Steves
2007-05-09fix potential NULL deref.Pierre-Yves Ritschard
2007-05-08allow match_spec on repositoryMarc Espie
2007-05-08spec match works better with a listMarc Espie
2007-05-07avoid calling compile_stemlist directlyMarc Espie
2007-05-07use repo->findstemMarc Espie
2007-05-07cheap singleton for installed packagesMarc Espie
2007-05-07zap old codeMarc Espie
2007-05-07lift up findstem to the PackageRepositoryMarc Espie
2007-05-07remove dependency on available_stems(), make it go thru PackageLocatorMarc Espie
2007-05-07do not expose stemlist internals, create find_partialstem function.Marc Espie
2007-05-07make keep_most_recent explicit, do not try to pre-compute it at the stemlistMarc Espie
2007-05-07we want to no longer expose PackageLocator::available(), lift interfacesMarc Espie
2007-05-07restore lost behaviorMarc Espie
2007-05-07refactor: create a solver object to handle state issues in a simpler way.Marc Espie
2007-05-07since we always use PkgSpec::Match, there's no need to build anon subs.Marc Espie
2007-05-07PkgSpec::match does the right thing, so use it there too.Marc Espie
2007-05-07take over tempfile/dir cleaning entirelyMarc Espie
2007-05-07zap old unused codeMarc Espie
2007-05-07make sure all temporary file handling goes through OpenBSD::TempMarc Espie