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(clang): null pointer dereference in parse_msgpack #25389
nwounkn
2023-09-27
*
refactor(grid): change schar_T representation to be more compact
bfredl
2023-09-19
*
fix(rpc): fix hang with channel closed while waiting for response
Sergey Slipchenko
2023-09-09
*
refactor(map): enhanced implementation, Clean Code™, etc etc
bfredl
2023-09-08
*
feat(msgpack_rpc): support out-of-order responses on `msgpack-rpc`
Alisue
2023-08-26
*
feat(msgpack-rpc): show actual request id in error message
Alisue
2023-08-26
*
Merge pull request #23891 from rickyz/grid_line_flags
bfredl
2023-07-03
|
\
|
*
fix(ui): propagate line wrapping state on grid_line events
Ricky Zhou
2023-06-05
*
|
refactor(api): remove `BOOL` macro #23936
Famiu Haque
2023-06-06
|
/
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
build: update uncrustify to 0.76
Lewis Russell
2023-04-19
*
refactor(api): make typed dicts appear as types in the source code
bfredl
2023-04-07
*
refactor(log): reduce compile time LOG_LEVEL granularity
bfredl
2023-03-04
*
refactor(build): graduate msgpack-c FLOAT32 "feature" since forever
bfredl
2023-03-03
*
feat: $NVIM_APPNAME #22128
Ghjuvan Lacambre
2023-02-16
*
fix(rpc)!: preseve files when stdio channel is closed (#22137)
zeertzjq
2023-02-11
*
fix(rpc): ignore redraw events when exiting (#22184)
zeertzjq
2023-02-09
*
fix(rpc): ignore redraw events when not in UI client (#21892)
zeertzjq
2023-02-09
*
test: avoid noise in NVIM_LOG_FILE
Justin M. Keyes
2023-01-16
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
build: remove clint error suppression #21782
dundargoc
2023-01-13
*
fix(rpc): don't free args on error in rpc_send_event
bfredl
2023-01-09
*
refactor(api): do not allocate temporaries for internal events
bfredl
2023-01-03
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
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
[next]