aboutsummaryrefslogtreecommitdiff
path: root/client-fn.c
Commit message (Collapse)AuthorAge
* Sync OpenBSD patchset 181:Tiago Cunha2009-07-28
| | | | | | | | | | | | | | | | | Make all messages sent between the client and server fixed size. This is the first of two changes to make the protocol more resilient and less sensitive to other changes in the code, particularly with commands. The client now packs argv into a buffer and sends it to the server for parsing, rather than doing it itself and sending the parsed command data. As a side-effect this also removes a lot of now-unused command marshalling code. Mixing a server without this change and a client with or vice versa will cause tmux to hang or crash, please ensure that tmux is entirely killed before upgrading.
* Put socket path in $TMUX.Nicholas Marriott2009-03-04
|
* Change server-info format.Nicholas Marriott2009-01-10
|
* long for pid.Nicholas Marriott2008-07-01
|
* Lift last MAXNAMELEN limit on -s argument.Nicholas Marriott2007-10-23
|
* String/number arguments..Nicholas Marriott2007-10-03
|
* Move command handling into the server and tidy up some bits.Nicholas Marriott2007-10-03