log src/core/ngx_conf_file.c @ 6380:7142b04337d6

age author description
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.