Age | Commit message (Expand) | Author |
2009-12-21 | document recent changes, clean up old pkg_delete options | Marc Espie |
2009-12-21 | much simpler SIG{INFO} handling: create a status object in state and | Marc Espie |
2009-12-20 | change verbosity handling: be silent by default, turn on the first level if -v. | Marc Espie |
2009-12-19 | create a $state->todo method to account for sets to install. | Marc Espie |
2009-11-28 | still not right, so revert to original algorithm, and compute @todo | Marc Espie |
2009-11-28 | oops, if I want to modify @todo, I should do it right. | Marc Espie |
2009-11-28 | add (n to go) to pkg_delete as well. | Marc Espie |
2009-11-17 | revamp interactive stuff: simplify (just one always for everything, per | Marc Espie |
2009-11-16 | -Vstat (get it from AddDelete) | Marc Espie |
2009-11-16 | pull more common code in a "framework" routine. | Marc Espie |
2009-11-16 | identical end sequence, to be factorized | Marc Espie |
2009-11-16 | start pulling all the code that's the same between pkg_add and pkg_delete | Marc Espie |
2009-11-14 | pull the eval {} code into an anonymous sub, so that we can choose to exec | 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-11-10 | proposing details when we remove one single package is ridiculous | Marc Espie |
2009-11-03 | catch signals while we're doing something, so that cleanup always happens. | Marc Espie |
2008-03-08 | rename forced to defines | Marc Espie |
2008-03-08 | let GetOpt count how many times it sees an option, removes special case | Marc Espie |
2007-12-18 | make it possible to run without locking the database. To be used by | Marc Espie |
2007-06-30 | move the UpdateSet stuff into its separate file, leaving Vstat much cleaner. | Marc Espie |
2007-06-16 | use OpenBSD::Paths contents | Marc Espie |
2007-06-04 | I am on drugs, I don't know where I found split can take strings as | Marc Espie |
2007-06-04 | some minor systematic changes. | 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-30 | fix verbosity. | Marc Espie |
2007-05-22 | cleanup shared state a bit earlier. Shouldn't change much, but may help | Marc Espie |
2007-05-22 | introduce a SharedItemsRecorder (put it into Vstat, since that's a file | Marc Espie |
2007-05-20 | create specific `state' objects for pkg_add and pkg_delete, so that I can | Marc Espie |
2007-05-20 | placeholders for UpdateSet, once we have it. | Marc Espie |
2007-05-20 | both pkg_add and pkg_delete use Vstat, make it explicit. | Marc Espie |
2007-05-14 | tidy | Marc Espie |
2007-05-01 | move the old elements into PackingElements, since the code is now | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-02-22 | Problem noticed by Henrik Hellerstedt <henrik@kohina.net> | Marc Espie |
2006-08-01 | If pkg_delete is trying to remove more than one package at the same time and | Bernd Ahlers |
2005-09-07 | use `pkg-name' rather than `pkgname' here, for consistency with other | Jason McIntyre |
2005-09-07 | sort options and sync usage(); | Jason McIntyre |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-08-17 | reuse compute_closure | Marc Espie |
2005-08-17 | we have a much more accurate image of stuff in -n mode, so we can | Marc Espie |
2005-08-17 | restore $main::not that is needed by OpenBSD::RequiredBy, | Marc Espie |
2005-01-22 | do not clean-up shared items in pretend mode (for now, need extra logic | Marc Espie |
2005-01-14 | `big lock' model: lock the whole db for reading/writing. | Marc Espie |
2005-01-03 | rename -f -> -F | Marc Espie |
2004-12-27 | recover from a nasty problem, allow people to delete package even if | Marc Espie |
2004-12-27 | better message | Marc Espie |