log src/core/nginx.c @ 7744:f18db38a9826

age author description
Thu, 19 Nov 2020 16:59:00 +0000 Igor Ippolitov Core: "-e" command line option.
Mon, 01 Jun 2020 20:19:27 +0300 Ruslan Ermilov Fixed removing of listening UNIX sockets when "changing binary".
Thu, 22 Mar 2018 18:13:33 +0300 Ruslan Ermilov Improved code readability (closes #1512).
Tue, 28 Nov 2017 12:00:24 +0300 Ruslan Ermilov Fixed "changing binary" when reaper is not init.
Tue, 08 Aug 2017 15:16:01 +0300 Ruslan Ermilov Slab: fixed initialization on win32.
Tue, 07 Mar 2017 18:51:16 +0300 Maxim Dounin Introduced worker_shutdown_timeout.
Wed, 07 Dec 2016 19:03:31 +0300 Maxim Dounin Core: fixed environment on exit.
Thu, 31 Mar 2016 23:38:38 +0300 Maxim Dounin SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Fri, 18 Mar 2016 16:38:08 -0700 Piotr Sikora Fix build with -Wmissing-prototypes.
Thu, 18 Feb 2016 13:58:49 +0300 Vladimir Homutov Core: added support for more than 64 CPUs in worker_cpu_affinity.
Mon, 15 Feb 2016 17:41:52 +0300 Maxim Dounin Core: improved logging on invalid NGINX variable (ticket #900).
Thu, 04 Feb 2016 20:25:29 +0300 Maxim Dounin Dynamic modules.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: moved module-related stuff to separate files.
Mon, 11 Jan 2016 19:23:17 +0300 Maxim Dounin Core: worker_cpu_affinity auto.
Mon, 19 Oct 2015 23:04:49 +0300 Maxim Dounin Style: unneeded casts of cf->args->elts removed.
Sun, 12 Jul 2015 08:31:38 -0700 Kurtis Nusbaum Extract out version info function.
Thu, 14 May 2015 18:54:27 +0300 Vladimir Homutov Core: store and dump processed configuration.
Thu, 23 Apr 2015 14:26:11 +0300 Ruslan Ermilov Removed the "worker_rlimit_sigpending" directive.
Thu, 26 Mar 2015 14:15:17 +0300 Ruslan Ermilov Removed "worker_threads" and "thread_stack_size" directives.
Thu, 16 Apr 2015 15:05:40 +0300 Ruslan Ermilov Fixed build, broken by 8b7f062a3fe6.
Thu, 16 Apr 2015 12:17:41 +0300 Vladimir Homutov Core: added OpenSSL version information to "nginx -V" output.
Wed, 04 Mar 2015 18:26:25 +0300 Ruslan Ermilov Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Tue, 20 May 2014 16:10:07 +0400 Ruslan Ermilov Configure: the --build= option.
Tue, 20 Aug 2013 21:11:19 +0400 Maxim Dounin Backed out f1a91825730a and 7094bd12c1ff.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Replaced ngx_conf_full_name() with ngx_get_full_name().
Fri, 28 Jun 2013 17:24:54 +0400 Vladimir Homutov Core: consolidated log-related code.
Tue, 04 Jun 2013 11:27:36 +0400 Vladimir Homutov Core: fixed handling of "stderr" in error_log.
Fri, 29 Mar 2013 18:18:42 +0000 Maxim Dounin Merge of r5138: use of NGX_FILE_ERROR. stable-1.2
Fri, 29 Mar 2013 17:51:00 +0000 Maxim Dounin Merge of r5117, r5123: allocation errors handing during upgrade. stable-1.2
Mon, 25 Mar 2013 15:49:11 +0000 Valentin Bartenev Use NGX_FILE_ERROR for handling file operations errors.
Wed, 20 Mar 2013 18:07:25 +0000 Ruslan Ermilov Core: fixed resource leak if binary upgrade fails due to no memory.
Mon, 18 Mar 2013 07:13:57 +0000 Ruslan Ermilov Core: guard against failed allocation during binary upgrade.
Tue, 23 Oct 2012 09:08:41 +0000 Andrey Belov Core: the "auto" parameter of the "worker_processes" directive.
Fri, 03 Aug 2012 12:52:32 +0000 Ruslan Ermilov Fixed the -p parameter handling.
Thu, 12 Apr 2012 19:35:41 +0000 Ruslan Ermilov Fixed grammar in error messages.
Wed, 21 Mar 2012 13:58:51 +0000 Ruslan Ermilov worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Wed, 14 Dec 2011 15:25:32 +0000 Maxim Dounin Merge of r4294: stable-1.0
Wed, 14 Dec 2011 15:23:23 +0000 Maxim Dounin Merge of r4284: stable-1.0
Tue, 15 Nov 2011 20:35:41 +0000 Maxim Dounin Fixed handling of SIGWINCH/NOACCEPT signal.
Mon, 14 Nov 2011 14:59:00 +0000 Igor Sysoev Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
Mon, 24 Oct 2011 15:46:48 +0000 Igor Sysoev malloc() debugging on MacOSX.
Mon, 24 Oct 2011 12:59:01 +0000 Igor Sysoev FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.
Mon, 29 Nov 2010 15:00:02 +0000 Igor Sysoev move ngx_strerror_init() at the very start
Thu, 25 Nov 2010 11:04:03 +0000 Igor Sysoev use copied strerror() messages and autoconfigured sys_nerr value
Wed, 15 Sep 2010 15:24:21 +0000 Igor Sysoev worker_rlimit_core should be off_t
Thu, 02 Sep 2010 13:43:02 +0000 Igor Sysoev the -q switch
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Fri, 26 Mar 2010 21:17:26 +0000 Igor Sysoev fix comments
Mon, 01 Feb 2010 14:44:43 +0000 Igor Sysoev merge r3200: stable-0.7
Thu, 17 Dec 2009 12:25:46 +0000 Igor Sysoev fix r3331:
Mon, 26 Oct 2009 16:53:34 +0000 Igor Sysoev merge r2995, r2996, r2997, r2998, r3003, r3141, r3210, r3211, r3232: stable-0.7
Mon, 26 Oct 2009 12:00:37 +0000 Igor Sysoev fix r3211
Mon, 19 Oct 2009 12:35:01 +0000 Igor Sysoev add SNI support in -V output
Fri, 09 Oct 2009 14:43:09 +0000 Igor Sysoev nginx did not close log file set by --error-log-path,
Wed, 30 Sep 2009 12:56:44 +0000 Igor Sysoev Linux/SPARC malloc() returns an address aligned to 8. This conflicts with
Sat, 06 Jun 2009 12:41:31 +0000 Igor Sysoev a signaller process should stop configuration processing just after
Mon, 18 May 2009 16:17:51 +0000 Igor Sysoev r2756 merge: stable-0.6