aboutsummaryrefslogtreecommitdiff
path: root/server-client.c
Commit message (Collapse)AuthorAge
...
* The client buffers have to be checked after every event in order to catch theNicholas Marriott2009-10-22
| | | | escape timers and properly reset the cursor.
* Split the server code handling clients, jobs and windows off into separateNicholas Marriott2009-10-22
files from server.c (merging server-msg.c into the client file) and rather than iterating over each set after poll(), allow a callback to be specified when the fd is added and just walk once over the returned pollfds calling each callback where needed. More to come, getting this in so it is tested.