aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/channel.c
Commit message (Expand)AuthorAge
* refactor(log): reduce compile time LOG_LEVEL granularitybfredl2023-03-04
* fix(rpc)!: preseve files when stdio channel is closed (#22137)zeertzjq2023-02-11
* fix(rpc): ignore redraw events when exiting (#22184)zeertzjq2023-02-09
* fix(rpc): ignore redraw events when not in UI client (#21892)zeertzjq2023-02-09
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* fix(rpc): don't free args on error in rpc_send_eventbfredl2023-01-09
* refactor(api): do not allocate temporaries for internal eventsbfredl2023-01-03
* fix(tui): more work in the TUIbfredl2022-12-31
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-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
* 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
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* perf(memory): use an arena for RPC decodingbfredl2022-06-14
* 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(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* 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/uncrustify (#15790)dundargoc2021-09-29
* refactor(style): switch-case formatting, "uncrustify:indent-off" #15669dundargoc2021-09-17
* 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
* refactor: rename mch_exit => os_exitJustin M. Keyes2020-02-02
* rename: SplitEvent => MulticastEvent #10989Justin M. Keyes2019-09-11
* rpc: allow handling of nvim_ui_try_resize at the pagerBjörn Linse2019-09-08
* rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse2019-06-30
* 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
* channels: generalize jobclose()Björn Linse2017-11-25
* channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24