Lines Matching refs:write

296 * test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse)
429 * unix: merge read/write code into single functions (Ben Noordhuis)
537 * doc: add note about offset -1 in uv_fs_read/write (Steven Schveighoffer)
567 * stream: process more than one write req per loop tick (ywave620)
783 * win,process: write minidumps when sending SIGQUIT (Elliot Saba)
1126 * kqueue: ignore write-end closed notifications (Jameson Nash)
1232 * Re-merge "unix,stream: clear read/write states on close/eof" (Jameson Nash)
1653 * android: fix OOB write in uv_interface_addresses() (Lin Zhang)
2353 * unix: don't send handle twice on partial write (Ben Noordhuis)
2575 * unix: loop starvation on successful write complete (jBarz)
2604 * zos: write-protect message queue (jBarz)
3234 * win: restore file pos after positional read/write (Bartosz Sosnowski)
3399 * test: fix flaky tcp-write-queue-order (Santiago Gimeno)
3478 * win,test: don't write uninitialized buffer to tty (Bert Belder)
3683 * win: add disk read/write count to uv_getrusage (Imran Iqbal)
3901 * doc: add missing write callback to example (Nándor István Krácser)
4060 * linux,fs: fix p{read,write}v with a 64bit offset (Saúl Ibarra Corretgé)
4171 * unix,win: return EINVAL on nullptr args in uv_fs_{read,write} (Karl Skomski)
4185 * stream: retry write on EPROTOTYPE on OSX (Brian White)
4288 * unix: allow nbufs > IOV_MAX in uv_fs_{read,write} (ronkorving)
4427 * windows: defer reporting TCP write failure until next tick (Saúl Ibarra
4430 * test: add test for deferred TCP write failure (Saúl Ibarra Corretgé)
4541 * test: enable test-tcp-try-write on windows (Bert Belder)
4887 * test: don't close connection on write error (Trevor Norris)
4899 * test: use less requests on tcp-write-queue-order (Saúl Ibarra Corretgé)
4925 * unix: fix tcp write after bad connect freezing (Andrius Bentkus)
5003 * unix: return UV_EAGAIN if uv_try_write cannot write any data (Saúl Ibarra
5015 * unix: try to write immediately in uv_udp_send (Saúl Ibarra Corretgé)
5021 * unix: guarantee write queue cb execution order in streams (Andrius Bentkus)
5249 * fs: vectored IO API for filesystem read/write (Benjamin Saunders)
5271 * fs: vectored IO API for filesystem read/write (Benjamin Saunders)
5527 * windows: make uv_shutdown() for write-only pipes work (Bert Belder)
5650 * windows: make uv_shutdown() for write-only pipes work (Bert Belder)
5725 * windows: make uv_shutdown() for write-only pipes work (Bert Belder)
5908 * test: open stdout fd in write-only mode (Ben Noordhuis)
6017 * unix: fix busy loop, write if POLLERR or POLLHUP (Ben Noordhuis)
6060 * unix: implicitly signal write errors to the libuv user (Ben Noordhuis)
6074 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
6111 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
6130 * unix: implicitly signal write errors to libuv user (Ben Noordhuis)
6242 * unix: don't write more than IOV_MAX iovecs (Fedor Indutny)