log src/core/ngx_cycle.c @ 2736:218b8949f2fd

age author description
Tue, 21 Apr 2009 19:38:02 +0000 Igor Sysoev style fix: remove tabs
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
Sat, 18 Apr 2009 19:27:28 +0000 Igor Sysoev support attaching to an existent Win32 shared memory
Fri, 17 Apr 2009 19:09:08 +0000 Igor Sysoev fix the previous commit
Thu, 16 Apr 2009 19:25:09 +0000 Igor Sysoev move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
Wed, 08 Apr 2009 19:51:30 +0000 Igor Sysoev style fix
Wed, 08 Apr 2009 19:13:28 +0000 Igor Sysoev delete win32 ngx_file_append_mode() as we use reliable
Wed, 08 Apr 2009 19:03:41 +0000 Igor Sysoev adopt NGX_FILE_TRUNCATE for win32
Tue, 31 Mar 2009 13:52:01 +0000 Igor Sysoev Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
Mon, 30 Mar 2009 14:51:51 +0000 Igor Sysoev win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"
Sat, 21 Feb 2009 07:02:02 +0000 Igor Sysoev a prelimiary IPv6 support, HTTP listen
Mon, 26 Jan 2009 14:31:49 +0000 Igor Sysoev revert the previous commit and r2447 change in src/core/ngx_cycle.c
Mon, 26 Jan 2009 14:11:09 +0000 Igor Sysoev default error_log has zero level, the bug has been introduced in r2447