log src/os/unix/ngx_files.c @ 5036:6e374742043e stable-1.2

age author description
Sat, 09 Feb 2013 21:27:37 +0000 Maxim Dounin Merge of r4944: removed GLOB_NOSORT glob option. stable-1.2
Mon, 10 Dec 2012 18:04:54 +0000 Maxim Dounin Merge of r4920, r4939: ngx_write_chain_to_file() fixes. stable-1.2
Thu, 29 Nov 2012 23:15:41 +0000 Maxim Dounin Core: removed GLOB_NOSORT glob option.
Mon, 26 Nov 2012 21:19:57 +0000 Maxim Dounin Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.
Wed, 21 Nov 2012 00:52:35 +0000 Maxim Dounin Core: added debug logging of writev() in ngx_write_chain_to_file().
Mon, 06 Aug 2012 16:06:59 +0000 Andrey Belov Explicitly ignore returned value from unlink() in ngx_open_tempfile().
Tue, 03 Jul 2012 13:05:18 +0000 Ruslan Ermilov Made sure to initialize the entire "struct flock" allocated on stack.