aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc
Commit message (Expand)AuthorAge
* coverity/161682: FP: Dereference after null check (#6630)Justin M. Keyes2017-05-01
* api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes2017-04-28
* input.c: Process only safe events before blocking.Justin M. Keyes2017-04-28
* api: nvim_get_mode()Justin M. Keyes2017-04-28
* api: Do not translate error messages.Justin M. Keyes2017-04-24
* api_set_error(): renameJustin M. Keyes2017-04-23
* api/internal: Remove `set` field from Error type.Justin M. Keyes2017-04-23
* api_clear_error()Justin M. Keyes2017-04-23
* api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
* *: Add comment to all C filesZyX2017-04-19
* Add handling for MSGPACK_OBJECT_FLOAT{32,64}James McCoy2017-03-30
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* terminal: Disable some options in terminal-mode.Justin M. Keyes2017-03-01
* channel.c: loggingJustin M. Keyes2017-02-26
* msgpack_rpc: Allocate empty string in msgpack_rpc_to_objectJames McCoy2016-11-29
* Avoid serializing NULL string through msgpackJames McCoy2016-11-23
* lintJames McCoy2016-11-02
* object_to_vim: Fix buffer/window/tabpage conversion on BE systemsJames McCoy2016-11-02
* api: call multiple methods atomically (useful in async contexts)Björn Linse2016-10-22
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* api: fix leak when a api function is incorrectly called with a list.Björn Linse2016-08-31
* api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
* api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...Björn Linse2016-08-31
* job control: reuse common job code for rpc jobsBjörn Linse2016-08-20
* stream: set data together with callbackBjörn Linse2016-08-20
* server_init: Handle server_address_new() failure.Justin M. Keyes2016-07-18
* *: Fix linter errorsZyX2016-06-24
* msgpack_rpc: Fix crash in log_server_msgZyX2016-06-24
* msgpack_rpc: Also make msgpack_from_*/msgpack_to_* functions not recurZyX2016-06-24
* *: Fix errors from new linter checksZyX2016-06-11
* Merge pull request #4844 from ZyX-I/rename-main-loopJustin M. Keyes2016-05-31
|\
| * *: Rename main loop variable from loop to main_loopZyX2016-05-30
* | lib/kvec: Do not use kv_init unless neededZyX2016-05-30
* | lib/kvec: Remove useless type argument from kv_push macrosZyX2016-05-30
|/
* api: refactor remote ui to use API dispatch generationBjörn Linse2016-05-27
* syntax: Add support for the "special" color used for undercurlsAdnoC2016-05-17
* *: Fix new linter errorsZyX2016-05-01
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* bufhl: fix unittests and lintBjörn Linse2016-02-23
* helpers.c: Handle msgpack str/bin objects with length 0 correctlyoni-link2015-12-21
* Allow server_start to accept a NULL argumentRui Abreu Ferreira2015-10-18
* Implement server_address_new()Rui Abreu Ferreira2015-10-18
* api: represent api type String as msgpack type STR. closes #1250Björn Linse2015-10-08
* log: Make logging thread-safeThiago de Arruda2015-09-06
* Windows: avoid "uv_" naming conflicts. #3225Seth Jackson2015-08-27
* main: Initialize event loop before command_line_scanThiago de Arruda2015-08-21
* tui/remote_ui: Fix some regressionsThiago de Arruda2015-08-21
* Notify attached UIs whenever menus changeRobin Allen2015-08-21
* rstream: Pass read count to read eventsThiago de Arruda2015-08-13