Commit graph

2686 commits

Author SHA1 Message Date
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
Igor Sysoev
9cc2c1a656 fix building by MSVC8 2009-04-15 19:28:10 +00:00
Igor Sysoev
d17fa5e084 fix debug logging 2009-04-15 13:46:52 +00:00
Igor Sysoev
8abd5392d7 fix building --without-http-cache, introduced in r2664 and later 2009-04-15 12:25:51 +00:00
Igor Sysoev
93d9b413c1 hide grep errors 2009-04-15 11:47:51 +00:00
Igor Sysoev
62db95750d hide cacheable Set-Cookie and P3P response headers 2009-04-15 11:42:49 +00:00
Igor Sysoev
cdad5c2c6e do not pass if-... headers for cacheable responses 2009-04-15 11:21:12 +00:00
Igor Sysoev
4a31abbcc0 shutdown client connection for cacheable header only responses 2009-04-15 11:19:27 +00:00
Igor Sysoev
19bd20c4ed support 304 for cacheable responses 2009-04-15 11:17:38 +00:00
Igor Sysoev
fc0497f0f1 style fix 2009-04-15 10:57:40 +00:00
Igor Sysoev
c4ce6847ed support HEAD in proxy cache 2009-04-15 09:53:22 +00:00
Igor Sysoev
22d10b6760 style fix: remove trailing spaces 2009-04-15 06:26:20 +00:00
Igor Sysoev
a9b3c2740b bump version 2009-04-15 06:25:02 +00:00
Igor Sysoev
bbf815c7e8 release-0.7.51 tag 2009-04-12 09:35:26 +00:00
Igor Sysoev
cf08991f3a nginx-0.7.51-RELEASE 2009-04-12 09:35:25 +00:00
Igor Sysoev
42d63f9173 allow any status 2009-04-11 11:05:15 +00:00
Igor Sysoev
f833e5ec52 try_files status code 2009-04-11 11:02:36 +00:00
Igor Sysoev
9d8ce97d94 set cache manager maximum sleep time to 10s 2009-04-10 17:46:25 +00:00
Igor Sysoev
afe21da6de style fix 2009-04-10 17:45:07 +00:00
Igor Sysoev
f2748d1c9f style fix 2009-04-10 14:49:51 +00:00
Igor Sysoev
14285eb3c2 do not call ngx_http_file_cache_free() if a response is not cacheable 2009-04-10 14:48:41 +00:00
Igor Sysoev
8f6edf23e4 add debug logging 2009-04-10 14:47:18 +00:00
Igor Sysoev
d386750bec backout r2535: virtual names is a property of address:port pair,
but is not a property of server configuration
2009-04-09 13:56:16 +00:00
Igor Sysoev
6cc13ed833 style fix 2009-04-08 19:51:30 +00:00
Igor Sysoev
7e67ab9ba4 delete win32 ngx_file_append_mode() as we use reliable
FILE_APPEND_DATA|SYNCHRONIZE flags
2009-04-08 19:13:28 +00:00
Igor Sysoev
2af47be63f adopt NGX_FILE_TRUNCATE for win32 2009-04-08 19:03:41 +00:00
Igor Sysoev
a63e4e441e fix r2590: error_page made an external redirect without query string 2009-04-07 15:50:08 +00:00
Igor Sysoev
34df303fde update $status in log_format example 2009-04-06 13:43:46 +00:00