summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackageRepository
AgeCommit message (Expand)Author
2007-06-04more efficient regexps: anchor stuff at both ends, be more specific inMarc Espie
2007-06-04some minor systematic changes.Marc Espie
2007-05-30move close methods so that error paths can proceed on Repository::Installed.Marc Espie
2007-05-19add match_locations/filter_locations methods to search stuff that returnsMarc Espie
2007-05-19fix scp url parsing and printingMarc Espie
2007-05-19don't pass srcpath around, since we don't use it.Marc Espie
2007-05-18Add pkgpath hints to pkgspec. Make PackageRepository/Source functional:Marc Espie
2007-05-18normalize installed namesMarc Espie
2007-05-17do not pass the urlscheme to the constructors, since they each haveMarc Espie
2007-05-17new methods: repositories can create url. Rename PackageLocation->stringizeMarc Espie
2007-05-17name each urlschemeMarc Espie
2007-05-14redo search filters as real objects. Accordingly, rename match_list toMarc Espie
2007-05-14name tweaks: match -> match_list, match_repo -> matchMarc Espie
2007-05-14two repos: new(1) gives all packages. new() zaps .libs and friends.Marc Espie
2007-05-14load PackageLocation just in time. Control what we import fromMarc Espie
2007-05-14move code around to allow OO access to installed packages always.Marc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2006-05-26make pkg_add exit gracefully if it cannot read from a file handle, whichSteven Mestdagh
2006-03-13clean-up some name handling:Marc Espie
2006-03-08propagate stuff to be able to explicitly clean-up repositories.Marc Espie
2006-03-08fix race condition in SCP for real.Marc Espie
2006-03-07properly zap temporary file.Marc Espie
2006-03-07rendez-vous with subchild through signal USR1.Marc Espie
2006-03-07only the grand child can have issuesMarc Espie
2006-03-07let scp repositories work. Avoid run-away processes by just having one singleMarc Espie
2006-03-06take some infrequently used code completely out of the way.Marc Espie