index
:
rtmux.git
master
rahm
Tmux with Rahm's extra hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server-client.c
Commit message (
Expand
)
Author
Age
*
Only need to chmod +x or -x the socket when a client is created, lost or
Nicholas Marriott
2009-11-11
*
Switch tty key input over to happen on a read event. This is a bit more
Nicholas Marriott
2009-11-05
*
Convert the key repeat timer to an event.
Nicholas Marriott
2009-11-05
*
Move status timer check into the global once-per-second timer, this could maybe
Nicholas Marriott
2009-11-04
*
Use timeout events for the identify and message timers.
Nicholas Marriott
2009-11-04
*
Don't reenlist the client imsg event every loop, instead have a small function
Nicholas Marriott
2009-11-04
*
Switch tty fds over to a bufferevent.
Nicholas Marriott
2009-11-04
*
Initial changes to move tmux to libevent.
Nicholas Marriott
2009-11-04
*
Add an activity time for clients, like for sessions, and change session and
Nicholas Marriott
2009-11-03
*
Change session and client activity and creation time members to have more
Nicholas Marriott
2009-11-03
*
Move the poll registration functions into the server-*.c files.
Nicholas Marriott
2009-10-27
*
tabs are better; ok nicm
Theo Deraadt
2009-10-26
*
Don't do anything in the client callback if the client has already died to
Nicholas Marriott
2009-10-26
*
Don't try to continue processing a client if the session has been destroyed.
Nicholas Marriott
2009-10-25
*
Remove the -d flag to tmux and just use op/AX to detect default colours.
Nicholas Marriott
2009-10-25
*
+time.h.
Nicholas Marriott
2009-10-25
*
Redraw checks have to after handling input or pane redraw flags set by key
Nicholas Marriott
2009-10-22
*
The client buffers have to be checked after every event in order to catch the
Nicholas Marriott
2009-10-22
*
Split the server code handling clients, jobs and windows off into separate
Nicholas Marriott
2009-10-22