aboutsummaryrefslogtreecommitdiff
path: root/server-client.c
Commit message (Expand)AuthorAge
* Log identify messages.nicm2015-10-22
* Use client pointer not file descriptor in logging.nicm2015-10-20
* The table could change when retrying so don't save it at start ofnicm2015-10-20
* Pass current directory as a string rather than a file descriptor becausenicm2015-10-18
* Rename cmd_q dead flag to a general flags bitmask (will be more flags later).nicm2015-09-16
* Make refresh-client force update of jobs, from Sina Siadat.nicm2015-09-14
* Tweak some error messages/comments.nicm2015-09-01
* Some style nits and dead assignments.nicm2015-08-30
* We already loop over the windows in server_client_loop, so don't do itnicm2015-08-29
* Make session_update_activity more useful and use it in more places.nicm2015-08-28
* Run status update on a per-client timer at status-interval.nicm2015-08-28
* status_out and associated data structures are no longer used.nicm2015-07-29
* Initialize client fd to -1 as well, from Bobby Powers.nicm2015-07-17
* Fix line endings.nicm2015-07-13
* Initialize cwd fd to -1 so that we don't close fd 0 if the client isnicm2015-07-13
* Add a format for client PID (client_pid) and server PID (pid). Diff fornicm2015-06-14
* Change deref to the more sensible unref, and add a couple I missed before.nicm2015-06-05
* Instead of putting dead clients on a list and checking it every loop,nicm2015-06-05
* Move the nested check from client to server and compare the client ttynicm2015-06-04
* Move the jobs output cache into the formats code so that #() work morenicm2015-05-27
* Remove some stuff that accidentally ended up here from portable, andnicm2015-05-08
* Turn cursor off during redraw, pointed out by George Nachman.nicm2015-05-06
* Make message log a TAILQ.nicm2015-04-25
* Convert clients list into a TAILQ.nicm2015-04-24
* Change the windows array into an RB tree and fix some places where wenicm2015-04-22
* Don't eat the mouse event that triggers a drag end because we may wantnicm2015-04-21
* Support for multiple key tables to commands to be bound to sequences ofnicm2015-04-20
* Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-19
* Support setting the default window and pane background colours (windownicm2015-04-19
* Fix some format specifier nits, from Ben Boeckel.nicm2015-03-31
* Use formats not status_replace for set-titles-string.nicm2015-02-06
* Remove two unused arguments from status_replace.nicm2015-02-01
* Fix some spacing nits.nicm2014-10-22
* Update status when pane selected with mouse, from Balazs Kezes.nicm2014-10-02
* Various minor style and spacing nits.nicm2014-09-01
* Remove support for the continuous reporting "any" mouse mode which nevernicm2014-08-09
* An EOF is a good reason to close a connection.krw2014-07-13
* If a client is killed while suspended with ^Z so has gone through thenicm2014-07-13
* Because we pass the file descriptor from client to server, tmux can'tnicm2014-04-16
* Change terminal-overrides to a server option (now that we have them), itnicm2014-02-23
* Be consistent and allow only mouse down and mouse wheel for any panenicm2014-02-17
* Make status-interval of zero work as indented.nicm2014-02-14
* Style nit - no space between function name and bracket.nicm2014-02-14
* Break up and simplify screen_redraw_screen.nicm2014-01-31
* from nicm: : handle msgbuf_write() returning EAGAINbenno2013-11-13
* Do not run any command line command from the client which starts thenicm2013-10-20
* Don't leak file descriptors in the rare MSG_VERSION case. From Chrisnicm2013-10-11
* We accidentally haven't been using $TMUX to work out the session for anicm2013-10-10
* Don't look at string[length - 1] if length == 0.nicm2013-10-10
* Alter how tmux handles the working directory to internally use filenicm2013-10-10