summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_conf_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-17*) back out r2040Igor Sysoev1-2/+2
2008-04-29ignore glob no match errorIgor Sysoev1-0/+8
2008-03-03included file name must be allocated in pool,Igor Sysoev1-2/+5
2007-12-09*) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTRIgor Sysoev1-1/+1
2007-10-09style fix: remove double semicolonsIgor Sysoev1-1/+1
2007-08-31fix typoIgor Sysoev1-1/+1
2007-07-29--sysconfdir=DIRIgor Sysoev1-6/+15
2007-06-05change wordingIgor Sysoev1-3/+3
2007-02-20ngx_log_error() > ngx_conf_log_error()Igor Sysoev1-54/+27
2007-02-20use "goto" instead of indistinct "break"Igor Sysoev1-11/+13
2007-02-20stop on superfluous closing "}"Igor Sysoev1-0/+6
2007-02-14ngx_strcasecmp()/ngx_strncasecmp()Igor Sysoev1-2/+2
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev1-1/+1
2007-01-07style fixIgor Sysoev1-6/+6