aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc
Commit message (Expand)AuthorAge
* 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
* build: remove clint error suppression #21782dundargoc2023-01-13
* 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
* fix(ui-ext): log and clear error in ui_comp_event (#21147)Andrew Willette2022-11-30
* fix: pvs warnings (#21145)dundargoc2022-11-22
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: more clint (#20910)Lewis Russell2022-11-07
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: replace char_u with charDundar Göc2022-09-11
* 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