aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.c
Commit message (Expand)AuthorAge
* QUIC: ngx_quic_bpf module.Vladimir Homutov2020-12-25
* Core: "-e" command line option.Igor Ippolitov2020-11-19
* Fixed removing of listening UNIX sockets when "changing binary".Ruslan Ermilov2020-06-01
* Improved code readability (closes #1512).Ruslan Ermilov2018-03-22
* Fixed "changing binary" when reaper is not init.Ruslan Ermilov2017-11-28
* Slab: fixed initialization on win32.Ruslan Ermilov2017-08-08
* Introduced worker_shutdown_timeout.Maxim Dounin2017-03-07
* Core: fixed environment on exit.Maxim Dounin2016-12-07
* SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0.Maxim Dounin2016-03-31
* Fixed logging.Sergey Kandaurov2016-03-31
* Fix build with -Wmissing-prototypes.Piotr Sikora2016-03-18
* Core: added support for more than 64 CPUs in worker_cpu_affinity.Vladimir Homutov2016-02-18
* Core: improved logging on invalid NGINX variable (ticket #900).Maxim Dounin2016-02-15
* Dynamic modules.Maxim Dounin2016-02-04
* Dynamic modules: moved module-related stuff to separate files.Maxim Dounin2016-02-04
* Core: worker_cpu_affinity auto.Maxim Dounin2016-01-11
* Style: unneeded casts of cf->args->elts removed.Maxim Dounin2015-10-19
* Extract out version info function.Kurtis Nusbaum2015-07-12
* Core: store and dump processed configuration.Vladimir Homutov2015-05-14
* Removed the "worker_rlimit_sigpending" directive.Ruslan Ermilov2015-04-23
* Removed "worker_threads" and "thread_stack_size" directives.Ruslan Ermilov2015-03-26
* Fixed build, broken by 8b7f062a3fe6.Ruslan Ermilov2015-04-16
* Core: added OpenSSL version information to "nginx -V" output.Vladimir Homutov2015-04-16
* Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov2015-03-04
* Configure: the --build= option.Ruslan Ermilov2014-05-20
* Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin2013-08-20
* Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev2013-08-06
* Core: consolidated log-related code.Vladimir Homutov2013-06-28
* Core: fixed handling of "stderr" in error_log.Vladimir Homutov2013-06-04
* Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev2013-03-25
* Core: fixed resource leak if binary upgrade fails due to no memory.Ruslan Ermilov2013-03-20
* Core: guard against failed allocation during binary upgrade.Ruslan Ermilov2013-03-18
* Core: the "auto" parameter of the "worker_processes" directive.Andrey Belov2012-10-23
* Fixed the -p parameter handling.Ruslan Ermilov2012-08-03
* Fixed grammar in error messages.Ruslan Ermilov2012-04-12
* worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.Ruslan Ermilov2012-03-21
* Copyright updated.Maxim Konovalov2012-01-18
* Fixed handling of SIGWINCH/NOACCEPT signal.Maxim Dounin2011-11-15
* Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()Igor Sysoev2011-11-14
* malloc() debugging on MacOSX.Igor Sysoev2011-10-24
* FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.Igor Sysoev2011-10-24
* move ngx_strerror_init() at the very startIgor Sysoev2010-11-29
* use copied strerror() messages and autoconfigured sys_nerr valueIgor Sysoev2010-11-25
* worker_rlimit_core should be off_tIgor Sysoev2010-09-15
* the -q switchIgor Sysoev2010-09-02
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-14
* fix commentsIgor Sysoev2010-03-26
* fix r3331:Igor Sysoev2009-12-17
* fix r3211Igor Sysoev2009-10-26
* add SNI support in -V outputIgor Sysoev2009-10-19