log src/os/unix/ngx_files.h @ 4498:569ea17767bf

age author description
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.
Mon, 01 Feb 2010 15:17:12 +0000 Igor Sysoev merge r3282: stable-0.7
Mon, 01 Feb 2010 14:52:25 +0000 Igor Sysoev merge r3201, r3204, r3411: stable-0.7
Sun, 15 Nov 2009 09:16:58 +0000 Igor Sysoev fix posix_fadvise() error handling
Thu, 05 Nov 2009 13:12:30 +0000 Igor Sysoev export aio presence knowledge to prevent using "aio sendfile",
Tue, 03 Nov 2009 14:57:27 +0000 Igor Sysoev fix "if (!-x ...)"
Wed, 14 Oct 2009 11:33:35 +0000 Igor Sysoev *) reset cached dirent.d_type after stat()
Wed, 30 Sep 2009 13:21:52 +0000 Igor Sysoev read_ahead
Fri, 28 Aug 2009 08:12:35 +0000 Igor Sysoev FreeBSD and Linux AIO support
Thu, 11 Jun 2009 05:51:37 +0000 Igor Sysoev style fix
Tue, 28 Apr 2009 15:05:27 +0000 Igor Sysoev introduce ngx_write_console() to support OEM code pages
Mon, 27 Apr 2009 11:32:33 +0000 Igor Sysoev -p and --prefix=
Thu, 23 Apr 2009 16:38:59 +0000 Igor Sysoev ngx_path_separator()
Thu, 23 Apr 2009 11:13:12 +0000 Igor Sysoev issue start up errors and warning on both stderr and error_log
Wed, 08 Apr 2009 19:03:41 +0000 Igor Sysoev adopt NGX_FILE_TRUNCATE for win32
Tue, 31 Mar 2009 13:52:01 +0000 Igor Sysoev Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
Mon, 30 Mar 2009 07:43:06 +0000 Igor Sysoev ngx_fs_bsize()
Mon, 23 Mar 2009 13:14:51 +0000 Igor Sysoev a prelimiary proxy cache support
Fri, 06 Mar 2009 13:01:21 +0000 Igor Sysoev XFS on Linux does not set dirent.d_type,
Thu, 20 Nov 2008 17:23:08 +0000 Igor Sysoev r2303 merge: stable-0.6
Tue, 11 Nov 2008 16:17:45 +0000 Igor Sysoev compatibility with glibc 2.3, warn_unused_result attribute for write()
Sat, 27 Sep 2008 11:53:41 +0000 Igor Sysoev $realpath_root
Fri, 12 Sep 2008 13:50:12 +0000 Igor Sysoev disable directio for unaligned reads in Linux
Fri, 05 Sep 2008 15:43:34 +0000 Igor Sysoev *) autoconfigure struct dirent capabilities
Fri, 05 Sep 2008 14:53:17 +0000 Igor Sysoev style fix
Fri, 15 Aug 2008 20:14:49 +0000 Igor Sysoev fix log message
Mon, 04 Aug 2008 15:32:10 +0000 Igor Sysoev Solaris directio()
Wed, 30 Jul 2008 12:34:04 +0000 Igor Sysoev directio
Tue, 29 Jul 2008 16:55:11 +0000 Igor Sysoev case insensitive file system location support provided by locale only
Tue, 29 Apr 2008 09:28:42 +0000 Igor Sysoev ignore glob no match error
Thu, 24 Apr 2008 19:19:26 +0000 Igor Sysoev Cygwin O_BINARY mode
Mon, 29 Jan 2007 12:25:44 +0000 Igor Sysoev use ngx_dir_access() to enable search bits for directory
Thu, 18 Jan 2007 20:39:30 +0000 Igor Sysoev ngx_read_fd()
Thu, 18 Jan 2007 20:37:19 +0000 Igor Sysoev NGX_FILE_WRONLY
Thu, 18 Jan 2007 20:31:22 +0000 Igor Sysoev ngx_file_access() and ngx_de_access()
Thu, 18 Jan 2007 20:15:09 +0000 Igor Sysoev ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)
Thu, 18 Jan 2007 19:52:18 +0000 Igor Sysoev rename mode to access
Mon, 02 Oct 2006 14:50:19 +0000 Igor Sysoev fix building on Linux and Solaris
Mon, 02 Oct 2006 08:46:45 +0000 Igor Sysoev glob support in include
Thu, 14 Sep 2006 15:05:48 +0000 Igor Sysoev backout O_NOATIME support, it requires CAP_FOWNER capability
Fri, 01 Sep 2006 05:15:56 +0000 Igor Sysoev Linux O_NOATIME support
Wed, 30 Aug 2006 10:39:17 +0000 Igor Sysoev nginx-0.4.0-RELEASE import release-0.4.0
Fri, 04 Aug 2006 16:04:04 +0000 Igor Sysoev nginx-0.3.56-RELEASE import release-0.3.56
Fri, 14 Apr 2006 09:53:38 +0000 Igor Sysoev nginx-0.3.38-RELEASE import release-0.3.38
Wed, 08 Feb 2006 15:33:12 +0000 Igor Sysoev nginx-0.3.27-RELEASE import release-0.3.27
Thu, 27 Oct 2005 15:46:13 +0000 Igor Sysoev nginx-0.3.7-RELEASE import release-0.3.7
Tue, 01 Mar 2005 15:20:36 +0000 Igor Sysoev nginx-0.1.23-RELEASE import release-0.1.23
Thu, 02 Dec 2004 18:40:46 +0000 Igor Sysoev nginx-0.1.11-RELEASE import release-0.1.11