aboutsummaryrefslogtreecommitdiff
path: root/client.c
Commit message (Expand)AuthorAge
* There aren't many client message types or code to handle them so get rid of theNicholas Marriott2009-07-30
* Tell the server when the client gets SIGTERM so it can clean up the terminalNicholas Marriott2009-07-30
* Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
* None of the server message functions return anything but 0, so make them allNicholas Marriott2009-07-23
* Tidy client message return slightly: convert flags into an enum, and mergeNicholas Marriott2009-07-23
* Pass a set of flags into client_init rather than just a start_serverNicholas Marriott2009-07-22
* Remove some dead assignments, found by sthen with clang.Nicholas Marriott2009-06-25
* Call setproctitle earlier in the client, and include the socket name. Makes itNicholas Marriott2009-06-05
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01