log src/os/unix/ngx_files.c @ 7670:ccb5ff87ab3e

age author description
Mon, 22 Jun 2020 18:03:00 +0300 Maxim Dounin Cache: introduced min_free cache clearing.
Mon, 22 Jun 2020 18:02:58 +0300 Maxim Dounin Large block sizes on Linux are now ignored (ticket #1168).
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.
Tue, 17 Nov 2015 19:01:41 +0300 Valentin Bartenev Moved file writev() handling code to a separate function.
Tue, 17 Nov 2015 19:01:41 +0300 Valentin Bartenev Handled EINTR from write() and pwrite() syscalls.
Tue, 17 Nov 2015 19:01:41 +0300 Valentin Bartenev Adjusted file->sys_offset after the write() syscall.
Wed, 02 Sep 2015 19:45:40 +0300 Valentin Bartenev Fixed building --with-debug, broken by 6fce16b1fc10.
Wed, 02 Sep 2015 19:26:40 +0300 Valentin Bartenev Writing to some file systems can be interrupted.
Sat, 14 Mar 2015 17:37:25 +0300 Valentin Bartenev Added support for offloading read() in thread pools.