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
/
os
/
channel.c
Commit message (
Expand
)
Author
Age
*
msgpack-rpc: Create subdirectory for msgpack-rpc modules
Thiago de Arruda
2014-10-21
*
rstream: Extract some RStream functionality to RBuffer
Thiago de Arruda
2014-10-18
*
api/msgpack-rpc: Improve error infrastructure
Thiago de Arruda
2014-09-18
*
channel: Fix unpacker loop condition
Thiago de Arruda
2014-09-16
*
api/msgpack-rpc: Implement `channel_close` and expose to vimscript
Thiago de Arruda
2014-09-12
*
api/msgpack-rpc: Refactor msgpack_rpc_helpers.{c,h}
Thiago de Arruda
2014-09-12
*
msgpack-rpc: Remove the `msgpack_rpc_unpack` function
Thiago de Arruda
2014-09-12
*
channel: Remove code for automatically closing in channel_send_call
Thiago de Arruda
2014-08-31
*
msgpack-rpc: Always use arrays when sending events or calls
Thiago de Arruda
2014-08-29
*
api: Implement '--embedded-mode' command-line option
Thiago de Arruda
2014-08-28
*
channel: Implement channel_from_stdio function
Thiago de Arruda
2014-08-28
*
channel: fix channel buffer size
Thiago de Arruda
2014-08-28
*
channel: Fix channel not being closed when the RStream reaches EOF
Thiago de Arruda
2014-08-28
*
Remove unused arg 'defer' in 'job_start' #1000
oni-link
2014-07-29
*
events: Refactor how event deferral is handled
Thiago de Arruda
2014-07-17
*
api/events/msgpack: Insert log statements to improve debugging
Thiago de Arruda
2014-07-17
*
provider: New module used to expose extension points for core services
Thiago de Arruda
2014-07-17
*
channel: Bugfixes and refactor
Thiago de Arruda
2014-07-17
*
job: No longer free the job data. It's now done by the exit callback
Thiago de Arruda
2014-07-17
*
channel: Implement channel_exists function
Thiago de Arruda
2014-07-17
*
channel: Refactor channel_from_job to return the channel id
Thiago de Arruda
2014-07-17
*
wstream: Pass WBuffer refcount as a constructor parameter
Thiago de Arruda
2014-07-17
*
Use strict function prototypes #945
Pavel Platto
2014-07-14
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
remove stdbool.h include from vim.h and globals.h
Brandon Coleman
2014-07-09
*
channel/msgpack_rpc: Refactor API dispatching
Thiago de Arruda
2014-06-24
*
channel/msgpack_rpc: Refactor to better split functions across modules
Thiago de Arruda
2014-06-24
*
channel: Implement the 'channel_send_call' function
Thiago de Arruda
2014-06-24
*
channel/msgpack_rpc: Refactor msgpack_rpc_notification/serialize_event
Thiago de Arruda
2014-06-24
*
channel: Extract function for sending errors that are not responses
Thiago de Arruda
2014-06-24
*
channel: Extract 'channel_write' function
Thiago de Arruda
2014-06-24
*
job: Add a `maxmem` parameter to job_start
Thiago de Arruda
2014-06-24
*
api: Change type of event data to `Object` from `typval_T`
Thiago de Arruda
2014-06-18
*
channel: Make channel_{un}subscribe abort the program for invalid ids
Thiago de Arruda
2014-06-18
*
job: Add defer flag and setter method
Thiago de Arruda
2014-06-18
*
job: Refactor to use pointers instead of ids
Thiago de Arruda
2014-06-18
*
wstream: Refactor wstream_new_buffer/wstream_write
Thiago de Arruda
2014-06-18
*
msgpack_rpc: Deal with deserialization failures
Thiago de Arruda
2014-06-17
*
Remove unneeded klist include in channel.c
ZyX
2014-06-02
*
Make nvim/lib/k*.h headers be the last one in the list
ZyX
2014-06-02
*
Add automatic generation of headers
ZyX
2014-06-02
*
Move documentation from function declarations to definitions
ZyX
2014-06-02
*
Refactor: Redefine `Map(T)` as a more generic `Map(T, U)` macro
Thiago de Arruda
2014-05-30
*
Channel: Refactor: Extract register_channel function
Thiago de Arruda
2014-05-28
*
Channel: Refactor: Extract serialize_event function
Thiago de Arruda
2014-05-28
*
API: Events: Add functions for {un}subscribing to broadcasted events
Thiago de Arruda
2014-05-28
*
API: Events: Add support for broadcasting events
Thiago de Arruda
2014-05-28
*
WStream: Refactor: Use reference count for memory management
Thiago de Arruda
2014-05-28
*
Refactor: Remove support for multiple protocols
Thiago de Arruda
2014-05-27
*
Build: Add more files to clint-files.txt and fix errors
Thiago de Arruda
2014-05-26
[next]