Lines Matching refs:stream

356 * src: default to stream=stderr in handle printer (Ben Noordhuis)
518 * stream: process more than one write req per loop tick (ywave620)
871 * unix,stream: optimize uv_shutdown() codepath (Jameson Nash)
875 * stream: uv__drain() always needs to stop POLLOUT (Jameson Nash)
1073 * stream: permit read after seeing EOF (Jameson Nash)
1183 * Re-merge "unix,stream: clear read/write states on close/eof" (Jameson Nash)
1195 * stream: introduce uv_try_write2 function (twosee)
1236 * unix,stream: fix loop hang after uv_shutdown (Jameson Nash)
1279 * stream: add uv_pipe and uv_socketpair to the API (Jameson Nash)
1951 * unix,stream: fix returned error codes (Santiago Gimeno)
2334 * unix,stream: fix zero byte writes (Santiago Gimeno)
2477 * doc: add missing slash in stream.rst (Emil Bay)
2512 * stream: autodetect direction (Jameson Nash)
2806 * osx,stream: retry sending handle on EMSGSIZE error (Santiago Gimeno)
2973 * win, pipe: null-initialize stream->shutdown_req (Jameson Nash)
3187 * unix,stream: return error on closed handle passing (Santiago Gimeno)
3538 * doc: fix stream typos (Pierre-Marie de Rodat)
3951 * stream: support empty uv_try_write on unix (Fedor Indutny)
4017 * win: do not read more from stream than available (Jeremy Whitlock)
4112 * Revert "stream: squelch ECONNRESET error if already closed" (Saúl Ibarra
4136 * stream: retry write on EPROTOTYPE on OSX (Brian White)
4147 * win,stream: add slot to remember CRT fd (Bert Belder)
4213 * stream: squelch ECONNRESET error if already closed (Santiago Gimeno)
4267 * stream: fix `select()` race condition (Fedor Indutny)
4388 * stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny)
4408 * stream: use SO_OOBINLINE on OS X (Fedor Indutny)
4682 * unix: reset the reading flag when a stream gets EOF (Saúl Ibarra Corretgé)
4777 * doc: document missing stream related structures (Saúl Ibarra Corretgé)
4906 * unix: read on stream even when UV__POLLHUP set. (Julien Gilli)
5121 * stream: do not leak `alloc_cb` buffers on error (Fedor Indutny)
5176 * stream: start thread after assignments (Oguz Bastemur)
5287 * stream: start thread after assignments (Oguz Bastemur)
5345 * stream: allow multiple buffers for uv_try_write (Fedor Indutny)
5355 * stream: fix uv__stream_osx_select (Fedor Indutny)
5386 * stream: introduce uv_try_write(...) (Fedor Indutny)
5520 * windows: remove duplicate check in stream.c (Ben Noordhuis)
5747 * unix: fix missing return value warning in stream.c (Ben Noordhuis)
5949 * stream: add an API to make streams do blocking writes (Henry Rawas)
6015 * unix: turn off POLLOUT after stream connect (Ben Noordhuis)
6017 * unix: fix stream refcounting buglet (Ben Noordhuis)
6025 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
6056 * unix: fix stream refcounting buglet (Ben Noordhuis)
6062 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
6085 * unix: turn off POLLOUT after stream connect (Ben Noordhuis)
6126 * stream: fix osx select hack (Fedor Indutny)
6128 * stream: fix small nit in select hack, add test (Fedor Indutny)
6132 * stream: use harder sync restrictions for osx-hack (Fedor Indutny)
6290 * stream: run try_select only for pipes and ttys (Fedor Indutny)