aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/helpers.c
Commit message (Expand)AuthorAge
* refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
* refactor(api): cleanup modify_keymap and parse_keymap_optsBjörn Linse2021-10-07
* refactor(api): remove duplicated handle mpack encode/decode functionsBjörn Linse2021-10-07
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor(style): switch-case formatting, "uncrustify:indent-off" #15669dundargoc2021-09-17
* perf(api): avoid spurious allocations when converting small objectsBjörn Linse2021-08-28
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* pvs/V1037: two case branches doing the same thing (#10527)Ihor Antonov2019-07-18
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* RPC: conform message-id type to msgpack-RPC specDaniel Bershatsky2019-04-12
* RPC: eliminate NO_RESPONSEJustin M. Keyes2019-04-12
* channel.c: refactor spaghetti codemicha2018-07-14
* API: validation: mention invalid method name (#8489)Justin M. Keyes2018-06-07
* channel.c:call_set_error(): fix memory leakJustin M. Keyes2017-08-21
* rpc: close channel if stream was closedJustin M. Keyes2017-08-21
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * 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: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
| * *: Add comment to all C filesZyX2017-04-19
* | Merge branch 'master' into luaviml'/luaZyX2017-04-08
|\|
| * Add handling for MSGPACK_OBJECT_FLOAT{32,64}James McCoy2017-03-30
| * eval,*: Move get_tv_string to typval.cZyX2017-03-29
* | api: Also shift numbers in api_metadata outputZyX2017-03-27
* | gendeclarations: Make declarations generator work with macros funcsZyX2017-03-27
* | msgpack_rpc: Fix #HANDLE_TYPE_CONVERSION_IMPLZyX2017-03-27
* | api: Allow kObjectTypeNil to be zero without breaking compatibilityZyX2017-03-27
* | functests: Test for error conditionsZyX2017-03-27
|/
* 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
* 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
* *: Fix linter errorsZyX2016-06-24
* msgpack_rpc: Also make msgpack_from_*/msgpack_to_* functions not recurZyX2016-06-24
* *: Fix errors from new linter checksZyX2016-06-11
* *: Fix new linter errorsZyX2016-05-01
* helpers.c: Handle msgpack str/bin objects with length 0 correctlyoni-link2015-12-21
* api: represent api type String as msgpack type STR. closes #1250Björn Linse2015-10-08
* ASan: Fix "null pointer passed for argument declared to never be null". #2925Florian Walch2015-06-30
* msgpack-rpc: handle failure to convert method arguments #2664Björn Linse2015-05-19
* msgpack: Allow notifications to execute commands.Scott Prager2015-04-13
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* build: upgrade msgpack-c #1900Michael Reed2015-02-09
* msgpack-rpc: Fix typo in validation messageRui Abreu Ferreira2014-11-07