index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
nvim
/
msgpack_rpc
/
unpacker.c
Age
Commit message (
Expand
)
Author
Files
2025-08-14
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
bfredl
1
2024-12-23
refactor: iwyu #31637
Justin M. Keyes
1
2024-09-23
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
1
2024-08-05
build(deps): remove msgpack-c dependency
bfredl
1
2024-08-05
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
1
2024-04-16
fix(msgpack): store grid line event as a value
Theo Fabi
1
2024-03-07
refactor(msgpack): allow flushing buffer while packing msgpack
bfredl
1
2024-02-18
refactor(api): use arena for metadata; msgpack_rpc_to_object delenda est
bfredl
1
2023-11-28
refactor: fix headers with IWYU
dundargoc
1
2023-11-12
build: remove PVS
dundargoc
1
2023-11-04
fix(rpc): "grid_line" event parsing crashes (#25581)
LW
1
2023-10-10
refactor: allow not having a `default` case for enum
Famiu Haque
1
2023-09-19
refactor(grid): change schar_T representation to be more compact
bfredl
1
2023-07-03
Merge pull request #23891 from rickyz/grid_line_flags
bfredl
1
2023-06-06
refactor(api): remove `BOOL` macro #23936
Famiu Haque
1
2023-06-05
fix(ui): propagate line wrapping state on grid_line events
Ricky Zhou
1
2023-04-19
build: update uncrustify to 0.76
Lewis Russell
1
2022-12-31
fix(tui): more work in the TUI
bfredl
1
2022-11-30
fix(ui-ext): log and clear error in ui_comp_event (#21147)
Andrew Willette
1
2022-11-22
fix: pvs warnings (#21145)
dundargoc
1
2022-11-15
build: allow IWYU to fix includes for all .c files
dundargoc
1
2022-08-24
refactor(arena): use a shared block freelist
bfredl
1
2022-07-28
refactor: fix clang and PVS warnings (#19532)
zeertzjq
1
2022-07-19
perf(ui): unpack grid_line (screen contents) directly
bfredl
1
2022-07-18
perf(ui): unpack a single ui event at a time, instead of a "redraw" batch
bfredl
1
2022-06-20
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
1
2022-06-14
perf(memory): use an arena for RPC decoding
bfredl
1
2022-06-03
fix(api): some robustness issues in api_parse_enter
bfredl
1
2022-06-02
refactor(api): use a unpacker based on libmpack instead of msgpack-c
bfredl
1