Commit Graph

13 Commits

Author SHA1 Message Date
Igor Sysoev 1595bdfc30 copy OpenSSL-0.9.8r LICENSE for nginx/Windows zip 2011-07-19 14:16:58 +00:00
Igor Sysoev ad070b55b8 SSL related fixes:
*) merge r3675:
   fix recognition of SSLv2 Client Hello Packet large than 255 bytes
*) upgrade OpenSSL to 0.8.9q in nginx/Windows
2010-12-14 19:29:57 +00:00
Igor Sysoev 400683ac91 merge r3489, r3493:
*) MSVC8 compatibility with OpenSSL 1.0.0
*) fix building OpenSSL-1.0.0 on 64-bit Linux:
   make installs the libraries in lib64 directory

and build nginx/Windows against OpenSSL-0.9.8n
2010-06-07 11:55:20 +00:00
Igor Sysoev 9616130cd5 fix "make zip", the bug has been introduced in r2841 2009-05-18 16:50:05 +00:00
Igor Sysoev e980a6814b add 48x48 icon 2009-04-21 15:44:39 +00:00
Igor Sysoev bd91999ea5 Win32 master/workers model 2009-04-20 06:08:47 +00:00
Igor Sysoev 05e6492ffe do not delete resolver sources from release tarball 2007-11-27 16:47:16 +00:00
Igor Sysoev cb4d53861c resolver 2007-11-23 17:13:26 +00:00
Igor Sysoev 7392524ca0 add slab to release and snaphost tarballs 2006-11-24 11:44:24 +00:00
Igor Sysoev 8a444aa724 check nginx.pm version 2006-10-12 19:55:15 +00:00
Igor Sysoev 648cb68d30 fix bug introduced with snapshot support 2006-09-18 12:42:53 +00:00
Igor Sysoev 993b9da855 snapshot support 2006-09-18 12:26:31 +00:00
Igor Sysoev da173abde0 nginx-0.4.0-RELEASE import
*) Change in internal API: the HTTP modules initialization was moved
       from the init module phase to the HTTP postconfiguration phase.

    *) Change: now the request body is not read beforehand for the
       ngx_http_perl_module: it's required to start the reading using the
       $r->has_request_body method.

    *) Feature: the ngx_http_perl_module supports the DECLINED return code.

    *) Feature: the ngx_http_dav_module supports the incoming "Date" header
       line for the PUT method.

    *) Feature: the "ssi" directive is available inside the "if" block.

    *) Bugfix: a segmentation fault occurred if there was an "index"
       directive with variables and the first index name was without
       variables; the bug had appeared in 0.1.29.
2006-08-30 10:39:17 +00:00