Age | Commit message (Expand) | Author |
2009-11-24 | sets that were not solved should still display something... | Marc Espie |
2009-11-24 | more regular. Note that newer can be a hash as well (why not ?) | Marc Espie |
2009-11-22 | change the timing a bit: create a list of updateset first, and process | Marc Espie |
2009-11-16 | create a pseudo vstat object inside state, so that we can modify Vstat | Marc Espie |
2009-11-16 | start pulling all the code that's the same between pkg_add and pkg_delete | Marc Espie |
2009-11-11 | vsystem, system, unlink can mostly go through state, and do the ->clear part | Marc Espie |
2009-11-11 | remove redirector: if we want to run system AND log, just say so | Marc Espie |
2009-11-11 | don't use Warn if we've got a $state, get through errprint/errsay. | 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 | make things so that $state->print always work, with or without progressmeter, | Marc Espie |
2009-11-11 | remove forwarders, and provide a sensible API that says what's going on | Marc Espie |
2009-11-11 | bad idea to inherit from Error, compose object instead | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2009-11-10 | zap handle method, we finally no longer use it. | Marc Espie |
2009-11-10 | document what's going on... | Marc Espie |
2009-11-08 | add the notion of "hints" to UpdateSet, in order to unify -z/-l handling: | Marc Espie |
2009-11-04 | cleanup a bit printouts | Marc Espie |
2009-10-19 | basic routines to handle the merging of updatesets: mark updatesets as | Marc Espie |
2009-10-15 | let handle compute pkgnames correctly, simplifies code a bit | Marc Espie |
2009-10-14 | move OpenBSD::Handle into its own file. I guess I need to disentangle this | Marc Espie |
2009-10-14 | add a "print" method to ProgressMeter and StubProgress to allow me to clean | Marc Espie |
2009-10-11 | store installed packages in a hash, since we have simple keys for that. | Marc Espie |
2009-10-10 | have modifiers return self so we can chain them | Marc Espie |
2009-04-19 | synch with my new style search/location changes | Marc Espie |
2008-03-08 | rename forced to defines | Marc Espie |
2007-06-30 | move the UpdateSet stuff into its separate file, leaving Vstat much cleaner. | Marc Espie |
2007-06-25 | placeholder to split off the code that handles UpdateSets, as it's | Marc Espie |