index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
msgpack_rpc
Commit message (
Expand
)
Author
Age
*
fix(ui-ext): log and clear error in ui_comp_event (#21147)
Andrew Willette
2022-11-30
*
fix: pvs warnings (#21145)
dundargoc
2022-11-22
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: more clint (#20910)
Lewis Russell
2022-11-07
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
dundargoc
2022-09-18
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
refactor: replace char_u with char
Dundar Goc
2022-08-25
*
refactor(api): provide a temporary copy solution for nvim_call_atomic
bfredl
2022-08-24
*
refactor(arena): use a shared block freelist
bfredl
2022-08-24
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
refactor: fix clang and PVS warnings (#19532)
zeertzjq
2022-07-28
*
perf(ui): unpack grid_line (screen contents) directly
bfredl
2022-07-19
*
perf(ui): unpack a single ui event at a time, instead of a "redraw" batch
bfredl
2022-07-18
*
fix(jobs): deadlock in channel.c:exit_event #19082
erw7
2022-07-02
*
feat: stdpath('run'), /tmp/nvim.user/ #18993
Justin M. Keyes
2022-06-30
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
feat(server): instance "name", store pipes in stdpath(state)
Justin M. Keyes
2022-06-15
*
feat(logging): include test-id in log messages
Justin M. Keyes
2022-06-15
*
perf(memory): use an arena for RPC decoding
bfredl
2022-06-14
*
fix(api): some robustness issues in api_parse_enter
bfredl
2022-06-03
*
refactor(api): use a unpacker based on libmpack instead of msgpack-c
bfredl
2022-06-02
*
fix(logging): skip recursion, fix crash #18764
Justin M. Keyes
2022-05-30
*
refactor(api): use hashy hash for looking up api method and event names
bfredl
2022-05-30
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009
Justin M. Keyes
2022-05-03
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
feat(ui): invoke ui client handlers
bfredl
2022-03-15
*
feat(ui): connect to remote ui (only debug messages for now)
bfredl
2022-03-12
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor: upgrade uncrustify config version to 0.74.0
Dundar Göc
2021-11-23
*
refactor: format header files with uncrustify #15877
dundargoc
2021-10-09
*
refactor(api): cleanup modify_keymap and parse_keymap_opts
Björn Linse
2021-10-07
*
refactor(api): remove duplicated handle mpack encode/decode functions
Björn Linse
2021-10-07
*
refactor(api): handle option dicts properly
Björn Linse
2021-10-03
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
refactor(style): switch-case formatting, "uncrustify:indent-off" #15669
dundargoc
2021-09-17
*
perf(api): avoid spurious allocations when converting small objects
Björn Linse
2021-08-28
*
refactor(map): remove extra-allocating map_new/map_free functions
Björn Linse
2021-08-22
*
Lower "closed by the client" message level to INFO
James McCoy
2021-04-08
*
rpc: don't handle stale requests on already closed channel
Björn Linse
2020-12-23
*
Stop bailing out of msgpack_parse if we see a response
Alex Foley
2020-08-11
*
nvim:msgpack: Correctly set up global ch_before_blocking_events
Andreas Schneider
2020-02-23
*
test/LSP: assert contents of log file
Justin M. Keyes
2020-02-16
*
refactor: rename mch_exit => os_exit
Justin M. Keyes
2020-02-02
*
Remove excess <stdint.h>
Jan Edmund Lazo
2019-09-11
*
rename: SplitEvent => MulticastEvent #10989
Justin M. Keyes
2019-09-11
*
rpc: allow handling of nvim_ui_try_resize at the pager
Björn Linse
2019-09-08
*
pvs/V1037: two case branches doing the same thing (#10527)
Ihor Antonov
2019-07-18
*
rename: FUNC_API_ASYNC => FUNC_API_FAST
Björn Linse
2019-06-30
[next]