aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/rstream.c
Commit message (Expand)AuthorAge
* Fix warning when assing size_t type value to uv_buf_t.len, convert type to UL...George Zhao2018-01-18
* channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24
* log: some DEBUG-level stream loggingJustin M. Keyes2017-08-21
* *: Add comment to all C filesZyX2017-04-19
* *: Fix some Windows-specific warningsZyX2017-03-29
* system('foo &', 'bar'): Show error, don't crash.Justin M. Keyes2016-10-19
* stream: set data together with callbackBjörn Linse2016-08-20
* process.c: Prevent data loss for process output streamsoni-link2016-05-15
* rstream.c: Prevent stream closing if a read event is still queued. #3172oni-link2015-08-16
* rstream: Pass read count to read eventsThiago de Arruda2015-08-13
* event: Refactor async event processingThiago de Arruda2015-08-13
* events: Add missing function attributes to some APIsThiago de Arruda2015-08-13
* rstream: Fix read_cb invocationThiago de Arruda2015-07-21
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17