commit | dd36982ad51632bc47ce7b73cad0696e85d593c3 | [log] [download] |
---|---|---|
author | Tiago Cunha <tcunha@gmx.com> | Sun Nov 08 22:40:36 2009 +0000 |
committer | Tiago Cunha <tcunha@gmx.com> | Sun Nov 08 22:40:36 2009 +0000 |
tree | edb86b1ff2689f20522150f2e1fbeb0600f7a58c | |
parent | 5ce49941fb8ab4ce65df4ef872028ab89fd855ae [diff] |
Sync OpenBSD patchset 491: Initial changes to move tmux to libevent. This moves the client-side loops are pretty much fully over to event-based only (tmux.c and client.c) but server-side (server.c and friends) treats libevent as a sort of clever poll, waking up after every event to run various things. Moving the server stuff over to bufferevents and timers and so on will come later.