log src/os/unix/ngx_files.h @ 7669:52b34c3f89b4

age author description
Mon, 22 Jun 2020 18:02:59 +0300 Maxim Dounin Too large st_blocks values are now ignored (ticket #157).
Mon, 24 Dec 2018 21:07:05 +0300 Maxim Dounin Win32: removed NGX_DIR_MASK concept.
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.
Tue, 16 Jun 2015 15:47:40 +0300 Vladimir Homutov Core: added support for writing to stdout.
Sat, 14 Mar 2015 17:37:25 +0300 Valentin Bartenev Added support for offloading read() in thread pools.
Wed, 11 Feb 2015 17:52:15 +0300 Valentin Bartenev Refactored sendfile() AIO preload.
Mon, 31 Mar 2014 21:38:25 +0400 Maxim Dounin Added #ifndef around NGX_HAVE_CASELESS_FILESYSTEM define.
Mon, 23 Sep 2013 19:37:13 +0400 Maxim Dounin Added ngx_filename_cmp() with "/" sorted to the left.
Mon, 02 Sep 2013 08:07:59 +0400 Valentin Bartenev Disable symlinks: use O_PATH to open path components.
Fri, 05 Jul 2013 11:42:25 +0400 Gleb Smirnoff Make macros safe.
Tue, 27 Mar 2012 16:42:34 +0000 Maxim Dounin Fixed unconditional MAX_PATH usage (ticket #22).
Mon, 05 Mar 2012 13:20:40 +0000 Maxim Dounin Merge of r4499: workaround for fs_size on ZFS (ticket #46). stable-1.0
Tue, 28 Feb 2012 11:09:02 +0000 Maxim Dounin Workaround for fs_size on ZFS (ticket #46).
Tue, 21 Feb 2012 15:10:13 +0000 Valentin Bartenev Disable symlinks: use O_SEARCH|O_DIRECTORY to open path components.