Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | channels: refactor | Björn Linse | 2017-11-24 |
| | |||
* | api/nvim_get_mode: Use child-queue instead of "priority". | Justin M. Keyes | 2017-04-28 |
| | |||
* | job control: reuse common job code for rpc jobs | Björn Linse | 2016-08-20 |
| | | | | This makes stderr and exit callbacks work for rpc jobs | ||
* | server: Extract most logic into the new socket abstraction | Thiago de Arruda | 2015-07-17 |
| | | | | | | - Move event loop code into event/socket - Reimplement server.c on top of the new SocketWatcher class - Adapt msgpack_rpc/channel.c | ||
* | msgpack-rpc: Create subdirectory for msgpack-rpc modules | Thiago de Arruda | 2014-10-21 |
Create the msgpack_rpc subdirectory and move all modules that deal with msgpack-rpc to it. Also merge msgpack_rpc.c into msgpack_rpc/helpers.c |