libuv/docs/src/guide
Jameson Nash 40498795ab stream: autodetect direction
Previously, we required the user to specify the expected read/write
flags for a pipe or tty. But we've already been asking the OS to tell us
what they actually are (fcntl F_GETFL), so we can hopefully just use
that information directly.

Fixes: https://github.com/libuv/libuv/issues/1936
PR-URL: https://github.com/libuv/libuv/pull/1964
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2018-09-19 18:19:28 +02:00
..
about.rst doc: remove licensing note from guide/about 2017-04-28 11:15:47 +02:00
basics.rst docs: fix guide source code example paths 2017-07-25 00:28:17 +02:00
eventloops.rst docs: fix guide source code example paths 2017-07-25 00:28:17 +02:00
filesystem.rst docs: fix guide source code example paths 2017-07-25 00:28:17 +02:00
introduction.rst doc: add initial version of the User Guide 2017-04-28 11:15:10 +02:00
networking.rst docs: fix guide source code example paths 2017-07-25 00:28:17 +02:00
processes.rst doc: clarify platform specific pipe naming 2018-04-07 14:26:26 -04:00
threads.rst unix,win: add uv_mutex_init_recursive() 2017-10-02 10:01:09 -04:00
utilities.rst stream: autodetect direction 2018-09-19 18:19:28 +02:00