log src/core/nginx.c @ 3480:f4957081d935

age author description
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
Tue, 28 Apr 2009 04:34:27 +0000 Igor Sysoev add prefix in Usage
Mon, 27 Apr 2009 11:32:33 +0000 Igor Sysoev -p and --prefix=
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()