summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_add/OpenBSD/PackageRepositoryList.pm (follow)
Commit message (Expand)AuthorAgeFilesLines
* allow search objects to say "keep_all" and make PackageRepositoryListsespie2020-02-191-3/+6
* Refactor locator code so it's a proper object.espie2017-05-291-2/+2
* gc old code, from Jean-Philippe Ouelletespie2015-07-091-12/+1
* zap scp urls from quirks update for fw_updateespie2015-02-031-1/+2
* handle failures from ports tree with more care.espie2010-12-241-1/+1
* initial scaffolding for @rcscript: for now, acts like normal files,espie2010-10-271-1/+1
* pass (and save) state around in Repository-related stuff.espie2010-07-021-4/+4
* allow say and errsay to work without parameters, as it's ways common.espie2010-06-301-1/+1
* whitespace cleanupespie2010-06-301-1/+1
* fix "deduplicate" code.espie2010-06-251-4/+19
* whitespace fixesespie2010-05-101-1/+1
* move signal catching up, so we can clean repos and temp files at once.espie2010-01-091-9/+1
* slightly more complex repolist, to allow for:espie2010-01-091-22/+22
* move pipe handling into RepositoryListespie2010-01-091-1/+8
* repositories no longer need matchespie2010-01-091-13/+1
* synch with my new style search/location changesespie2009-04-191-12/+23
* and I forgot this oneespie2007-05-191-1/+13
* don't pass srcpath around, since we don't use it.espie2007-05-191-3/+3
* kill "available" routine, which is no longer used.espie2007-05-141-21/+2
* move the retry code down at the http/ftp repository level, where it belongs.espie2007-05-141-31/+3
* tidyespie2007-05-141-2/+2
* remove some specialness of the Filtering stuff.espie2007-05-131-6/+3
* kill unused stuffespie2007-05-131-28/+4
* unify object lookup as locator->match($o) or $repo->match($o)espie2007-05-131-3/+3
* also create PartialStem objects, and create a genericespie2007-05-131-1/+7
* tweak _first_of so it can take an extra $filter routine, so that weespie2007-05-131-8/+11
* provide match_spec, findstem, find_partialstem at the repository list level,espie2007-05-131-1/+31
* $o->method() becomes $o->methodespie2007-05-021-2/+2
* update copyright years, standardize licence.espie2007-04-151-2/+2
* don't return undef, use plain return.espie2006-11-171-3/+3
* propagate stuff to be able to explicitly clean-up repositories.espie2006-03-081-1/+9
* cut down the Locator code into maintainable chunks.espie2006-03-041-0/+104