aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc
Commit message (Expand)AuthorAge
* 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
* RPC: turn errors from async calls into notificationsBjörn Linse2018-12-03
* startup: always wait for UI with --embed, unless --headless also is suppliedBjörn Linse2018-09-22
* log: RPC, input, other eventsJustin M. Keyes2018-09-19
* startup: wait for embedder before executing startup commands and filesBjörn Linse2018-09-18
* API: nvim_unsubscribe(): Handle unknown events #8745Daniel Hahler2018-08-28
* channel.c: refactor spaghetti codemicha2018-07-14
* API: validation: mention invalid method name (#8489)Justin M. Keyes2018-06-07
* api: list information about all channels/jobs.Björn Linse2018-05-23
* server: init v:servername if $NVIM_LISTEN_ADDRESS is invalidJustin M. Keyes2018-04-11
* server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESSJustin M. Keyes2018-04-11
* serverstop(): return FALSE for invalid addressJustin M. Keyes2018-04-11
* channels: generalize jobclose()Björn Linse2017-11-25
* channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24
* channels: refactorBjörn Linse2017-11-24
* Revert channel logging, rebased on new code belowBjörn Linse2017-11-24
* server.c: Fix bug in release mode (#7594)Phlosioneer2017-11-20
* rpc: Don't delay notifications when request is pending (#6544)Björn Linse2017-10-29
* doc: channel, eventloopJustin M. Keyes2017-09-05
* channel.c:call_set_error(): fix memory leakJustin M. Keyes2017-08-21
* rpc: close channel if stream was closedJustin M. Keyes2017-08-21