log src/os/unix/ngx_files.h @ 4684:f5c2c9d656f9

age author description
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.
Mon, 20 Feb 2012 19:14:35 +0000 Maxim Dounin Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).
Mon, 13 Feb 2012 16:13:21 +0000 Andrey Belov Added openat()/fstatat().
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 14 Nov 2011 14:59:00 +0000 Igor Sysoev Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
Sun, 24 Jul 2011 19:46:53 +0000 Igor Sysoev elimination of reading cache files by cache loader
Fri, 22 Apr 2011 10:06:43 +0000 Igor Sysoev Use more precise stat.st_blocks to account cache size on Unix
Tue, 29 Jun 2010 15:18:50 +0000 Igor Sysoev ngx_create_file_mapping()
Mon, 07 Jun 2010 12:17:10 +0000 Igor Sysoev merge r3502: stable-0.7
Mon, 07 Jun 2010 12:08:44 +0000 Igor Sysoev merge r3498, r3499: stable-0.7
Thu, 22 Apr 2010 17:15:42 +0000 Igor Sysoev use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks
Wed, 21 Apr 2010 15:59:36 +0000 Igor Sysoev use non-blocking open() not to hang on FIFO files, etc.