Age | Commit message (Expand) | Author |
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 |
2007-05-07 | split common code into run_if_exists | Marc Espie |
2007-05-07 | remove non sensical eval {} | Marc Espie |
2007-05-07 | name code from keep_old_files, don't set pkgname directly. | Marc Espie |
2007-05-07 | kill old code to handle deprecated pkgcfl. | Marc Espie |
2007-05-07 | use one single list for system directories. | Marc Espie |
2007-05-07 | remove -Fboguslibs, we haven't had unmarked libraries for years | Marc Espie |
2007-05-07 | zap unused parameters. | Marc Espie |
2007-05-07 | share common code for system libs. | Marc Espie |
2007-05-07 | finish removing old libdepends checks. | Marc Espie |
2007-05-06 | let pkg_create generate the correct description if the HOMEPAGE is empty. | Marc Espie |
2007-05-06 | Don't fail hard on non RH0 routing headers. The calculation of the length | Claudio Jeker |
2007-05-06 | Fix the out of bounds check when parsing IPv6 headers. Fixes a SIGSEGV | Claudio Jeker |
2007-05-05 | remove code for -W, argument now a no-op; ok millert@ | Kevin Steves |
2007-05-05 | set up new way to define COMMENTS, to be able to remove some stuff from | Marc Espie |
2007-05-05 | ditch extra param to copy_subst, now that it's constant. | Marc Espie |
2007-05-05 | use copy_subst_fh | Marc Espie |
2007-05-05 | reorg tests to simplify logic | Marc Espie |