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
/
event
/
rstream.c
Commit message (
Expand
)
Author
Age
*
Fix warning when assing size_t type value to uv_buf_t.len, convert type to UL...
George Zhao
2018-01-18
*
channels: allow bytes sockets and stdio, and buffered bytes output
Björn Linse
2017-11-24
*
log: some DEBUG-level stream logging
Justin M. Keyes
2017-08-21
*
*: Add comment to all C files
ZyX
2017-04-19
*
*: Fix some Windows-specific warnings
ZyX
2017-03-29
*
system('foo &', 'bar'): Show error, don't crash.
Justin M. Keyes
2016-10-19
*
stream: set data together with callback
Björn Linse
2016-08-20
*
process.c: Prevent data loss for process output streams
oni-link
2016-05-15
*
rstream.c: Prevent stream closing if a read event is still queued. #3172
oni-link
2015-08-16
*
rstream: Pass read count to read events
Thiago de Arruda
2015-08-13
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
events: Add missing function attributes to some APIs
Thiago de Arruda
2015-08-13
*
rstream: Fix read_cb invocation
Thiago de Arruda
2015-07-21
*
rstream/wstream: Unify structures and simplify API
Thiago de Arruda
2015-07-17