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
*
log: Make logging thread-safe
Thiago de Arruda
2015-09-06
*
Windows: avoid "uv_" naming conflicts. #3225
Seth Jackson
2015-08-27
*
main: Initialize event loop before command_line_scan
Thiago de Arruda
2015-08-21
*
rstream: Pass read count to read events
Thiago de Arruda
2015-08-13
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
process: Pass loop reference during initialization
Thiago de Arruda
2015-08-13
*
msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNC
Thiago de Arruda
2015-08-13
*
channel.c: Only free a channel after close callbacks are executed #3132
oni-link
2015-08-05
*
job: Replace by a better process abstraction layer
Thiago de Arruda
2015-07-17
*
server: Extract most logic into the new socket abstraction
Thiago de Arruda
2015-07-17
*
rstream/wstream: Unify structures and simplify API
Thiago de Arruda
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
rbuffer: Reimplement as a ring buffer and decouple from rstream
Thiago de Arruda
2015-07-01
*
msgpack-rpc: handle failure to convert method arguments #2664
Björn Linse
2015-05-19
*
channel: recognized nvim-style errors
Scott Prager
2015-04-13
*
msgpack: Allow notifications to execute commands.
Scott Prager
2015-04-13
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
memory: Replace klib memory pools by malloc/free
Thiago de Arruda
2015-04-12
*
Fix a memory leak for WBuffers used in channel_write().
oni-link
2015-04-03
*
Prevent too early sending of delayed notifications.
oni-link
2015-04-03
*
eval: Refactor vimscript job control API
Thiago de Arruda
2015-03-29
*
doc: Misc. cleanup
Justin M. Keyes
2015-03-24
*
Avoid an unused variable warning in the release build.
John Szakmeister
2015-03-13
*
job: Refactor process spawning and startup arguments
Thiago de Arruda
2015-02-23
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
2015-02-16
*
coverity/{68484,68485}: Read from pointer after free: RI.
Thiago de Arruda
2015-02-11
*
Fix CID #102150
Jack Danger Canty
2015-01-22
*
channel: Make pending_requests a field of the Channel type
Thiago de Arruda
2015-01-13
*
channel: Free channels created from libuv streams
Thiago de Arruda
2015-01-13
*
remote_ui: Move handler registration to remote_ui.c
Thiago de Arruda
2015-01-13
*
Revert "[WIP] "abstract_ui" fixes and improvements"
Justin M. Keyes
2015-01-12
*
channel: Make pending_requests a field of the Channel type
Thiago de Arruda
2015-01-12
*
ui: Reimplement `:suspend` command for remote UIs.
Thiago de Arruda
2015-01-12
*
channel: Free channels created from libuv streams
Thiago de Arruda
2015-01-12
*
remote_ui: Move handler registration to remote_ui.c
Thiago de Arruda
2015-01-10
*
msgpack-rpc: Add remote_ui module
Thiago de Arruda
2014-12-08
*
channel.c: Fix for heap-use-after-free
oni-link
2014-12-03
*
Fix memory leak detected in PR 1510.
oni-link
2014-12-03
*
channel: Improve error reporting for invalid responses
Thiago de Arruda
2014-11-18
*
channel: Remove invalid free_channel call
Thiago de Arruda
2014-11-18
*
Mark some function arguments as [consumed] in the docs.
oni-link
2014-11-09
*
msgpack-rpc: Close channel on invalid msgpack RPC
Rui Abreu Ferreira
2014-11-07
*
msgpack-rpc: Don't try to write into a closed channel
Rui Abreu Ferreira
2014-11-07
*
channel: Delay notifications to avoid client race conditions
Thiago de Arruda
2014-11-06
*
channel: Move mch_exit(0) call to a non-deferred event handler
Thiago de Arruda
2014-11-03
*
event: Reintroduce the immediate event queue
Thiago de Arruda
2014-11-02
*
coverity/74362: Initialized Array using ARRAY_DICT_INIT
Victor Fonseca
2014-11-01
*
job: Let job_start callers to selectively ignore stdio
Thiago de Arruda
2014-10-31
*
msgpack-rpc: Terminate server->client calls when the channel closes
Thiago de Arruda
2014-10-28
[next]