aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/msgpack_rpc.h
Commit message (Expand)AuthorAge
* msgpack-rpc: Create subdirectory for msgpack-rpc modulesThiago de Arruda2014-10-21
* api/msgpack-rpc: Refactor metadata object constructionThiago de Arruda2014-09-12
* msgpack-rpc: Accept method names in requestsThiago de Arruda2014-08-29
* Remove stdbool.h from files which don't need itPavel Platto2014-07-11
* MsgPack-RPC dispatch based on function array lookup #864Felipe Oliveira Carvalho2014-07-04
* channel/msgpack_rpc: Refactor API dispatchingThiago de Arruda2014-06-24
* channel/msgpack_rpc: Refactor to better split functions across modulesThiago de Arruda2014-06-24
* channel/msgpack_rpc: Refactor msgpack_rpc_notification/serialize_eventThiago de Arruda2014-06-24
* msgpack_rpc: Deal with deserialization failuresThiago de Arruda2014-06-17
* spelling fixes #827Will Stamper2014-06-12
* Build: Add 'nonnull' attributes to msgpack_rpc functionsThiago de Arruda2014-05-26
* API: Events: Implement channel_send_event and vimscript wrapperThiago de Arruda2014-05-26
* API: Events: Return channel id from the API discover requestThiago de Arruda2014-05-26
* API: Refactor: Duplicate/free string arguments coming from msgpackThiago de Arruda2014-05-26
* API: Refactor: Use macro for initializing all arraysThiago de Arruda2014-05-23
* API: Refactor: Return handles instead of indexesThiago de Arruda2014-05-23
* API: Refactor: Add macro infrastructure for typed arraysThiago de Arruda2014-05-23
* API: Refactor: Move non-public files to private subdirectoryThiago de Arruda2014-05-23
* Use more descriptive names for API primitive typesThiago de Arruda2014-05-17
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15