aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc
Commit message (Expand)AuthorAge
* fix(log): RPC log format #32337Justin M. Keyes2025-02-05
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* feat(log): use "ui" as default name for TUI client #30345Justin M. Keyes2024-09-11
* refactor(os/input.c): rename os_inchar => input_get #30327Justin M. Keyes2024-09-10
* fix(server): CID 509282: DEADCODE #30316Justin M. Keyes2024-09-09
* fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes2024-09-08
* fix(startup): ignore broken $XDG_RUNTIME_DIR #30285Justin M. Keyes2024-09-08
* feat(startup): validate --listen addressJustin M. Keyes2024-09-02
* build(deps): remove msgpack-c dependencybfredl2024-08-05
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* refactor(shada): don't use msgpack_packer for shadabfredl2024-06-27
* refactor(typval): don't use msgpack_packer for msgpackdump()bfredl2024-06-24
* refactor(shada): use msgpack_sbuffer lessbfredl2024-06-11
* refactor(io): make rstream use a linear bufferbfredl2024-06-08
* fixup: include nvim/ascii_defs.hJames Tirta Halim2024-06-04
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* refactor(io): separate types for read and write streamsbfredl2024-05-31
* refactor(fileio): use a linear buffer for FileDescriptorbfredl2024-05-30
* feat(api): broadcast events to ALL channels #28487Justin M. Keyes2024-05-17
* fix(msgpack): store grid line event as a valueTheo Fabi2024-04-16
* test: silence expected errorsdundargoc2024-04-02
* refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
* refactor(msgpack): remove dead unpacker code in helpersbfredl2024-02-26
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* refactor(api): use arena for metadata; msgpack_rpc_to_object delenda estbfredl2024-02-18
* refactor(api): use arena for channel info and terminal infobfredl2024-02-18
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* fix(rpc): assertion failure due to invalid msgpack inputnwounkn2024-01-21
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: remove vim.h from more headers (#26244)zeertzjq2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* fix(rpc): "grid_line" event parsing crashes (#25581)LW2023-11-04
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23