Age | Commit message (Expand) | Author |
2010-01-02 | fully encapsulate dev objects from vstat so I can change the internals | Marc Espie |
2009-12-28 | erase Requiring entirely while deleting, to avoid further issues. | Marc Espie |
2009-12-20 | change verbosity handling: be silent by default, turn on the first level if -v. | Marc Espie |
2009-12-17 | be slightly more paranoid about shell stuff we run. | Marc Espie |
2009-12-17 | display progressmeter at 0% at start of install/deinstall. | Marc Espie |
2009-12-14 | fuss about install msgs: new method state->ntogo, use it to annotate more | Marc Espie |
2009-12-05 | fix off-by-one, noticed by frantisek holop | Marc Espie |
2009-11-28 | add (n to go) to pkg_delete as well. | Marc Espie |
2009-11-16 | create a pseudo vstat object inside state, so that we can modify Vstat | Marc Espie |
2009-11-11 | vsystem, system, unlink can mostly go through state, and do the ->clear part | Marc Espie |
2009-11-11 | also get most STDERR messages through the same way | Marc Espie |
2009-11-11 | progressmeter puts STDOUT in autoflush if -t, so that it can display to it in... | Marc Espie |
2009-11-11 | remove forwarders, and provide a sensible API that says what's going on | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2009-10-11 | overlay extract/delete/install messages, for shorter reports in normal mode | Marc Espie |
2009-04-19 | synch with my new style search/location changes | Marc Espie |
2009-04-18 | don't copy DigitalSig to partial packages, it makes no sense | Marc Espie |
2009-04-14 | initial implementation of package signatures, based on x509 certificates and | 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-11 | defer to the packing element for computing md5 | Marc Espie |
2008-03-11 | oops | Marc Espie |
2008-03-08 | better -q: mention once, and it speeds up (assumes normal files haven't | Marc Espie |
2008-03-08 | tweak messages mentioning checksums so that they mention checksums, not | Marc Espie |
2008-03-03 | fix utterly confusing message for updates. | Marc Espie |
2007-06-30 | fix saving of old partial packages... problem noticed by Paul Irofti | Marc Espie |
2007-06-25 | typo | Marc Espie |
2007-06-18 | add tag no shadow, to allow us to specify that we do NOT want tempfiles | Marc Espie |
2007-06-16 | Add variation on exec/unexec: | Marc Espie |
2007-06-16 | use OpenBSD::Paths contents | Marc Espie |
2007-06-14 | I don't know what we will do with system packages yet, but prevent | Marc Espie |
2007-06-06 | finish moving the size computations out of validate_plist. | Marc Espie |
2007-06-06 | separate the size computation from other operations in `prepare_for_addition' | Marc Espie |
2007-06-06 | tweak how copies happen: rename make_copy into make_shallow_copy, | Marc Espie |
2007-06-04 | zap dead code: we no longer use DirRm. | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-06-04 | fix keep_old_files | Marc Espie |
2007-06-02 | move dependency registration into its own function. | Marc Espie |
2007-06-01 | refactor ProgressMeter code to create objects, put these into state. | Marc Espie |
2007-05-31 | move set validation earlier (in fact, it probably doesn't belong in | Marc Espie |
2007-05-31 | kill REQ script directly. I'm pretty sure it doesn't quite work anyways. | Marc Espie |
2007-05-31 | a few cosmetic changes, move realname over to PackingElement to be | Marc Espie |
2007-05-30 | simplify script handling a bit (they're going to disappear probably anyways). | Marc Espie |
2007-05-30 | simplify really_add to use real visitors for extraction and installation. | Marc Espie |
2007-05-30 | don't bother not copying the pkgname, we're going to overwrite it anyways. | Marc Espie |
2007-05-30 | redo keep_old_files as a visitor. Copy more stuff over. | Marc Espie |
2007-05-29 | rely on packing-lists knowing where they live, much saner. | Marc Espie |
2007-05-28 | delay error reporting a bit more: try installing and deinstalling everything | Marc Espie |
2007-05-28 | lift up more of the dev checking code into Vstat. | Marc Espie |
2007-05-28 | clean up packing-list validation, call the methods `prepare_for_addition' | Marc Espie |