log src/os/unix/ngx_files.c @ 7605:02a539522be4

age author description
Wed, 09 Aug 2017 14:59:46 +0300 Sergey Kandaurov Style.
Tue, 31 May 2016 05:13:30 +0300 Maxim Dounin Core: skip special buffers on writing (ticket #981).
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Fri, 18 Mar 2016 06:44:03 +0300 Maxim Dounin Threads: offloading of temp files writing to thread pools.
Fri, 18 Mar 2016 06:43:52 +0300 Maxim Dounin Threads: task pointer stored in ngx_file_t.
Thu, 03 Mar 2016 18:41:05 +0300 Valentin Bartenev Introduced the ngx_chain_to_iovec() function.
Tue, 17 Nov 2015 19:01:41 +0300 Valentin Bartenev Used the pwritev() syscall for writing files where possible.