Age | Commit message (Expand) | Author |
2010-07-31 | very old thinko, not really a problem, obviously, but groups and users are | Marc Espie |
2010-06-30 | allow say and errsay to work without parameters, as it's ways common. | Marc Espie |
2010-06-30 | whitespace cleanup | Marc Espie |
2010-06-05 | modern syntax | Marc Espie |
2010-05-10 | whitespace fixes | Marc Espie |
2010-04-19 | move Composite pattern (auto-visitor) into its own subclass | Marc Espie |
2010-04-05 | new keyword, @ask-update, to be used *very* sparingly (so far, only useful | Marc Espie |
2010-03-22 | clean up the ProgressMeter code, create a specific class if a Term | Marc Espie |
2010-01-10 | pull the signature comparison code into its own file. | Marc Espie |
2010-01-09 | build signature objects that we will be able to compare | Marc Espie |
2010-01-02 | first step in comparing full signatures: make them full objects, with | Marc Espie |
2010-01-01 | new method fullpkgpath that accesses the default fullpkgpath. | Marc Espie |
2010-01-01 | new option 'explicit-update', for firmwares (don't consider these in bulk | Marc Espie |
2009-12-30 | infrastructure for url elements | Marc Espie |
2009-12-26 | protect against partial-* packing-lists | Marc Espie |
2009-12-12 | update will ask about conflicts, so we need that in updateinfo... | Marc Espie |
2009-12-12 | tie conflict lists to packing lists and use them | Marc Espie |
2009-11-15 | missing return (nothing else to see) | Marc Espie |
2009-11-03 | add @option always-update. | Marc Espie |
2009-07-03 | allow pkg_mklocatedb -p to work again; from espie@ | Christian Weisgerber |
2009-06-25 | pkgpath are only used for updates, so matching should only be pkgpath vs | Marc Espie |
2009-04-19 | synch with my new style search/location changes | Marc Espie |
2009-04-14 | initial implementation of package signatures, based on x509 certificates and | Marc Espie |
2009-03-05 | more stuff to check digests during extraction, if wanted. | Marc Espie |
2008-10-20 | Say goodbye to local $_ | Marc Espie |
2008-10-06 | turn the checksums stored in packing elements into real objects, so that | Marc Espie |
2008-06-06 | oops, @bin files are files too | Marc Espie |
2008-06-01 | provision for reading only prelink related stuff from a package (maybe | Marc Espie |
2007-12-08 | let pkg_info -E see @sample objects. No sense in hiding them. | Marc Espie |
2007-06-20 | sprinkle code to deal gracefully with absent packing-lists. | Marc Espie |
2007-06-19 | first draft of a tag solver, needs more flesh to be useful (especially: | Marc Espie |
2007-06-12 | tidy error messages: uses $! more consistently, do not append \n on die, | Marc Espie |
2007-06-06 | tweak how copies happen: rename make_copy into make_shallow_copy, | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-06-01 | micro-optimizations | Marc Espie |
2007-05-31 | move set validation earlier (in fact, it probably doesn't belong in | Marc Espie |
2007-05-31 | oops, move realname up so that ::Sample sees it too. | Marc Espie |
2007-05-30 | simplify script handling a bit (they're going to disappear probably anyways). | Marc Espie |
2007-05-30 | new functionality: copy elements of packing-lists to a new plist if they | Marc Espie |
2007-05-30 | separate the creation of the borked package and the Fatal. | Marc Espie |
2007-05-29 | set_infodir only if plist got defined. | Marc Espie |
2007-05-29 | a few more details so that infodirs become useful. | Marc Espie |
2007-05-29 | clean-up SpecialFile a bit: make sure the name passed during creation is | Marc Espie |
2007-05-28 | always create packing-lists with a `contents' entry. | Marc Espie |
2007-05-24 | place holder for signature checking | Marc Espie |
2007-05-24 | catch up and rethrow Packing-List read issues with the filename when | Marc Espie |
2007-05-03 | remove future code to handle modules, that is unused and possibly badly | Marc Espie |
2007-05-02 | replace pkgbase with less confusing name localbase | Marc Espie |
2007-05-02 | replace abstract Factory name with a more sensible create name. | Marc Espie |
2007-05-02 | $o->method() becomes $o->method | Marc Espie |