Age | Commit message (Expand) | Author |
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 |
2007-05-05 | split copy_subst to allow for existing filehandle. | Marc Espie |
2007-05-04 | move some checks after -q/-Q so that plists can still be printed. | Marc Espie |
2007-05-04 | From dhill@ last year: | Ray Lai |
2007-05-03 | Simplify code to handle fragments by using real objects. | Marc Espie |
2007-05-03 | remove future code to handle modules, that is unused and possibly badly | Marc Espie |
2007-05-03 | Deprecate the -W flag; it has been the default for years now. | Todd C. Miller |
2007-05-03 | fix creation of packing-list for package regeneration | Marc Espie |
2007-05-03 | move the fragments reading code to its own routine. | Marc Espie |
2007-05-02 | replace general @args -> $args unless strictly needed. | Marc Espie |
2007-05-02 | replace pkgbase with less confusing name localbase | Marc Espie |
2007-05-02 | - use getaddrinfo() instead of gethostbyname/getservbyname | Jason Wright |
2007-05-02 | replace abstract Factory name with a more sensible create name. | Marc Espie |
2007-05-02 | remove extra "" that don't make sense. | Marc Espie |
2007-05-02 | $o->method() becomes $o->method | Marc Espie |
2007-05-02 | remove extraneous () in method call: $o->method() becomes $o->method | Marc Espie |