Age | Commit message (Expand) | Author |
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 |
2007-05-02 | move common code into a find_candidate function. | Marc Espie |
2007-05-02 | refactor: remove temp @avail, move it to an external code, slightly more | Marc Espie |
2007-05-02 | add code to keep obsolete constructs around. This allows pkg_info to | Marc Espie |
2007-05-02 | Use event(3) provided signal functions -- this decouples the event | Claudio Jeker |
2007-05-02 | It is no longer needed to pass a cleared timeval to event_loopexit() NULL | Claudio Jeker |
2007-05-01 | repair -L option, should work much better if we copy @localbase over... | Marc Espie |
2007-05-01 | simplify signature computation slightly | Marc Espie |
2007-05-01 | remove more traces of old dependencies | Marc Espie |
2007-05-01 | unique objects probably use their class name as category. | Marc Espie |
2007-05-01 | kill code for handling old style dependencies. | Marc Espie |
2007-05-01 | kill old constructs that have been deprecated since 2004. | Marc Espie |
2007-05-01 | remove PackingOld entirely | Marc Espie |
2007-05-01 | move the old elements into PackingElements, since the code is now | Marc Espie |
2007-05-01 | use new functionality of register_with_factory: create objects for old | Marc Espie |
2007-05-01 | allows us to register anything, and not just a class, with the factory. | Marc Espie |
2007-05-01 | define keyword() first, and allow register_with_factory() to reuse it | Marc Espie |
2007-05-01 | rename setKeyword to register_with_factory | Marc Espie |
2007-05-01 | remove #ifndef SUN_LEN; ok millert@ | Kevin Steves |
2007-05-01 | use warn() vs. perror() for consistency; ok millert@ | Kevin Steves |
2007-05-01 | if resolving a name fails, be more aggressive retrying, but with care: | Otto Moerbeek |
2007-04-30 | don't bother trying to substitute if there's no $ in the string. | Marc Espie |
2007-04-30 | simplify regen mode logic: if we don't add anything to the packing-list, | Marc Espie |
2007-04-30 | make creation of special files more obvious. | Marc Espie |
2007-04-30 | All options that add special files follow the same pattern, so reuse the | Marc Espie |
2007-04-30 | Better error messages. | Claudio Jeker |
2007-04-30 | Fix prepare_for_archival(). | Bernd Ahlers |
2007-04-30 | special mode `pretend_to_archive' for -n, which does most things except | Marc Espie |
2007-04-30 | Fix a bad check in aspath_inflate() -- compare with the correct loop value. | Claudio Jeker |
2007-04-30 | archive special files exactly like we archive normal files. This provides | Marc Espie |
2007-04-30 | split preparation and check into prepare_item. | Marc Espie |
2007-04-30 | unsimplify checksum creation, fix @link markers. | Marc Espie |