log src/core/nginx.c @ 2755:a65976a205a5

age author description
Sun, 26 Apr 2009 19:37:38 +0000 Igor Sysoev add quotes for configure options with spaces
Thu, 23 Apr 2009 18:22:28 +0000 Igor Sysoev pass command lines options to workers
Thu, 23 Apr 2009 11:13:12 +0000 Igor Sysoev issue start up errors and warning on both stderr and error_log
Tue, 21 Apr 2009 20:25:49 +0000 Igor Sysoev implement "-s signal" option for Unix
Tue, 21 Apr 2009 16:21:58 +0000 Igor Sysoev add -? and -h options
Tue, 21 Apr 2009 15:42:15 +0000 Igor Sysoev allow condensed command lines options
Tue, 21 Apr 2009 13:39:47 +0000 Igor Sysoev test command line options before ngx_log_init() and issue errors to stderr
Mon, 20 Apr 2009 06:08:47 +0000 Igor Sysoev Win32 master/workers model
Sun, 19 Apr 2009 16:06:09 +0000 Igor Sysoev show -t results on stderr
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"
Thu, 20 Nov 2008 17:23:08 +0000 Igor Sysoev r2303 merge: stable-0.6
Tue, 11 Nov 2008 16:17:45 +0000 Igor Sysoev compatibility with glibc 2.3, warn_unused_result attribute for write()
Fri, 05 Sep 2008 15:25:47 +0000 Igor Sysoev remove unused #include's
Mon, 30 Jun 2008 12:35:16 +0000 Igor Sysoev -g switch
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Thu, 22 May 2008 12:09:41 +0000 Igor Sysoev style fix
Mon, 10 Dec 2007 12:09:51 +0000 Igor Sysoev move condition declarations inside blocks where they are used
Fri, 07 Dec 2007 20:19:41 +0000 Igor Sysoev rename ngx_crc32_init() to ngx_crc32_table_init()
Mon, 20 Aug 2007 10:05:10 +0000 Igor Sysoev test relative nginx.conf, this is compatible with old versions
Sun, 29 Jul 2007 18:05:45 +0000 Igor Sysoev --sysconfdir=DIR
Thu, 19 Jul 2007 19:08:22 +0000 Igor Sysoev fix potential segfault,
Wed, 11 Jul 2007 10:46:21 +0000 Igor Sysoev reset errno
Thu, 25 Jan 2007 21:48:28 +0000 Igor Sysoev fix online upgrade
Sat, 20 Jan 2007 19:26:48 +0000 Igor Sysoev env
Sun, 24 Dec 2006 18:13:06 +0000 Igor Sysoev worker_rlimit_core supports size in K, M, and G
Sun, 24 Dec 2006 13:11:41 +0000 Igor Sysoev add comment
Sat, 23 Dec 2006 19:54:21 +0000 Igor Sysoev the -V switch
Fri, 15 Dec 2006 21:31:03 +0000 Igor Sysoev allocate aligned ngx_crc32_table_short globally
Mon, 20 Nov 2006 08:51:45 +0000 Igor Sysoev slab allocator in shared memory
Fri, 20 Oct 2006 12:22:39 +0000 Igor Sysoev aligned ngx_crc32_table_short was allocated from wrong pool