log src/os/unix/ngx_readv_chain.c @ 6333:9d06921918af

age author description
Tue, 28 Oct 2014 12:29:58 +0300 Roman Arutyunyan Core: added limit to recv_chain().
Mon, 22 Sep 2014 19:48:23 +0400 Valentin Bartenev Removed duplicate initialization of the "rev" variable.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Generalized definitions of the number of preallocated iovec's.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Merged implementations of ngx_readv_chain().
Mon, 28 Jul 2014 18:30:19 +0400 Maxim Dounin Bigger iovec buffer in ngx_readv_chain().
Thu, 05 Sep 2013 16:53:02 +0400 Valentin Bartenev Fixed handling of the ready flag with kqueue.
Sat, 13 Jul 2013 03:24:30 +0400 Valentin Bartenev Events: honor NGX_USE_GREEDY_EVENT when kqueue support is enabled.