Age | Commit message (Expand) | Author |
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 |
2004-12-15 | move -n down into RequiredBy and PackingList (as $main::not, since we | Marc Espie |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie |
2004-12-06 | Usage | Marc Espie |
2004-11-15 | clean-up: pull all option parsing together. | Marc Espie |
2004-11-14 | allows for several -f options, since OpenBSD::Getopt makes this possible | Marc Espie |
2004-11-14 | turn on progress meter by default, use -x to disable it. | Marc Espie |
2004-11-14 | let RequiredBy generate lists directly, use hashes to trim down duplicates di... | Marc Espie |
2004-11-11 | reversed test. | Marc Espie |
2004-11-11 | store a ref to %forced in $state, for access anywhere. | Marc Espie |
2004-11-11 | move some code from pkg_add to OpenBSD/Add.pm, for symetry with pkg_delete. | Marc Espie |
2004-11-11 | don't touch font directories if -n either... | Marc Espie |
2004-11-11 | introduce shortcuts to read/write contents from_installation/to_installation | Marc Espie |
2004-11-11 | fix interaction of -n -v -r. | Marc Espie |
2004-11-09 | kill old Logger interface, use $state->print() to report problems at | Marc Espie |
2004-11-07 | show tally in verbose mode as well, why not ? | Marc Espie |
2004-10-31 | Simplify ldconfig handling: one single ensure_ldconfig routine that | Marc Espie |
2004-10-31 | Move most of the code of pkg_delete into a separate module so that it will | Marc Espie |
2004-10-31 | Erase old code | Marc Espie |
2004-10-26 | kill old duplicate code. | Marc Espie |