aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc
Commit message (Expand)AuthorAge
* refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
* refactor(msgpack): remove dead unpacker code in helpersbfredl2024-02-26
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* refactor(api): use arena for metadata; msgpack_rpc_to_object delenda estbfredl2024-02-18
* 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
* refactor: remove vim.h from more headers (#26244)zeertzjq2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* fix(rpc): "grid_line" event parsing crashes (#25581)LW2023-11-04
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* fix(clang): null pointer dereference in parse_msgpack #25389nwounkn2023-09-27
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* 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
* Merge pull request #23891 from rickyz/grid_line_flagsbfredl2023-07-03
|\
| * fix(ui): propagate line wrapping state on grid_line eventsRicky Zhou2023-06-05
* | refactor(api): remove `BOOL` macro #23936Famiu Haque2023-06-06
|/
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
* refactor(log): reduce compile time LOG_LEVEL granularitybfredl2023-03-04
* refactor(build): graduate msgpack-c FLOAT32 "feature" since foreverbfredl2023-03-03
* feat: $NVIM_APPNAME #22128Ghjuvan Lacambre2023-02-16
* 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
* test: avoid noise in NVIM_LOG_FILEJustin M. Keyes2023-01-16
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15