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
/
channel.c
Commit message (
Expand
)
Author
Age
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor: rename "process" => "proc" #30387
Justin M. Keyes
2024-09-15
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
refactor(shada): use msgpack_sbuffer less
bfredl
2024-06-11
*
refactor(io): make rstream use a linear buffer
bfredl
2024-06-08
*
refactor(io): separate types for read and write streams
bfredl
2024-05-31
*
feat(api): broadcast events to ALL channels #28487
Justin M. Keyes
2024-05-17
*
fix(msgpack): store grid line event as a value
Theo Fabi
2024-04-16
*
test: silence expected errors
dundargoc
2024-04-02
*
refactor(msgpack): allow flushing buffer while packing msgpack
bfredl
2024-03-07
*
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
*
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
*
build: rework IWYU mapping files
dundargoc
2023-11-25
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
build: remove PVS
dundargoc
2023-11-12
*
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
*
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
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
refactor(log): reduce compile time LOG_LEVEL granularity
bfredl
2023-03-04
*
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
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
fix(rpc): don't free args on error in rpc_send_event
bfredl
2023-01-09
*
refactor(api): do not allocate temporaries for internal events
bfredl
2023-01-03
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
refactor(api): provide a temporary copy solution for nvim_call_atomic
bfredl
2022-08-24
*
refactor(arena): use a shared block freelist
bfredl
2022-08-24
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
perf(ui): unpack grid_line (screen contents) directly
bfredl
2022-07-19
[next]