aboutsummaryrefslogtreecommitdiff
path: root/control.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master' into masterThomas Adam2021-08-25
|\
| * Fix up some printflike attributes.nicm2021-08-25
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-17
|\|
| * Treat a pane that has died the same as no pane when sending data tonicm2021-08-17
* | Look for libevent2 differently from libevent for platforms with both.Nicholas Marriott2021-01-17
|/
* Some other warnings, GitHub issue 2382.nicm2020-09-18
* Add a way for control mode clients to subscribe to a format and benicm2020-07-06
* Add a flag to make a client wait for an empty line before exiting innicm2020-06-18
* Check if a pane needs to be paused when output is written rather thannicm2020-06-12
* Add a -A option to pause a pane manually.nicm2020-06-11
* Instead of a buffer size limit on each pane, set a limit of 300 secondsnicm2020-06-10
* When the pause-after flag is set, send an alternative %extended-outputnicm2020-06-10
* Add support for pausing a pane when the output buffered for a controlnicm2020-06-05
* Use CLOCK_MONOTONIC for timer measurement and add a timestamp to controlnicm2020-06-02
* Remove blocks from queue when pane disappears.nicm2020-06-01
* Instead of sending all data to control mode clients as fast as possible,nicm2020-06-01
* Pass the stdout file descriptor from the client as well as stdin and usenicm2020-05-26
* Give control code its own state struct.nicm2020-05-24
* Move client offset stuff into control.c since only control clients willnicm2020-05-22
* Support code for control mode flow control: allow clients to havenicm2020-05-21
* Add helpers for the simple case of parse string and add to command queue.nicm2020-04-13
* When adding a list of commands to the queue, instead of automaticallynicm2020-04-13
* Move cmdq_state into cmd-queue.c.nicm2020-04-13
* Rename cmdq_shared to cmdq_state which will better reflect what it isnicm2020-04-13
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* Rewrite the code for reading and writing files. Now, if the client isnicm2019-12-12
* Do not leak empty lines, GitHub issue 1824.nicm2019-07-09
* Allow % strings that are all numbers or %s, and fix a double free. Bothnicm2019-05-31
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-23
* Move the single command flag (CMD_CONTROL) into the shared flags.nicm2019-05-18
* It is silly for cmd_list_parse to return an integer error when it couldnicm2017-01-15
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* Rewrite command queue handling. Each client still has a command queue,nicm2016-10-16
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Use __unused rather than rolling our own.nicm2015-11-18
* Push stdout and stderr to clients more aggressively, and add an event tonicm2015-11-14
* Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-19
* Better format for printf format attributes.nicm2014-10-20
* Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd cannicm2013-10-10
* Mark control commands specially so the client can identify them, basedNicholas Marriott2013-06-23
* Fix compiler warnings, missing #include. From Thomas Adam.Nicholas Marriott2013-03-26
* Add time and a command count to control mode guards, based on code fromNicholas Marriott2013-03-25
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
* Need to set clients in context before changing their reference count.Nicholas Marriott2013-03-22
* Remove unnecessary initializers of cmd_ctx.Nicholas Marriott2013-03-22
* Add control_write_buffer, from George Nachman.Nicholas Marriott2012-09-24
* Send notifications to control clients. Also don't redraw client whenNicholas Marriott2012-09-03
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott2012-06-18