aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/helpers.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* build: remove PVSdundargoc2023-11-12
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
* refactor(build): graduate msgpack-c FLOAT32 "feature" since foreverbfredl2023-03-03
* build: remove clint error suppression #21782dundargoc2023-01-13
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: more clint (#20910)Lewis Russell2022-11-07
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* 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