aboutsummaryrefslogtreecommitdiff
path: root/cmd-confirm-before.c
Commit message (Expand)AuthorAge
* Remove the barely-used and unnecessary command check() function.Nicholas Marriott2013-08-21
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* Fix error reporting for client commands by adding a flag to cmd_find_client toNicholas Marriott2013-02-22
* Need to set clients in context before changing their reference count.Nicholas Marriott2013-02-20
* Remove unnecessary initializers of cmd_ctx.Nicholas Marriott2013-02-18
* Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott2013-02-18
* Sync OpenBSD patchset 1151:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 934:Tiago Cunha2011-07-08
* Sync OpenBSD patchset 927:Tiago Cunha2011-07-03
* Sync OpenBSD patchset 829:Tiago Cunha2011-01-07
* Sync OpenBSD patchset 539:Tiago Cunha2009-11-14
* Sync OpenBSD patchset 289:Tiago Cunha2009-08-24
* Sync OpenBSD patchset 261:Tiago Cunha2009-08-16
* Sync OpenBSD patchset 181:Tiago Cunha2009-07-28
* Sync OpenBSD patchset 154:Tiago Cunha2009-07-22
* Memory could be leaked if a second prompt or message appeared while another wasNicholas Marriott2009-07-17
* Make status_message_set a variadic printf-like function. No functional change -Nicholas Marriott2009-07-15
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-14
* Simplify the code by using the generic _target functions.Tiago Cunha2009-04-28
* Use cmd_prarg to include "s when necessary.Nicholas Marriott2009-04-27
* Convert hidden flag to a full flags word for the status line and add a flag toNicholas Marriott2009-04-27
* - confirm-before command.Tiago Cunha2009-04-27