index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
nginx.c
Commit message (
Expand
)
Author
Age
*
QUIC: ngx_quic_bpf module.
Vladimir Homutov
2020-12-25
*
Core: "-e" command line option.
Igor Ippolitov
2020-11-19
*
Fixed removing of listening UNIX sockets when "changing binary".
Ruslan Ermilov
2020-06-01
*
Improved code readability (closes #1512).
Ruslan Ermilov
2018-03-22
*
Fixed "changing binary" when reaper is not init.
Ruslan Ermilov
2017-11-28
*
Slab: fixed initialization on win32.
Ruslan Ermilov
2017-08-08
*
Introduced worker_shutdown_timeout.
Maxim Dounin
2017-03-07
*
Core: fixed environment on exit.
Maxim Dounin
2016-12-07
*
SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0.
Maxim Dounin
2016-03-31
*
Fixed logging.
Sergey Kandaurov
2016-03-31
*
Fix build with -Wmissing-prototypes.
Piotr Sikora
2016-03-18
*
Core: added support for more than 64 CPUs in worker_cpu_affinity.
Vladimir Homutov
2016-02-18
*
Core: improved logging on invalid NGINX variable (ticket #900).
Maxim Dounin
2016-02-15
*
Dynamic modules.
Maxim Dounin
2016-02-04
*
Dynamic modules: moved module-related stuff to separate files.
Maxim Dounin
2016-02-04
*
Core: worker_cpu_affinity auto.
Maxim Dounin
2016-01-11
*
Style: unneeded casts of cf->args->elts removed.
Maxim Dounin
2015-10-19
*
Extract out version info function.
Kurtis Nusbaum
2015-07-12
*
Core: store and dump processed configuration.
Vladimir Homutov
2015-05-14
*
Removed the "worker_rlimit_sigpending" directive.
Ruslan Ermilov
2015-04-23
*
Removed "worker_threads" and "thread_stack_size" directives.
Ruslan Ermilov
2015-03-26
*
Fixed build, broken by 8b7f062a3fe6.
Ruslan Ermilov
2015-04-16
*
Core: added OpenSSL version information to "nginx -V" output.
Vladimir Homutov
2015-04-16
*
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
2015-03-04
*
Configure: the --build= option.
Ruslan Ermilov
2014-05-20
*
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
2013-08-20
*
Replaced ngx_conf_full_name() with ngx_get_full_name().
Valentin Bartenev
2013-08-06
*
Core: consolidated log-related code.
Vladimir Homutov
2013-06-28
*
Core: fixed handling of "stderr" in error_log.
Vladimir Homutov
2013-06-04
*
Use NGX_FILE_ERROR for handling file operations errors.
Valentin Bartenev
2013-03-25
*
Core: fixed resource leak if binary upgrade fails due to no memory.
Ruslan Ermilov
2013-03-20
*
Core: guard against failed allocation during binary upgrade.
Ruslan Ermilov
2013-03-18
*
Core: the "auto" parameter of the "worker_processes" directive.
Andrey Belov
2012-10-23
*
Fixed the -p parameter handling.
Ruslan Ermilov
2012-08-03
*
Fixed grammar in error messages.
Ruslan Ermilov
2012-04-12
*
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
Ruslan Ermilov
2012-03-21
*
Copyright updated.
Maxim Konovalov
2012-01-18
*
Fixed handling of SIGWINCH/NOACCEPT signal.
Maxim Dounin
2011-11-15
*
Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
Igor Sysoev
2011-11-14
*
malloc() debugging on MacOSX.
Igor Sysoev
2011-10-24
*
FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.
Igor Sysoev
2011-10-24
*
move ngx_strerror_init() at the very start
Igor Sysoev
2010-11-29
*
use copied strerror() messages and autoconfigured sys_nerr value
Igor Sysoev
2010-11-25
*
worker_rlimit_core should be off_t
Igor Sysoev
2010-09-15
*
the -q switch
Igor Sysoev
2010-09-02
*
ngx_str_set() and ngx_str_null()
Igor Sysoev
2010-05-14
*
fix comments
Igor Sysoev
2010-03-26
*
fix r3331:
Igor Sysoev
2009-12-17
*
fix r3211
Igor Sysoev
2009-10-26
*
add SNI support in -V output
Igor Sysoev
2009-10-19
[next]