aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.c
AgeCommit message (Expand)Author
2015-12-10initial nginx draft changes for ofp-odpKapil Hali
2015-10-19Style: unneeded casts of cf->args->elts removed.Maxim Dounin
2015-07-12Extract out version info function.Kurtis Nusbaum
2015-05-14Core: store and dump processed configuration.Vladimir Homutov
2015-04-23Removed the "worker_rlimit_sigpending" directive.Ruslan Ermilov
2015-03-26Removed "worker_threads" and "thread_stack_size" directives.Ruslan Ermilov
2015-04-16Fixed build, broken by 8b7f062a3fe6.Ruslan Ermilov
2015-04-16Core: added OpenSSL version information to "nginx -V" output.Vladimir Homutov
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov
2014-05-20Configure: the --build= option.Ruslan Ermilov
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev
2013-06-28Core: consolidated log-related code.Vladimir Homutov
2013-06-04Core: fixed handling of "stderr" in error_log.Vladimir Homutov
2013-03-25Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev
2013-03-20Core: fixed resource leak if binary upgrade fails due to no memory.Ruslan Ermilov
2013-03-18Core: guard against failed allocation during binary upgrade.Ruslan Ermilov
2012-10-23Core: the "auto" parameter of the "worker_processes" directive.Andrey Belov
2012-08-03Fixed the -p parameter handling.Ruslan Ermilov
2012-04-12Fixed grammar in error messages.Ruslan Ermilov
2012-03-21worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.Ruslan Ermilov
2012-01-18Copyright updated.Maxim Konovalov
2011-11-15Fixed handling of SIGWINCH/NOACCEPT signal.Maxim Dounin
2011-11-14Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()Igor Sysoev
2011-10-24malloc() debugging on MacOSX.Igor Sysoev
2011-10-24FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.Igor Sysoev
2010-11-29move ngx_strerror_init() at the very startIgor Sysoev
2010-11-25use copied strerror() messages and autoconfigured sys_nerr valueIgor Sysoev
2010-09-15worker_rlimit_core should be off_tIgor Sysoev
2010-09-02the -q switchIgor Sysoev
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev
2010-03-26fix commentsIgor Sysoev
2009-12-17fix r3331:Igor Sysoev
2009-10-26fix r3211Igor Sysoev
2009-10-19add SNI support in -V outputIgor Sysoev
2009-10-09nginx did not close log file set by --error-log-path,Igor Sysoev
2009-09-30Linux/SPARC malloc() returns an address aligned to 8. This conflicts withIgor Sysoev
2009-06-06a signaller process should stop configuration processing just afterIgor Sysoev
2009-04-28add prefix in UsageIgor Sysoev
2009-04-27-p and --prefix=Igor Sysoev
2009-04-26add quotes for configure options with spacesIgor Sysoev
2009-04-23pass command lines options to workersIgor Sysoev
2009-04-23issue start up errors and warning on both stderr and error_logIgor Sysoev
2009-04-21implement "-s signal" option for UnixIgor Sysoev
2009-04-21add -? and -h optionsIgor Sysoev
2009-04-21allow condensed command lines optionsIgor Sysoev
2009-04-21test command line options before ngx_log_init() and issue errors to stderrIgor Sysoev
2009-04-20Win32 master/workers modelIgor Sysoev
2009-04-19show -t results on stderrIgor Sysoev
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev