libuv/src
ronkorving 2bf782777f unix: allow nbufs > IOV_MAX in uv_fs_{read,write}
This allows writing and reading any amount of buffers,
regardless of what IOV_MAX may be defined as.

It also moves the IOV_MAX test from stream to core.

This is based on the excellent work of @bwijen in #269.

Refs: https://github.com/libuv/libuv/pull/269
PR-URL: https://github.com/libuv/libuv/pull/448
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-08-04 11:31:04 +02:00
..
unix unix: allow nbufs > IOV_MAX in uv_fs_{read,write} 2015-08-04 11:31:04 +02:00
win win,tty: support consoles with non-default colors 2015-07-09 20:21:28 -07:00
fs-poll.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
heap-inl.h heap: fix heap_remove() 2014-05-23 20:04:42 +04:00
inet.c unix, windows: fix parsing scoped IPv6 addresses 2014-05-25 23:30:46 +02:00
queue.h common: use offsetof for QUEUE_DATA 2015-07-03 11:38:24 +02:00
threadpool.c threadpool: send signal only when queue is empty 2015-07-29 09:16:28 +02:00
uv-common.c win: include "malloc.h" 2015-06-15 09:50:20 +02:00
uv-common.h win,stream: add slot to remember CRT fd 2015-06-14 16:22:17 -07:00
version.c core: add UV_VERSION_HEX macro 2015-06-29 23:08:41 +02:00