aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/unpacker.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* build: remove PVSdundargoc2023-11-12
* fix(rpc): "grid_line" event parsing crashes (#25581)LW2023-11-04
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* Merge pull request #23891 from rickyz/grid_line_flagsbfredl2023-07-03
|\
| * fix(ui): propagate line wrapping state on grid_line eventsRicky Zhou2023-06-05
* | refactor(api): remove `BOOL` macro #23936Famiu Haque2023-06-06
|/
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* fix(tui): more work in the TUIbfredl2022-12-31
* fix(ui-ext): log and clear error in ui_comp_event (#21147)Andrew Willette2022-11-30
* fix: pvs warnings (#21145)dundargoc2022-11-22
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor(arena): use a shared block freelistbfredl2022-08-24
* refactor: fix clang and PVS warnings (#19532)zeertzjq2022-07-28
* perf(ui): unpack grid_line (screen contents) directlybfredl2022-07-19
* perf(ui): unpack a single ui event at a time, instead of a "redraw" batchbfredl2022-07-18
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* perf(memory): use an arena for RPC decodingbfredl2022-06-14
* fix(api): some robustness issues in api_parse_enterbfredl2022-06-03
* refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl2022-06-02