aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc
Commit message (Expand)AuthorAge
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* refactor(arena): use a shared block freelistbfredl2022-08-24
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* refactor: fix clang and PVS warnings (#19532)zeertzjq2022-07-28
* perf(ui): unpack grid_line (screen contents) directlybfredl2022-07-19
* perf(ui): unpack a single ui event at a time, instead of a "redraw" batchbfredl2022-07-18
* fix(jobs): deadlock in channel.c:exit_event #19082erw72022-07-02
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes2022-06-15
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* perf(memory): use an arena for RPC decodingbfredl2022-06-14
* fix(api): some robustness issues in api_parse_enterbfredl2022-06-03
* refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl2022-06-02
* fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
* refactor(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* feat(ui): invoke ui client handlersbfredl2022-03-15
* feat(ui): connect to remote ui (only debug messages for now)bfredl2022-03-12
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* 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
* refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* Lower "closed by the client" message level to INFOJames McCoy2021-04-08
* rpc: don't handle stale requests on already closed channelBjörn Linse2020-12-23
* Stop bailing out of msgpack_parse if we see a responseAlex Foley2020-08-11
* nvim:msgpack: Correctly set up global ch_before_blocking_eventsAndreas Schneider2020-02-23
* test/LSP: assert contents of log fileJustin M. Keyes2020-02-16
* refactor: rename mch_exit => os_exitJustin M. Keyes2020-02-02
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* rename: SplitEvent => MulticastEvent #10989Justin M. Keyes2019-09-11
* rpc: allow handling of nvim_ui_try_resize at the pagerBjörn Linse2019-09-08
* pvs/V1037: two case branches doing the same thing (#10527)Ihor Antonov2019-07-18
* rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse2019-06-30
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* build: fix some warningsJustin M. Keyes2019-06-03
* messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse2019-05-26
* API: emit nvim_error_event on failed async requestJustin M. Keyes2019-04-13
* RPC: conform message-id type to msgpack-RPC specDaniel Bershatsky2019-04-12
* RPC: eliminate NO_RESPONSEJustin M. Keyes2019-04-12
* build: enable -WshadowJustin M. Keyes2019-01-02