| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a flag to make a client wait for an empty line before exiting in |  nicm | 2020-06-18 | 1 | -1/+2 |
| * | Check if a pane needs to be paused when output is written rather than |  nicm | 2020-06-12 | 1 | -1/+8 |
| * | Add a -A option to pause a pane manually. |  nicm | 2020-06-11 | 1 | -1/+15 |
| * | Instead of a buffer size limit on each pane, set a limit of 300 seconds |  nicm | 2020-06-10 | 1 | -17/+42 |
| * | When the pause-after flag is set, send an alternative %extended-output |  nicm | 2020-06-10 | 1 | -7/+18 |
| * | Add support for pausing a pane when the output buffered for a control |  nicm | 2020-06-05 | 1 | -13/+52 |
| * | Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control |  nicm | 2020-06-02 | 1 | -5/+21 |
| * | Remove blocks from queue when pane disappears. |  nicm | 2020-06-01 | 1 | -3/+5 |
| * | Instead of sending all data to control mode clients as fast as possible, |  nicm | 2020-06-01 | 1 | -93/+385 |
| * | Pass the stdout file descriptor from the client as well as stdin and use |  nicm | 2020-05-26 | 1 | -24/+59 |
| * | Give control code its own state struct. |  nicm | 2020-05-24 | 1 | -16/+29 |
| * | Move client offset stuff into control.c since only control clients will |  nicm | 2020-05-22 | 1 | -4/+123 |
| * | Support code for control mode flow control: allow clients to have |  nicm | 2020-05-21 | 1 | -1/+48 |
| * | Add helpers for the simple case of parse string and add to command queue. |  nicm | 2020-04-13 | 1 | -22/+10 |
| * | When adding a list of commands to the queue, instead of automatically |  nicm | 2020-04-13 | 1 | -3/+5 |
| * | Move cmdq_state into cmd-queue.c. |  nicm | 2020-04-13 | 1 | -3/+3 |
| * | Rename cmdq_shared to cmdq_state which will better reflect what it is |  nicm | 2020-04-13 | 1 | -2/+2 |
| * | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its |  nicm | 2020-04-13 | 1 | -3/+3 |
| * | Rewrite the code for reading and writing files. Now, if the client is |  nicm | 2019-12-12 | 1 | -19/+19 |
| * | Do not leak empty lines, GitHub issue 1824. |  nicm | 2019-07-09 | 1 | -1/+2 |
| * | Allow % strings that are all numbers or %s, and fix a double free. Both |  nicm | 2019-05-31 | 1 | -2/+1 |
| * | Replace the split parser code (cfg.c and cmd-string.c) with a single |  nicm | 2019-05-23 | 1 | -9/+15 |
| * | Move the single command flag (CMD_CONTROL) into the shared flags. |  nicm | 2019-05-18 | 1 | -4/+2 |
| * | It is silly for cmd_list_parse to return an integer error when it could |  nicm | 2017-01-15 | 1 | -2/+3 |
| * | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -13/+13 |
| * | Rewrite command queue handling. Each client still has a command queue, |  nicm | 2016-10-16 | 1 | -10/+21 |
| * | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
| * | Use __unused rather than rolling our own. |  nicm | 2015-11-18 | 1 | -2/+2 |
| * | Push stdout and stderr to clients more aggressively, and add an event to |  nicm | 2015-11-14 | 1 | -3/+3 |
| * | Rewrite of tmux mouse support which was a mess. Instead of having |  nicm | 2015-04-19 | 1 | -2/+2 |
| * | Better format for printf format attributes. |  nicm | 2014-10-20 | 1 | -2/+2 |
| * | Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can |  nicm | 2013-10-10 | 1 | -3/+3 |
| * | Mark control commands specially so the client can identify them, based |  nicm | 2013-06-23 | 1 | -1/+4 |
| * | Fix compiler warnings, missing #include. From Thomas Adam. |  nicm | 2013-03-26 | 1 | -1/+2 |
| * | Add time and a command count to control mode guards, based on code from |  nicm | 2013-03-25 | 1 | -3/+8 |
| * | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -50/+3 |
| * | Need to set clients in context before changing their reference count. |  nicm | 2013-03-22 | 1 | -3/+2 |
| * | Remove unnecessary initializers of cmd_ctx. |  nicm | 2013-03-22 | 1 | -4/+1 |
| * | Add functions to allocate and free command contexts rather than doing it |  nicm | 2013-03-22 | 1 | -9/+11 |
| * | Add control_write_buffer, from George Nachman. |  nicm | 2012-09-24 | 1 | -1/+10 |
| * | Send notifications to control clients. Also don't redraw client when |  nicm | 2012-09-03 | 1 | -2/+1 |
| * | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -3/+4 |
| * | Add a skeleton mode to tmux (called "control mode") that let's tmux |  nicm | 2012-06-18 | 1 | -0/+121 |