Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reset output functions too when changing client after attaching. | Nicholas Marriott | 2010-03-18 |
| | |||
* | Sync OpenBSD patchset 626: | Tiago Cunha | 2010-02-02 |
| | | | | | | Don't stop parsing command sequences when a command requests the client to stick around (attach-session/new-session). | ||
* | 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. | ||
* | Space trimmage mega-diff. | Nicholas Marriott | 2009-05-04 |
| | |||
* | Support "neww; neww" as well "neww ; neww". | Nicholas Marriott | 2009-04-30 |
| | |||
* | Memory leak. | Nicholas Marriott | 2009-02-16 |
| | |||
* | Pass return code from _exec; allow command sequences to work from the ↵ | Nicholas Marriott | 2009-01-19 |
| | | | | command line. | ||
* | Support command sequences separated by " ; ". Also clean up command printing. | Nicholas Marriott | 2009-01-18 |