summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/msgpack_rpc/unpacker.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-08-05build(deps): remove msgpack-c dependencybfredl1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-04-16fix(msgpack): store grid line event as a valueTheo Fabi1
2024-03-07refactor(msgpack): allow flushing buffer while packing msgpackbfredl1
2024-02-18refactor(api): use arena for metadata; msgpack_rpc_to_object delenda estbfredl1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-04fix(rpc): "grid_line" event parsing crashes (#25581)LW1
2023-10-10refactor: allow not having a `default` case for enumFamiu Haque1
2023-09-19refactor(grid): change schar_T representation to be more compactbfredl1
2023-07-03Merge pull request #23891 from rickyz/grid_line_flagsbfredl1
2023-06-06refactor(api): remove `BOOL` macro #23936Famiu Haque1
2023-06-05fix(ui): propagate line wrapping state on grid_line eventsRicky Zhou1
2023-04-19build: update uncrustify to 0.76Lewis Russell1
2022-12-31fix(tui): more work in the TUIbfredl1
2022-11-30fix(ui-ext): log and clear error in ui_comp_event (#21147)Andrew Willette1
2022-11-22fix: pvs warnings (#21145)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-24refactor(arena): use a shared block freelistbfredl1
2022-07-28refactor: fix clang and PVS warnings (#19532)zeertzjq1
2022-07-19perf(ui): unpack grid_line (screen contents) directlybfredl1
2022-07-18perf(ui): unpack a single ui event at a time, instead of a "redraw" batchbfredl1
2022-06-20perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl1
2022-06-14perf(memory): use an arena for RPC decodingbfredl1
2022-06-03fix(api): some robustness issues in api_parse_enterbfredl1
2022-06-02refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl1