Commit graph

2663 commits

Author SHA1 Message Date
Igor Sysoev
fc4e0b6904 nginx-0.7.53-RELEASE 2009-04-27 12:02:01 +00:00
Igor Sysoev
fb2dc513f9 fix building by MSVC8 2009-04-27 11:33:34 +00:00
Igor Sysoev
0ae870d26b -p and --prefix= 2009-04-27 11:32:33 +00:00
Igor Sysoev
8d8d431c86 get a full response if the response is cacheable or storable even
a client has closed connection prematurely
2009-04-27 11:20:55 +00:00
Igor Sysoev
605e8e0575 *) of.test_only to not open file if only stat() is enough
*) of.failed to return exact name of failed syscall
2009-04-27 09:55:53 +00:00
Igor Sysoev
2f025ec2b0 add quotes for configure options with spaces 2009-04-26 19:37:38 +00:00
Igor Sysoev
c2e7f19084 style fix 2009-04-24 19:58:19 +00:00
Igor Sysoev
d0e3e9ed58 merge SSL context inside "if" block 2009-04-24 19:56:09 +00:00
Igor Sysoev
52a498f2fd change ngx_log_abort() interface 2009-04-24 15:50:51 +00:00
Igor Sysoev
0aa44a8c2a update gcc warnings 2009-04-24 15:31:13 +00:00
Igor Sysoev
d8651b96c4 style fix: (void) 2009-04-24 14:45:52 +00:00
Igor Sysoev
30eebbb00a change ngx_log_create_errlog() interface 2009-04-24 14:27:36 +00:00
Igor Sysoev
f73b68f96b fix Auth-Method, the bug has been introduced in r2496 2009-04-24 09:54:40 +00:00
Igor Sysoev
2a7c97b47f fix GNU strerror_r() detection, the bug has been inroduced in r2600 2009-04-24 09:38:48 +00:00
Igor Sysoev
b1a4c79fce delete unused definition 2009-04-23 18:50:29 +00:00
Igor Sysoev
c208891826 pass command lines options to workers 2009-04-23 18:22:28 +00:00
Igor Sysoev
a6ff87e75b ngx_path_separator() 2009-04-23 16:38:59 +00:00
Igor Sysoev
ddba51983f issue start up errors and warning on both stderr and error_log 2009-04-23 11:13:12 +00:00
Igor Sysoev
d4dc08bc11 style fix: remove trailing spaces introduced in the previous commit 2009-04-23 09:46:14 +00:00
Igor Sysoev
1768f3bbf2 use ngx_str_t for error levels 2009-04-23 08:05:54 +00:00
Igor Sysoev
8570e9695e axe incomplete support of Winsock error descriptions on NT 2009-04-22 11:25:12 +00:00
Igor Sysoev
e87ff22f57 use English only error descriptions in Win32 ngx_strerror_r() 2009-04-22 11:20:31 +00:00
Igor Sysoev
a0ad107cee implement "-s signal" option for Unix 2009-04-21 20:25:49 +00:00
Igor Sysoev
dc2cdf7565 style fix: remove trailing spaces 2009-04-21 19:49:48 +00:00
Igor Sysoev
613828e9c2 style fix: remove tabs 2009-04-21 19:38:02 +00:00
Igor Sysoev
c21d2ff81e add -? and -h options 2009-04-21 16:21:58 +00:00
Igor Sysoev
35e01d481f add 48x48 icon 2009-04-21 15:44:39 +00:00
Igor Sysoev
d8f4d3aee6 allow condensed command lines options 2009-04-21 15:42:15 +00:00
Igor Sysoev
7f8b171cdc fix r2731 for Win32 2009-04-21 15:40:40 +00:00
Igor Sysoev
75fb6526fc *) move advapi32.lib to core libs since it's required for Registry and Event Log
*) delete shell32.lib since we do not use tray icon anymore
2009-04-21 14:31:40 +00:00
Igor Sysoev
566b2a0d1f test command line options before ngx_log_init() and issue errors to stderr 2009-04-21 13:39:47 +00:00
Igor Sysoev
16bc72552e fix fastcgi_cache_min_uses 2009-04-21 10:36:01 +00:00
Igor Sysoev
e1262ebe1d bump version 2009-04-20 13:29:38 +00:00
Igor Sysoev
c93ea1705b release-0.7.52 tag 2009-04-20 06:16:20 +00:00
Igor Sysoev
2b181c433a nginx-0.7.52-RELEASE 2009-04-20 06:16:19 +00:00
Igor Sysoev
783a4563b5 Win32 master/workers model 2009-04-20 06:08:47 +00:00
Igor Sysoev
0541fec9be fix Win32 ngx_gettimezone() 2009-04-19 19:08:49 +00:00
Igor Sysoev
65ff46961d add variadic macros support for msvc8 2009-04-19 16:25:02 +00:00
Igor Sysoev
2668e22fa1 show -t results on stderr 2009-04-19 16:06:09 +00:00
Igor Sysoev
b44439acda remove TODO comments 2009-04-18 19:39:06 +00:00
Igor Sysoev
523bf6b61f support attaching to an existent Win32 shared memory 2009-04-18 19:27:28 +00:00
Igor Sysoev
4877b3ef8c update c->sent in ngx_unix_send() 2009-04-18 19:13:53 +00:00
Igor Sysoev
2e17014cba fix building on platforms which have no atomic operations support,
the bug was introduced in r2564
2009-04-17 19:11:31 +00:00
Igor Sysoev
1b247358f5 fix the previous commit 2009-04-17 19:09:08 +00:00
Igor Sysoev
692c1103da move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory 2009-04-16 19:25:09 +00:00
Igor Sysoev
c0cabc2e21 perl termination fixes:
*) master exit hook is run before global pool cleanup, so call PERL_SYS_TERM()
   after perl_destruct()/perl_free().  This fixes the message
        panic: MUTEX_LOCK (22) [op.c:352]
   on some threaded perl builds

*) call perl_destruct()/perl_free() before PERL_SYS_TERM() for
   non-mulitiplicity perl
2009-04-16 14:42:31 +00:00
Igor Sysoev
e440c3957c fix segfault on exit if no http section is defined in confguraiton,
the bug has been introduced in r1947
2009-04-15 20:28:36 +00:00
Igor Sysoev
377ead1899 fix segfault if no http section is defined in confguraiton,
the bug has been introduced in r1259
2009-04-15 20:26:33 +00:00
Igor Sysoev
a9459cfc60 OpenSSL building by MSVC and BCC from sources 2009-04-15 19:46:24 +00:00
Igor Sysoev
d1c68f1116 fix building by BCC without NGX_DEBUG_MALLOC 2009-04-15 19:44:41 +00:00