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
*
docs: news, lsp autocomplete #33047
Justin M. Keyes
2025-03-26
*
fix(channel): log after (not before) channel-close
Justin M. Keyes
2025-03-24
*
refactor(channel): redundant channel_close()
Justin M. Keyes
2025-03-24
*
fix(ui): schedule UI detach (#32827)
Gregory Anders
2025-03-11
*
refactor(channel): eliminate special case in on_proc_exit() #32485
Justin M. Keyes
2025-02-17
*
feat(ui): UI :detach command
Justin M. Keyes
2025-02-10
*
fix(log): RPC log format #32337
Justin M. Keyes
2025-02-05
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor: rename "process" => "proc" #30387
Justin M. Keyes
2024-09-15
*
feat(log): use "ui" as default name for TUI client #30345
Justin M. Keyes
2024-09-11
*
refactor(os/input.c): rename os_inchar => input_get #30327
Justin M. Keyes
2024-09-10
*
fix(server): CID 509282: DEADCODE #30316
Justin M. Keyes
2024-09-09
*
fix(startup): server fails if $NVIM_APPNAME is relative dir #30310
Justin M. Keyes
2024-09-08
*
fix(startup): ignore broken $XDG_RUNTIME_DIR #30285
Justin M. Keyes
2024-09-08
*
feat(startup): validate --listen address
Justin M. Keyes
2024-09-02
*
build(deps): remove msgpack-c dependency
bfredl
2024-08-05
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
refactor(shada): don't use msgpack_packer for shada
bfredl
2024-06-27
*
refactor(typval): don't use msgpack_packer for msgpackdump()
bfredl
2024-06-24
*
refactor(shada): use msgpack_sbuffer less
bfredl
2024-06-11
*
refactor(io): make rstream use a linear buffer
bfredl
2024-06-08
*
fixup: include nvim/ascii_defs.h
James Tirta Halim
2024-06-04
*
fixup: apply the change on more files
James Tirta Halim
2024-06-04
*
refactor(io): separate types for read and write streams
bfredl
2024-05-31
*
refactor(fileio): use a linear buffer for FileDescriptor
bfredl
2024-05-30
*
feat(api): broadcast events to ALL channels #28487
Justin M. Keyes
2024-05-17
*
fix(msgpack): store grid line event as a value
Theo Fabi
2024-04-16
*
test: silence expected errors
dundargoc
2024-04-02
*
refactor(msgpack): allow flushing buffer while packing msgpack
bfredl
2024-03-07
*
refactor(msgpack): remove dead unpacker code in helpers
bfredl
2024-02-26
*
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
*
refactor(api): use arena for metadata; msgpack_rpc_to_object delenda est
bfredl
2024-02-18
*
refactor(api): use arena for channel info and terminal info
bfredl
2024-02-18
*
refactor(eval): use arena when converting typvals to Object
bfredl
2024-02-15
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
refactor(api): make cstr_as_string accept "const char*"
bfredl
2024-02-09
*
fix(rpc): assertion failure due to invalid msgpack input
nwounkn
2024-01-21
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
refactor: free more reachable memory with EXITFREE (#26349)
zeertzjq
2023-12-02
*
refactor: change event_create() to a macro (#26343)
zeertzjq
2023-12-01
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: remove vim.h from more headers (#26244)
zeertzjq
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
build(IWYU): replace public-to-public mappings with pragmas (#26237)
zeertzjq
2023-11-27
[next]