summaryrefslogtreecommitdiffstats
path: root/server-client.c
AgeCommit message (Expand)Author
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
2009-11-19Two new options, window-status-format and window-status-current-format, whichNicholas Marriott
2009-11-19Don't interpret #() for display-message, it usually doesn't make sense and mayNicholas Marriott
2009-11-18Add a per-client log of status line messages displayed while that clientNicholas Marriott
2009-11-13Tidy up and fix some types, prompted by lint via deraadt.Nicholas Marriott
2009-11-11Only need to chmod +x or -x the socket when a client is created, lost orNicholas Marriott
2009-11-05Switch tty key input over to happen on a read event. This is a bit moreNicholas Marriott
2009-11-05Convert the key repeat timer to an event.Nicholas Marriott
2009-11-04Move status timer check into the global once-per-second timer, this could maybeNicholas Marriott
2009-11-04Use timeout events for the identify and message timers.Nicholas Marriott
2009-11-04Don't reenlist the client imsg event every loop, instead have a small functionNicholas Marriott
2009-11-04Switch tty fds over to a bufferevent.Nicholas Marriott
2009-11-04Initial changes to move tmux to libevent.Nicholas Marriott
2009-11-03Add an activity time for clients, like for sessions, and change session andNicholas Marriott
2009-11-03Change session and client activity and creation time members to have moreNicholas Marriott
2009-10-27Move the poll registration functions into the server-*.c files.Nicholas Marriott
2009-10-26tabs are better; ok nicmTheo Deraadt
2009-10-26Don't do anything in the client callback if the client has already died toNicholas Marriott
2009-10-25Don't try to continue processing a client if the session has been destroyed.Nicholas Marriott
2009-10-25Remove 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-22Redraw checks have to after handling input or pane redraw flags set by keyNicholas Marriott
2009-10-22The client buffers have to be checked after every event in order to catch theNicholas Marriott
2009-10-22Split the server code handling clients, jobs and windows off into separateNicholas Marriott