summaryrefslogtreecommitdiff
path: root/src/core/ngx_conf_file.c
Commit message (Expand)AuthorAgeFilesLines
* Style.BullerDu2022-12-161-2/+2
* Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.Maxim Dounin2020-10-221-1/+1
* Use %s for errors returned from configuration parsing handlers.Ruslan Ermilov2018-12-251-1/+1
* Skipping spaces in configuration files (ticket #1557).Maxim Dounin2018-08-091-3/+4
* Allowed configuration token to start with a variable.Roman Arutyunyan2017-12-211-0/+5
* Style.Sergey Kandaurov2017-08-091-0/+1
* Core: show file contents only once while dumping configuration.Vladimir Homutov2016-10-181-24/+59
* Fixed log levels of configuration parsing errors.Valentin Bartenev2016-09-201-2/+2
* Style.Ruslan Ermilov2016-03-301-3/+3
* Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin2016-02-041-7/+7
* Core: store and dump processed configuration.Vladimir Homutov2015-05-141-2/+43
* Fixed excessive memory usage while parsing configuration.Valentin Bartenev2015-06-011-1/+1
* Core: improved ngx_pstrdup() error handling.Tatsuhiko Kubo2014-08-011-0/+3
* Core: improved ngx_conf_parse() error handling.Maxim Dounin2014-04-301-1/+1
* Style improved after 12dd27b74117.Maxim Dounin2013-08-201-4/+5
* Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin2013-08-201-2/+12
* API change: removed the ngx_conf_full_name() function.Valentin Bartenev2013-08-061-10/+0
* Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev2013-08-061-2/+2
* Fixed memory leaks in the root and auth_basic_user_file directives.Valentin Bartenev2013-08-061-90/+4
* Core: strengthen configuration syntax checker.Valentin Bartenev2013-05-231-0/+5
* Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev2013-03-251-1/+1
* The data pointer in ngx_open_file_t objects must be initialized.Valentin Bartenev2013-01-081-0/+1
* Reopening log files code moved to a separate function.Valentin Bartenev2012-12-231-19/+3
* Fixed handling of ngx_write_fd() and ngx_read_fd() errors.Valentin Bartenev2012-12-141-1/+1
* Fixed the "include" directive.Ruslan Ermilov2012-08-281-2/+1
* Improved diagnostics when a directive is specified in the wrong context.Ruslan Ermilov2012-07-291-21/+14
* Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov2012-07-241-0/+4
* Don't silently ignore the last line of configuration file thatRuslan Ermilov2012-04-181-1/+1
* Fixed grammar in error messages.Ruslan Ermilov2012-04-121-1/+2
* Time parsing cleanup.Maxim Dounin2012-02-131-9/+1
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
* use memmove() in appropriate placesIgor Sysoev2011-04-121-1/+1
* style fixIgor Sysoev2010-06-231-1/+2
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-141-2/+1
* const char *fmt in ngx_conf_log_error()Igor Sysoev2010-02-121-1/+1
* cf->conf_file->file.name.data may be uninitialized, if an allocation failed;Igor Sysoev2009-11-051-1/+1
* add drive letter for Win32 root pathIgor Sysoev2009-06-021-24/+71
* style fixIgor Sysoev2009-05-141-1/+3
* *) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev2009-04-301-4/+3
* *) do not show line number for -g optionIgor Sysoev2009-04-281-3/+14
* ngx_log_errno()Igor Sysoev2009-04-271-21/+1
* use ngx_vslprintf(), ngx_slprintf()Igor Sysoev2009-04-271-4/+4
* -p and --prefix=Igor Sysoev2009-04-271-10/+12
* issue start up errors and warning on both stderr and error_logIgor Sysoev2009-04-231-1/+1
* small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev2009-02-241-2/+2
* allocate cf->conf_file and cf->conf_file->buffer on stackIgor Sysoev2008-11-251-21/+15
* fix segfault on close errorIgor Sysoev2008-11-251-2/+2
* *) increase ngx_conf_log_error() bufferIgor Sysoev2008-11-251-11/+27
* compatibility with glibc 2.3, warn_unused_result attribute for write()Igor Sysoev2008-11-111-2/+16
* fix building by msvc introduced in r2223Igor Sysoev2008-09-011-1/+1