Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-22Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.Maxim Dounin
2018-12-25Use %s for errors returned from configuration parsing handlers.Ruslan Ermilov
2018-08-09Skipping spaces in configuration files (ticket #1557).Maxim Dounin
2017-12-21Allowed configuration token to start with a variable.Roman Arutyunyan
2017-08-09Style.Sergey Kandaurov
2016-10-18Core: show file contents only once while dumping configuration.Vladimir Homutov
2016-09-20Fixed log levels of configuration parsing errors.Valentin Bartenev
2016-03-30Style.Ruslan Ermilov
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin
2015-05-14Core: store and dump processed configuration.Vladimir Homutov
2015-06-01Fixed excessive memory usage while parsing configuration.Valentin Bartenev
2014-08-01Core: improved ngx_pstrdup() error handling.Tatsuhiko Kubo
2014-04-30Core: improved ngx_conf_parse() error handling.Maxim Dounin
2013-08-20Style improved after 12dd27b74117.Maxim Dounin
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin
2013-08-06API change: removed the ngx_conf_full_name() function.Valentin Bartenev
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev
2013-08-06Fixed memory leaks in the root and auth_basic_user_file directives.Valentin Bartenev
2013-05-23Core: strengthen configuration syntax checker.Valentin Bartenev
2013-03-25Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev
2013-01-08The data pointer in ngx_open_file_t objects must be initialized.Valentin Bartenev
2012-12-23Reopening log files code moved to a separate function.Valentin Bartenev
2012-12-14Fixed handling of ngx_write_fd() and ngx_read_fd() errors.Valentin Bartenev
2012-08-28Fixed the "include" directive.Ruslan Ermilov
2012-07-29Improved diagnostics when a directive is specified in the wrong context.Ruslan Ermilov
2012-07-24Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov
2012-04-18Don't silently ignore the last line of configuration file thatRuslan Ermilov
2012-04-12Fixed grammar in error messages.Ruslan Ermilov
2012-02-13Time parsing cleanup.Maxim Dounin
2012-01-18Copyright updated.Maxim Konovalov
2011-04-12use memmove() in appropriate placesIgor Sysoev
2010-06-23style fixIgor Sysoev
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev
2010-02-12const char *fmt in ngx_conf_log_error()Igor Sysoev
2009-11-05cf->conf_file->file.name.data may be uninitialized, if an allocation failed;Igor Sysoev
2009-06-02add drive letter for Win32 root pathIgor Sysoev
2009-05-14style fixIgor Sysoev
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev
2009-04-29*) do not show line number for -g optionIgor Sysoev
2009-04-27ngx_log_errno()Igor Sysoev
2009-04-27use ngx_vslprintf(), ngx_slprintf()Igor Sysoev
2009-04-27-p and --prefix=Igor Sysoev
2009-04-23issue start up errors and warning on both stderr and error_logIgor Sysoev
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev
2008-11-25allocate cf->conf_file and cf->conf_file->buffer on stackIgor Sysoev
2008-11-25fix segfault on close errorIgor Sysoev
2008-11-25*) increase ngx_conf_log_error() bufferIgor Sysoev
2008-11-11compatibility with glibc 2.3, warn_unused_result attribute for write()Igor Sysoev
2008-09-01fix building by msvc introduced in r2223Igor Sysoev
2008-09-01test conf file size, this fixes OpenBSD's "nginx -c /tmp/" bugIgor Sysoev