Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Sync OpenBSD patchset 202: | Tiago Cunha | 2009-07-30 |
| | | | | | | | | | | | | There aren't many client message types or code to handle them so get rid of the lookup table and use a switch, merge the tiny handler functions into it, and move the whole lot to client.c. Also change client_msg_dispatch to consume as many messages as possible and move the call to it to the right place so it checks for signals afterwards. Prompted by suggestions from eric@. | ||
* | Sync OpenBSD patchset 196: | Tiago Cunha | 2009-07-30 |
| | | | | | | Rename struct hdrtype to msgtype which is a better name and can be used even when struct hdr disappears. | ||
* | Sync OpenBSD patchset 181: | Tiago Cunha | 2009-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. | ||
* | Sync OpenBSD patchset 172: | Tiago Cunha | 2009-07-23 |
| | | | | | | Tidy client message return slightly: convert flags into an enum, and merge error string into struct client_ctx as well. | ||
* | Sync OpenBSD patchset 154: | Tiago Cunha | 2009-07-22 |
| | | | | | Nix a few unused attributes on arguments which are no longer unused. | ||
* | Sync to OpenBSD: fixes from ray@. | Nicholas Marriott | 2009-06-25 |
| | |||
* | Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up | Nicholas Marriott | 2009-01-21 |
| | | | | | properly and print a nicer message. Same effect though :-) | ||
* | suspend-client command and suspend client when ^Z key binding is used. | Nicholas Marriott | 2009-01-18 |
| | |||
* | Minor tidying; remove some old debugging messages. | Nicholas Marriott | 2009-01-07 |
| | |||
* | Introduce nitems() and use it; use bsearch. | Nicholas Marriott | 2009-01-07 |
| | |||
* | Major reorganisation of screen handling. | Nicholas Marriott | 2007-12-06 |
| | |||
* | Same exit process applied to detach. | Nicholas Marriott | 2007-11-27 |
| | |||
* | Three-stage exit process so that [] message printing works on detach etc. | Nicholas Marriott | 2007-11-27 |
| | |||
* | Big internal reorganisation to move tty control into parent. | Nicholas Marriott | 2007-11-27 |
| | |||
* | FreeBSD requires stdint.h. | Nicholas Marriott | 2007-10-19 |
| | |||
* | Mark windows in yellow on status line when bell. | Nicholas Marriott | 2007-10-12 |
| | |||
* | Clean up pause/exit mess with flags. | Nicholas Marriott | 2007-10-05 |
| | |||
* | Window attachment, malloc debugging, fix a segfault with no sessions. | Nicholas Marriott | 2007-10-04 |
| | |||
* | Rewrite command handling to be more generic. Not finished! | Nicholas Marriott | 2007-10-03 |
| | |||
* | Move command handling into the server and tidy up some bits. | Nicholas Marriott | 2007-10-03 |
| | |||
* | tmux new-session -d. | Nicholas Marriott | 2007-09-29 |
| | |||
* | Join oldest session if non specified. Fix errors. | Nicholas Marriott | 2007-09-26 |
| | |||
* | Server function naming, still not happy with server stuff though. | Nicholas Marriott | 2007-09-26 |
| | |||
* | Cleanup part II: split up client stuff and ops. More to come. | Nicholas Marriott | 2007-09-26 |