Age | Commit message (Expand) | Author |
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 |
2010-06-15 | more printing changes. | Marc Espie |
2010-06-09 | replace confusing (n to go) message with #done/#total annotations. | Marc Espie |
2010-06-09 | ui changes: go thru a state object for most printouts | Marc Espie |
2010-06-05 | move use to common part | Marc Espie |
2010-06-05 | Move ask_list() method to $state object like it's done for confirm(), so | Landry Breuil |
2010-06-04 | move code around, so that commands can be used as modules. | Marc Espie |
2010-05-10 | whitespace fixes | Marc Espie |
2010-03-22 | clean up the ProgressMeter code, create a specific class if a Term | Marc Espie |
2010-01-11 | works much better if I actually add the option... | Marc Espie |
2010-01-10 | unify options a bit: use -Dname=value for defines uniformously (e.g., deprecate | Marc Espie |
2010-01-09 | move signal catching up, so we can clean repos and temp files at once. | Marc Espie |
2010-01-03 | -F tally | Marc Espie |
2010-01-02 | replace vstat with modern code, almost ready for stacking vfs... | Marc Espie |
2009-12-28 | add -F carp as an extra debugging device: ^T handler will show a stack | Marc Espie |
2009-12-22 | progressmeter always, unless -x is given | Theo de Raadt |
2009-12-21 | if we're not in a "pretend" mode, synchronization operations on vstat occur | 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-12-17 | move the ntogo actual code in the progressmeter, so that -x shuts it off. | Marc Espie |
2009-12-14 | fuss about install msgs: new method state->ntogo, use it to annotate more | Marc Espie |
2009-12-05 | make quirks silent. Track # of updates found, instead of newer size, since | Marc Espie |
2009-11-17 | revamp interactive stuff: simplify (just one always for everything, per | Marc Espie |
2009-11-16 | create a pseudo vstat object inside state, so that we can modify Vstat | Marc Espie |