summaryrefslogtreecommitdiffhomepage
path: root/src/core/nginx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-18Fix build with -Wmissing-prototypes.Piotr Sikora1-2/+2
2016-02-18Core: added support for more than 64 CPUs in worker_cpu_affinity.Vladimir Homutov1-25/+48
2016-02-15Core: improved logging on invalid NGINX variable (ticket #900).Maxim Dounin1-0/+6
2016-02-04Dynamic modules.Maxim Dounin1-0/+109
2016-02-04Dynamic modules: moved module-related stuff to separate files.Maxim Dounin1-5/+2
2016-01-11Core: worker_cpu_affinity auto.Maxim Dounin1-2/+41
2015-10-19Style: unneeded casts of cf->args->elts removed.Maxim Dounin1-2/+2
2015-07-12Extract out version info function.Kurtis Nusbaum1-58/+65
2015-05-14Core: store and dump processed configuration.Vladimir Homutov1-2/+28
2015-04-23Removed the "worker_rlimit_sigpending" directive.Ruslan Ermilov1-8/+0
2015-03-26Removed "worker_threads" and "thread_stack_size" directives.Ruslan Ermilov1-31/+0
2015-04-16Fixed build, broken by 8b7f062a3fe6.Ruslan Ermilov1-1/+2
2015-04-16Core: added OpenSSL version information to "nginx -V" output.Vladimir Homutov1-5/+16
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov1-3/+3
2014-05-20Configure: the --build= option.Ruslan Ermilov1-1/+1
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin1-7/+3
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev1-3/+7
2013-06-28Core: consolidated log-related code.Vladimir Homutov1-7/+2
2013-06-04Core: fixed handling of "stderr" in error_log.Vladimir Homutov1-1/+1
2013-03-25Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev1-2/+4
2013-03-20Core: fixed resource leak if binary upgrade fails due to no memory.Ruslan Ermilov1-0/+1
2013-03-18Core: guard against failed allocation during binary upgrade.Ruslan Ermilov1-0/+3
2012-10-23Core: the "auto" parameter of the "worker_processes" directive.Andrey Belov1-2/+33
2012-08-03Fixed the -p parameter handling.Ruslan Ermilov1-1/+1
2012-04-12Fixed grammar in error messages.Ruslan Ermilov1-1/+1
2012-03-21worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.Ruslan Ermilov1-9/+9
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-11-15Fixed handling of SIGWINCH/NOACCEPT signal.Maxim Dounin1-0/+4
2011-11-14Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()Igor Sysoev1-18/+20
2011-10-24malloc() debugging on MacOSX.Igor Sysoev1-2/+0
2011-10-24FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.Igor Sysoev1-4/+4
2010-11-29move ngx_strerror_init() at the very startIgor Sysoev1-4/+4
2010-11-25use copied strerror() messages and autoconfigured sys_nerr valueIgor Sysoev1-0/+4
2010-09-15worker_rlimit_core should be off_tIgor Sysoev1-2/+2
2010-09-02the -q switchIgor Sysoev1-3/+12
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-12/+6
2010-03-26fix commentsIgor Sysoev1-1/+1
2009-12-17fix r3331:Igor Sysoev1-3/+0
2009-10-26fix r3211Igor Sysoev1-0/+4
2009-10-19add SNI support in -V outputIgor Sysoev1-0/+3
2009-10-09nginx did not close log file set by --error-log-path,Igor Sysoev1-0/+7
2009-09-30Linux/SPARC malloc() returns an address aligned to 8. This conflicts withIgor Sysoev1-0/+3
2009-06-06a signaller process should stop configuration processing just afterIgor Sysoev1-4/+4
2009-04-28add prefix in UsageIgor Sysoev1-1/+1
2009-04-27-p and --prefix=Igor Sysoev1-4/+104
2009-04-26add quotes for configure options with spacesIgor Sysoev1-1/+1
2009-04-23pass command lines options to workersIgor Sysoev1-0/+2
2009-04-23issue start up errors and warning on both stderr and error_logIgor Sysoev1-12/+23
2009-04-21implement "-s signal" option for UnixIgor Sysoev1-15/+5
2009-04-21add -? and -h optionsIgor Sysoev1-0/+30