Age | Commit message (Expand) | Author |
2017-03-01 | scrape most of the config framework | Marc Espie |
2017-02-27 | framework for some performance stats as a -V... option (like how much | Marc Espie |
2016-06-15 | dedup interactive options handling code yet again. | Marc Espie |
2016-06-06 | fix somewhat broken inheritance: the actual -i/-I interactive dance is | Marc Espie |
2015-05-25 | allow pkg_add as nonroot to soft-fail when outside of local base. | Marc Espie |
2015-01-04 | tweak the ntogo messages slightly so that they work better in all situations | Marc Espie |
2015-01-04 | too many todo. Use unambiguous names, since they're not the same operation | Marc Espie |
2014-12-03 | zap extra parameter that my first read missed, because that one is constant. | Marc Espie |
2014-11-30 | forgot to take that out... | Marc Espie |
2014-11-29 | simplify the interactive code into its own little object with simpler | Marc Espie |
2014-07-11 | display the extraction tally only if verbose | Marc Espie |
2014-07-07 | don't throw strange warnings during pkg_delete... | Marc Espie |
2014-07-07 | display saved size for now, to be disabled once I'm satisfied this is very | Marc Espie |
2014-05-30 | oops, auto-read config only *after* we have a way to print out errors. | Marc Espie |
2014-05-20 | makewhatis being now external, it no longer requires picky/test/check_dir. | Marc Espie |
2014-03-18 | remove $_ usage that warns under perl 5.18 | Marc Espie |
2014-01-30 | avoid storing dead keys. | Marc Espie |
2013-12-30 | explicitly fix the PATH to something sensible | Marc Espie |
2013-12-25 | fix autoloading of quirks: don't try to run quirks while processing the | Marc Espie |
2013-12-25 | a bit more scaffolding for running quirks. In particular, once quirks | Marc Espie |
2013-12-23 | move ntogo code, so it can be used while copying packages in pkg_create. | Marc Espie |
2013-12-08 | also cover initial installations (which means we do try to install | Marc Espie |
2012-07-06 | have -i be automatically on for ttys. | Marc Espie |
2011-10-09 | don't be too hasty, we can choose to syslog (OR NOT) *after* we parse the | Marc Espie |
2011-08-17 | pkg_add and pkg_delete will now syslog activity by default. | Marc Espie |
2011-07-17 | unify the main loop some more: add and delete do more or less the | Marc Espie |
2011-07-14 | move deptree_header into AddDelete, use it in pkg_delete. | Marc Espie |
2011-07-13 | share code | Marc Espie |
2011-07-13 | create DeleteSet as a specialized version of UpdateSets that print | Marc Espie |
2011-07-12 | move option -a up into common add/delete code, in preparation for pkg_delete | Marc Espie |
2011-03-07 | run makewhatis during pkg_create in verbose mode. | Marc Espie |
2011-01-23 | hide details of "finish" inside PackingElement proper. | Marc Espie |
2010-12-29 | more stuff that uses print directly dies | Marc Espie |
2010-12-24 | move the handling of ldconfig to AddDelete::State | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
2010-12-18 | bump ->defines up to main state class. | Marc Espie |
2010-12-05 | tweak the framework so that individual modules don't exist and return | Marc Espie |
2010-10-27 | initial scaffolding for @rcscript: for now, acts like normal files, | Marc Espie |
2010-08-13 | whitespace | Marc Espie |
2010-07-12 | need to copy f() parameters, otherwise strange bugs with sub expressions | Marc Espie |
2010-07-09 | fix pkg_mklocatedb | Marc Espie |
2010-07-06 | fuss over wantntogo, especially when it's false (make sure we still get :ok | Marc Espie |
2010-07-04 | two config options | Marc Espie |
2010-07-01 | remove the try/catch in debug mode, so that we get the errors directly... | 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 | UpdateSet will need access to state->repo, so it's better to have all | Marc Espie |
2010-06-25 | clean-up options handling some more | Marc Espie |
2010-06-25 | move handle_options in state, as should be. | Marc Espie |
2010-06-18 | whitespace | Marc Espie |