aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/channel.c
Commit message (Expand)AuthorAge
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* refactor(shada): use msgpack_sbuffer lessbfredl2024-06-11
* refactor(io): make rstream use a linear bufferbfredl2024-06-08
* refactor(io): separate types for read and write streamsbfredl2024-05-31
* feat(api): broadcast events to ALL channels #28487Justin M. Keyes2024-05-17
* fix(msgpack): store grid line event as a valueTheo Fabi2024-04-16
* test: silence expected errorsdundargoc2024-04-02
* refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* refactor(api): use arena for channel info and terminal infobfredl2024-02-18
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* fix(rpc): assertion failure due to invalid msgpack inputnwounkn2024-01-21
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* 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
* build: rework IWYU mapping filesdundargoc2023-11-25
* 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
* fix(clang): null pointer dereference in parse_msgpack #25389nwounkn2023-09-27
* fix(rpc): fix hang with channel closed while waiting for responseSergey Slipchenko2023-09-09
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* feat(msgpack_rpc): support out-of-order responses on `msgpack-rpc`Alisue2023-08-26
* feat(msgpack-rpc): show actual request id in error messageAlisue2023-08-26
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* 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