Age | Commit message (Expand) | Author |
2014-01-11 | a bit of spring cleanup in advance: scrape old stuff that's not really | Marc Espie |
2014-01-09 | bump copyright to 2014 | Marc Espie |
2014-01-07 | scrape support for old +COMMENT file. | Marc Espie |
2014-01-07 | recognize special file +META | Marc Espie |
2011-08-23 | zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removed | Marc Espie |
2011-08-18 | tweak | Marc Espie |
2011-07-12 | new pkg_delete, very similar to pkg_add, support for -a | Marc Espie |
2010-12-29 | more stuff that uses print directly dies | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
2010-10-27 | initial scaffolding for @rcscript: for now, acts like normal files, | 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-30 | simple use of new state->repo API | Marc Espie |
2010-06-09 | ui changes: go thru a state object for most printouts | Marc Espie |
2010-06-04 | move code around, so that commands can be used as modules. | Marc Espie |
2010-05-10 | whitespace fixes | Marc Espie |
2009-11-15 | make these independent from Getopt, require Exporter | 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 | state->progress->print => $state->print | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2009-11-10 | switch to match_locations, and so we can use choose_location, yippee! | Marc Espie |
2009-06-04 | Canonicalise package names when comparing them against the package database. | wcmaier |
2008-06-15 | make sure installed_stem is defined when needed, prevents some weird | Marc Espie |
2008-03-08 | rename forced to defines | Marc Espie |
2008-01-12 | better ui for locking messages. | Marc Espie |
2007-06-16 | use OpenBSD::Paths contents | Marc Espie |
2007-06-09 | rework `special' package names a bit. | 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 | 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-18 | also strip +CONTENTS | Marc Espie |
2007-05-15 | fix dependencies | Marc Espie |
2007-05-14 | put search objects into a search class. | Marc Espie |
2007-05-14 | maintain stemlist for installed packages dynamically | Marc Espie |
2007-05-14 | tidy | Marc Espie |
2007-05-13 | unify object lookup as locator->match($o) or $repo->match($o) | Marc Espie |
2007-05-07 | avoid calling compile_stemlist directly | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-03-18 | remove some unnecessary sanity checks. /var/db/pkg is supposed to contain | Marc Espie |
2007-02-22 | Problem noticed by Henrik Hellerstedt <henrik@kohina.net> | Marc Espie |
2007-02-17 | ask_list() is in OpenBSD::Interactive, not OpenBSD::ProgressMeter | Nikolay Sturm |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-01-16 | allow locking of database in quiet mode, where we don't display any | Marc Espie |
2005-01-14 | `big lock' model: lock the whole db for reading/writing. | Marc Espie |
2004-12-27 | use delete, not undef, to update installed_packages correctly... | Marc Espie |
2004-12-16 | renamed borked_installation from borked.n to partial-<pkgname> ... | Marc Espie |
2004-11-14 | make sure REQUIRING file is an integral part of what we do. | Marc Espie |
2004-11-14 | let RequiredBy generate lists directly, use hashes to trim down duplicates di... | Marc Espie |
2004-11-11 | package names starting with . are hidden from pkg_info by default. | Marc Espie |