aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc
Commit message (Expand)AuthorAge
* 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
* refactor: fix clang and PVS warnings (#19532)zeertzjq2022-07-28
* 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
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes2022-06-15
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* perf(memory): use an arena for RPC decodingbfredl2022-06-14
* fix(api): some robustness issues in api_parse_enterbfredl2022-06-03
* 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(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* 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