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
*
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
*
build: rework IWYU mapping files
dundargoc
2023-11-25
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
build: remove PVS
dundargoc
2023-11-12
*
fix(rpc): "grid_line" event parsing crashes (#25581)
LW
2023-11-04
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
refactor: allow not having a `default` case for enum
Famiu Haque
2023-10-10
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
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
[next]