aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/msgpack_rpc.c
Commit message (Expand)AuthorAge
* 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