log src/core/ngx_conf_file.c @ 7682:2ab0ecfe5a5f

age author description
Tue, 25 Dec 2018 15:26:58 +0300 Ruslan Ermilov Use %s for errors returned from configuration parsing handlers.
Thu, 09 Aug 2018 12:15:42 +0300 Maxim Dounin Skipping spaces in configuration files (ticket #1557).
Thu, 21 Dec 2017 13:29:40 +0300 Roman Arutyunyan Allowed configuration token to start with a variable.
Wed, 09 Aug 2017 14:59:46 +0300 Sergey Kandaurov Style.
Tue, 18 Oct 2016 16:33:38 +0300 Vladimir Homutov Core: show file contents only once while dumping configuration.
Tue, 20 Sep 2016 15:07:16 +0300 Valentin Bartenev Fixed log levels of configuration parsing errors.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: changed ngx_modules to cycle->modules.
Thu, 14 May 2015 18:54:27 +0300 Vladimir Homutov Core: store and dump processed configuration.
Mon, 01 Jun 2015 21:08:56 +0300 Valentin Bartenev Fixed excessive memory usage while parsing configuration.
Fri, 01 Aug 2014 20:04:14 +0900 Tatsuhiko Kubo Core: improved ngx_pstrdup() error handling.
Wed, 30 Apr 2014 19:16:49 +0400 Maxim Dounin Core: improved ngx_conf_parse() error handling.
Tue, 20 Aug 2013 21:33:43 +0400 Maxim Dounin Style improved after 12dd27b74117.
Tue, 20 Aug 2013 21:11:19 +0400 Maxim Dounin Backed out f1a91825730a and 7094bd12c1ff.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev API change: removed the ngx_conf_full_name() function.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Replaced ngx_conf_full_name() with ngx_get_full_name().
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Fixed memory leaks in the root and auth_basic_user_file directives.
Thu, 23 May 2013 20:30:27 +0400 Valentin Bartenev Core: strengthen configuration syntax checker.
Fri, 29 Mar 2013 18:18:42 +0000 Maxim Dounin Merge of r5138: use of NGX_FILE_ERROR. stable-1.2
Mon, 25 Mar 2013 15:49:11 +0000 Valentin Bartenev Use NGX_FILE_ERROR for handling file operations errors.
Mon, 11 Feb 2013 14:34:00 +0000 Maxim Dounin Merge of r4985, r4986, r4987, r4988, r4989, r5002: access_log gzip. stable-1.2
Tue, 08 Jan 2013 14:01:57 +0000 Valentin Bartenev The data pointer in ngx_open_file_t objects must be initialized.
Sun, 23 Dec 2012 15:36:52 +0000 Valentin Bartenev Reopening log files code moved to a separate function.
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
Wed, 27 Aug 2008 12:19:07 +0000 Igor Sysoev quoted too long parameter error
Tue, 26 Aug 2008 21:10:20 +0000 Igor Sysoev too long parameter error
Tue, 26 Aug 2008 21:04:06 +0000 Igor Sysoev fix types
Mon, 30 Jun 2008 12:35:16 +0000 Igor Sysoev -g switch
Wed, 25 Jun 2008 14:56:14 +0000 Igor Sysoev refactor obscure code
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Sun, 04 May 2008 09:29:43 +0000 Igor Sysoev r1699, r1700, r1701, r1702, r1707 merge: stable-0.5