aboutsummaryrefslogtreecommitdiff
path: root/cmd-pipe-pane.c
Commit message (Expand)AuthorAge
* Store the time in the format tree rather than passing it around.nicm2019-03-14
* Accept 0 time as a shorthand for now to format_expand_time.nicm2019-03-14
* Clear PANE_EXITED flag when starting new child process in case the panenicm2018-11-30
* evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm2018-11-19
* Add -I to pipe-pane to connect pane stdin as well as stdout, suggestednicm2018-01-16
* Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm2017-07-14
* Block signals between forking and clearing signal handlers (or callingnicm2017-07-12
* Move signal code into proc.c.nicm2017-07-12
* Do not close panes until process has exited and any outstanding datanicm2017-07-03
* In order that people can use formats like #D in #() in the status linenicm2017-05-01
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-22
* Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-03
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl...nicm2016-10-14
* Add static in cmd-* and fix a few other nits.nicm2016-10-10
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-14
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-13
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-13
* Add cmdq as an argument to format_create and add a format for thenicm2015-12-11
* Remove format_create_flags and just pass flags to format_create.nicm2015-12-08
* Use __unused rather than rolling our own.nicm2015-11-18
* Add format_expand_time and use it instead of status_replace wherenicm2015-02-06
* Remove two unused arguments from status_replace.nicm2015-02-01
* Instead of setting up the default keys by building the key structnicm2014-10-20
* Remove the barely-used and unnecessary command check() function.nicm2013-10-10
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
* Fix error reporting for client commands by adding a flag toNicholas Marriott2013-03-24
* No more lint means no more ARGSUSED.Nicholas Marriott2013-03-22
* Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
* Missing -o on usage for pipe-pane, from Tiago Cunha.Nicholas Marriott2011-10-27
* Do not require a client here, or pipe-pane will not work from theNicholas Marriott2011-07-30
* Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott2011-03-29
* Move all calls to fcntl(...O_NONBLOCK) into a function and clear theNicholas Marriott2011-01-08
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* Trying to set FD_CLOEXEC on every fd is a lost cause, just useNicholas Marriott2010-10-16
* Do not call event_del() for signals after fork(), just use sigaction()Nicholas Marriott2010-08-19
* Last change erroneously used the target argument for looking up theNicholas Marriott2010-06-14
* Support the status_replace # replacement sequences in the pipe-paneNicholas Marriott2010-06-05
* Put this back in with the initialisation in the right order.Nicholas Marriott2010-05-04
* Revert last change, it appears to be broken somehow.Nicholas Marriott2010-05-04
* Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott2010-05-03
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
* Unreachable statement, found by lint.Nicholas Marriott2009-11-13
* Convert the window pane (pty master side) fd over to use a bufferevent.Nicholas Marriott2009-11-04
* Switch window pane pipe redirect fd over to a bufferevent.Nicholas Marriott2009-11-04
* Initial changes to move tmux to libevent.Nicholas Marriott2009-11-04
* Nuke dead store.Nicholas Marriott2009-10-21