log src/core/ngx_conf_file.c @ 5046:f4809ba58b15 stable-1.2

age author description
Fri, 14 Dec 2012 15:24:24 +0000 Valentin Bartenev Fixed handling of ngx_write_fd() and ngx_read_fd() errors.
Tue, 28 Aug 2012 13:31:01 +0000 Ruslan Ermilov Fixed the "include" directive.
Sun, 29 Jul 2012 19:59:06 +0000 Ruslan Ermilov Improved diagnostics when a directive is specified in the wrong context.
Tue, 24 Jul 2012 15:09:54 +0000 Ruslan Ermilov Fixed compilation with -Wmissing-prototypes.
Wed, 18 Apr 2012 13:30:43 +0000 Ruslan Ermilov Don't silently ignore the last line of configuration file that
Thu, 12 Apr 2012 19:35:41 +0000 Ruslan Ermilov Fixed grammar in error messages.
Mon, 13 Feb 2012 15:41:11 +0000 Maxim Dounin Time parsing cleanup.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Tue, 12 Apr 2011 08:02:46 +0000 Igor Sysoev use memmove() in appropriate places
Wed, 23 Jun 2010 16:34:54 +0000 Igor Sysoev style fix
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Fri, 12 Feb 2010 09:45:05 +0000 Igor Sysoev const char *fmt in ngx_conf_log_error()
Thu, 05 Nov 2009 17:10:48 +0000 Igor Sysoev cf->conf_file->file.name.data may be uninitialized, if an allocation failed;
Tue, 02 Jun 2009 14:00:01 +0000 Igor Sysoev add drive letter for Win32 root path
Thu, 14 May 2009 16:24:39 +0000 Igor Sysoev style fix
Thu, 30 Apr 2009 13:53:42 +0000 Igor Sysoev *) refactor error_log processing: listen socket log might inherit built-in
Tue, 28 Apr 2009 20:06:03 +0000 Igor Sysoev *) do not show line number for -g option
Mon, 27 Apr 2009 13:17:33 +0000 Igor Sysoev ngx_log_errno()
Mon, 27 Apr 2009 13:06:20 +0000 Igor Sysoev use ngx_vslprintf(), ngx_slprintf()
Mon, 27 Apr 2009 11:32:33 +0000 Igor Sysoev -p and --prefix=
Thu, 23 Apr 2009 11:13:12 +0000 Igor Sysoev issue start up errors and warning on both stderr and error_log
Wed, 01 Apr 2009 15:47:12 +0000 Igor Sysoev r2336, r2337, r2339, r2390 merge: stable-0.6
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"
Tue, 25 Nov 2008 15:55:10 +0000 Igor Sysoev allocate cf->conf_file and cf->conf_file->buffer on stack
Tue, 25 Nov 2008 14:45:44 +0000 Igor Sysoev fix segfault on close error
Tue, 25 Nov 2008 13:00:53 +0000 Igor Sysoev *) increase ngx_conf_log_error() buffer
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()
Mon, 01 Sep 2008 15:17:54 +0000 Igor Sysoev fix building by msvc introduced in r2223
Mon, 01 Sep 2008 13:59:11 +0000 Igor Sysoev test conf file size, this fixes OpenBSD's "nginx -c /tmp/" bug