summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_conf_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-18Core: show file contents only once while dumping configuration.Vladimir Homutov1-24/+59
2016-09-20Fixed log levels of configuration parsing errors.Valentin Bartenev1-2/+2
2016-03-30Style.Ruslan Ermilov1-3/+3
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-7/+7
2015-05-14Core: store and dump processed configuration.Vladimir Homutov1-2/+43
2015-06-01Fixed excessive memory usage while parsing configuration.Valentin Bartenev1-1/+1
2014-08-01Core: improved ngx_pstrdup() error handling.Tatsuhiko Kubo1-0/+3
2014-04-30Core: improved ngx_conf_parse() error handling.Maxim Dounin1-1/+1
2013-08-20Style improved after 12dd27b74117.Maxim Dounin1-4/+5
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin1-2/+12
2013-08-06API change: removed the ngx_conf_full_name() function.Valentin Bartenev1-10/+0
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev1-2/+2
2013-08-06Fixed memory leaks in the root and auth_basic_user_file directives.Valentin Bartenev1-90/+4
2013-05-23Core: strengthen configuration syntax checker.Valentin Bartenev1-0/+5
2013-03-25Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev1-1/+1
2013-01-08The data pointer in ngx_open_file_t objects must be initialized.Valentin Bartenev1-0/+1
2012-12-23Reopening log files code moved to a separate function.Valentin Bartenev1-19/+3
2012-12-14Fixed handling of ngx_write_fd() and ngx_read_fd() errors.Valentin Bartenev1-1/+1
2012-08-28Fixed the "include" directive.Ruslan Ermilov1-2/+1
2012-07-29Improved diagnostics when a directive is specified in the wrong context.Ruslan Ermilov1-21/+14
2012-07-24Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov1-0/+4
2012-04-18Don't silently ignore the last line of configuration file thatRuslan Ermilov1-1/+1
2012-04-12Fixed grammar in error messages.Ruslan Ermilov1-1/+2
2012-02-13Time parsing cleanup.Maxim Dounin1-9/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-04-12use memmove() in appropriate placesIgor Sysoev1-1/+1
2010-06-23style fixIgor Sysoev1-1/+2
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-2/+1
2010-02-12const char *fmt in ngx_conf_log_error()Igor Sysoev1-1/+1
2009-11-05cf->conf_file->file.name.data may be uninitialized, if an allocation failed;Igor Sysoev1-1/+1
2009-06-02add drive letter for Win32 root pathIgor Sysoev1-24/+71
2009-05-14style fixIgor Sysoev1-1/+3
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev1-4/+3
2009-04-28*) do not show line number for -g optionIgor Sysoev1-3/+14
2009-04-27ngx_log_errno()Igor Sysoev1-21/+1
2009-04-27use ngx_vslprintf(), ngx_slprintf()Igor Sysoev1-4/+4
2009-04-27-p and --prefix=Igor Sysoev1-10/+12
2009-04-23issue start up errors and warning on both stderr and error_logIgor Sysoev1-1/+1
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev1-2/+2
2008-11-25allocate cf->conf_file and cf->conf_file->buffer on stackIgor Sysoev1-21/+15
2008-11-25fix segfault on close errorIgor Sysoev1-2/+2
2008-11-25*) increase ngx_conf_log_error() bufferIgor Sysoev1-11/+27
2008-11-11compatibility with glibc 2.3, warn_unused_result attribute for write()Igor Sysoev1-2/+16
2008-09-01fix building by msvc introduced in r2223Igor Sysoev1-1/+1
2008-09-01test conf file size, this fixes OpenBSD's "nginx -c /tmp/" bugIgor Sysoev1-10/+26
2008-08-27quoted too long parameter errorIgor Sysoev1-2/+15
2008-08-26too long parameter errorIgor Sysoev1-8/+20
2008-08-26fix typesIgor Sysoev1-4/+4
2008-06-30-g switchIgor Sysoev1-5/+66
2008-06-25refactor obscure codeIgor Sysoev1-7/+11