index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
ngx_conf_file.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-16
Style.
BullerDu
1
-2
/
+2
2020-10-22
Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.
Maxim Dounin
1
-1
/
+1
2018-12-25
Use %s for errors returned from configuration parsing handlers.
Ruslan Ermilov
1
-1
/
+1
2018-08-09
Skipping spaces in configuration files (ticket #1557).
Maxim Dounin
1
-3
/
+4
2017-12-21
Allowed configuration token to start with a variable.
Roman Arutyunyan
1
-0
/
+5
2017-08-09
Style.
Sergey Kandaurov
1
-0
/
+1
2016-10-18
Core: show file contents only once while dumping configuration.
Vladimir Homutov
1
-24
/
+59
2016-09-20
Fixed log levels of configuration parsing errors.
Valentin Bartenev
1
-2
/
+2
2016-03-30
Style.
Ruslan Ermilov
1
-3
/
+3
2016-02-04
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
1
-7
/
+7
2015-05-14
Core: store and dump processed configuration.
Vladimir Homutov
1
-2
/
+43
2015-06-01
Fixed excessive memory usage while parsing configuration.
Valentin Bartenev
1
-1
/
+1
2014-08-01
Core: improved ngx_pstrdup() error handling.
Tatsuhiko Kubo
1
-0
/
+3
2014-04-30
Core: improved ngx_conf_parse() error handling.
Maxim Dounin
1
-1
/
+1
2013-08-20
Style improved after 12dd27b74117.
Maxim Dounin
1
-4
/
+5
2013-08-20
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
1
-2
/
+12
2013-08-06
API change: removed the ngx_conf_full_name() function.
Valentin Bartenev
1
-10
/
+0
2013-08-06
Replaced ngx_conf_full_name() with ngx_get_full_name().
Valentin Bartenev
1
-2
/
+2
2013-08-06
Fixed memory leaks in the root and auth_basic_user_file directives.
Valentin Bartenev
1
-90
/
+4
2013-05-23
Core: strengthen configuration syntax checker.
Valentin Bartenev
1
-0
/
+5
2013-03-25
Use NGX_FILE_ERROR for handling file operations errors.
Valentin Bartenev
1
-1
/
+1
2013-01-08
The data pointer in ngx_open_file_t objects must be initialized.
Valentin Bartenev
1
-0
/
+1
2012-12-23
Reopening log files code moved to a separate function.
Valentin Bartenev
1
-19
/
+3
2012-12-14
Fixed handling of ngx_write_fd() and ngx_read_fd() errors.
Valentin Bartenev
1
-1
/
+1
2012-08-28
Fixed the "include" directive.
Ruslan Ermilov
1
-2
/
+1
2012-07-29
Improved diagnostics when a directive is specified in the wrong context.
Ruslan Ermilov
1
-21
/
+14
2012-07-24
Fixed compilation with -Wmissing-prototypes.
Ruslan Ermilov
1
-0
/
+4
2012-04-18
Don't silently ignore the last line of configuration file that
Ruslan Ermilov
1
-1
/
+1
2012-04-12
Fixed grammar in error messages.
Ruslan Ermilov
1
-1
/
+2
2012-02-13
Time parsing cleanup.
Maxim Dounin
1
-9
/
+1
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-04-12
use memmove() in appropriate places
Igor Sysoev
1
-1
/
+1
2010-06-23
style fix
Igor Sysoev
1
-1
/
+2
2010-05-14
ngx_str_set() and ngx_str_null()
Igor Sysoev
1
-2
/
+1
2010-02-12
const char *fmt in ngx_conf_log_error()
Igor Sysoev
1
-1
/
+1
2009-11-05
cf->conf_file->file.name.data may be uninitialized, if an allocation failed;
Igor Sysoev
1
-1
/
+1
2009-06-02
add drive letter for Win32 root path
Igor Sysoev
1
-24
/
+71
2009-05-14
style fix
Igor Sysoev
1
-1
/
+3
2009-04-30
*) refactor error_log processing: listen socket log might inherit built-in
Igor Sysoev
1
-4
/
+3
2009-04-28
*) do not show line number for -g option
Igor Sysoev
1
-3
/
+14
2009-04-27
ngx_log_errno()
Igor Sysoev
1
-21
/
+1
2009-04-27
use ngx_vslprintf(), ngx_slprintf()
Igor Sysoev
1
-4
/
+4
2009-04-27
-p and --prefix=
Igor Sysoev
1
-10
/
+12
2009-04-23
issue start up errors and warning on both stderr and error_log
Igor Sysoev
1
-1
/
+1
2009-02-24
small optimization: " == NGX_ERROR" > " != NGX_OK"
Igor Sysoev
1
-2
/
+2
2008-11-25
allocate cf->conf_file and cf->conf_file->buffer on stack
Igor Sysoev
1
-21
/
+15
2008-11-25
fix segfault on close error
Igor Sysoev
1
-2
/
+2
2008-11-25
*) increase ngx_conf_log_error() buffer
Igor Sysoev
1
-11
/
+27
2008-11-11
compatibility with glibc 2.3, warn_unused_result attribute for write()
Igor Sysoev
1
-2
/
+16
2008-09-01
fix building by msvc introduced in r2223
Igor Sysoev
1
-1
/
+1
[next]