aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/msgpack_rpc.c
Commit message (Expand)AuthorAge
* msgpack-rpc: Create subdirectory for msgpack-rpc modulesThiago de Arruda2014-10-21
* api/msgpack-rpc: Improve error infrastructureThiago de Arruda2014-09-18
* api/msgpack-rpc: Refactor metadata object constructionThiago de Arruda2014-09-12
* api/msgpack-rpc: Refactor msgpack_rpc_helpers.{c,h}Thiago de Arruda2014-09-12
* msgpack-rpc: Remove the `msgpack_rpc_unpack` functionThiago de Arruda2014-09-12
* msgpack-rpc: Remove support for integer ids in methodsThiago de Arruda2014-09-12
* msgpack-rpc: Refactor API metadata discovery methodThiago de Arruda2014-09-12
* msgpack-rpc: Move handle_missing_method to msgpack_rpc.cThiago de Arruda2014-09-12
* msgpack-rpc: Refactor initializer and dispatcherThiago de Arruda2014-09-12
* deps: Update to the experimental msgpack v5 branchThiago de Arruda2014-09-12
* msgpack-rpc: Always use arrays when sending events or callsThiago de Arruda2014-08-29
* msgpack-rpc: Accept method names in requestsThiago de Arruda2014-08-29
* api/events/msgpack: Insert log statements to improve debuggingThiago de Arruda2014-07-17
* wstream: Pass WBuffer refcount as a constructor parameterThiago de Arruda2014-07-17
* 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
* msgpack: NULL terminate incoming stringsNicolas Hillegeer2014-06-08
* 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: Return handles instead of indexesThiago de Arruda2014-05-23
* API: Refactor: Change the integer type of remote objects to uint64_tThiago de Arruda2014-05-23
* API: Refactor: Add macro infrastructure for typed arraysThiago de Arruda2014-05-23
* API: Refactor: Generalize buffer, window and tabpage types/functionsThiago de Arruda2014-05-23
* Enable -Wconversion for API files and fix errorsThiago de Arruda2014-05-17
* Use more descriptive names for API primitive typesThiago de Arruda2014-05-17
* Refactor API to use one integer type: int64_tThiago de Arruda2014-05-17
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix relative includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15