Commit graph

91 commits

Author SHA1 Message Date
Maxim Dounin
9a4e07356a Updated OpenSSL used for win32 builds. 2013-02-11 23:37:20 +00:00
Maxim Dounin
963fb4d535 Updated OpenSSL used for win32 builds. 2013-02-05 13:41:48 +00:00
Maxim Dounin
0217be18c2 Updated PCRE used for win32 builds. 2013-01-10 11:38:14 +00:00
Maxim Dounin
71d4250024 Style, parentheses instead of braces in misc/GNUMakefile. 2012-10-30 11:09:38 +00:00
Maxim Dounin
77949709ce Updated zlib used for win32 builds. 2012-09-11 13:36:34 +00:00
Maxim Dounin
0c385651d6 Helper target "win32" to run configure for win32 builds. 2012-09-11 13:17:31 +00:00
Ruslan Ermilov
c3b5f66bd3 Removed the need in Perl to generate ZIP archive of nginx/Windows. 2012-08-02 14:58:36 +00:00
Ruslan Ermilov
184eb76779 Updated PCRE used for win32 builds. 2012-07-31 13:13:52 +00:00
Maxim Dounin
18e2bb410d Updated OpenSSL used for win32 builds. 2012-05-15 14:20:06 +00:00
Maxim Dounin
a7f0314fa9 Update openssl used for win32 builds. 2012-04-23 11:05:21 +00:00
Maxim Dounin
3ad068cbe7 Updated OpenSSL and PCRE used for win32 builds. 2012-03-15 01:57:09 +00:00
Maxim Dounin
31e1b6b491 Update OpenSSL and PCRE used for win32 builds. 2012-01-30 13:47:03 +00:00
Maxim Dounin
2a9140cb9f Updated OpenSSL version used for win32 build. 2012-01-16 15:10:36 +00:00
Sergey Budnevitch
21d6f34287 libraries versions updated 2011-12-27 12:39:11 +00:00
Sergey Budnevitch
f8fd16fa5e zlib license file include fixed 2011-12-27 12:35:52 +00:00
Maxim Dounin
d603e24018 Fixed RELEASE target again. 2011-12-12 12:39:19 +00:00
Maxim Dounin
9be0b7043b Fixed RELEASE target to correctly call "release" one. 2011-12-12 11:00:17 +00:00
Ruslan Ermilov
6b46d334ab Compute the repository root from the checkout. 2011-11-30 07:36:09 +00:00
Igor Sysoev
f62aef5432 Ancient incomplete ngx_http_status_module removal. 2011-11-01 15:16:28 +00:00
Igor Sysoev
6b0ba152f9 Removal of incomplete draft documentation processing. 2011-10-17 15:42:12 +00:00
Igor Sysoev
7d9db607ad Moving RELEASE target in more safe place. 2011-10-17 15:09:34 +00:00
Igor Sysoev
45c782872d Adding repository path missed in r4179. 2011-10-06 13:09:00 +00:00
Igor Sysoev
27ec2fb5e1 Adding RELEASE procedure in GNUmakefile. 2011-10-05 13:24:32 +00:00
Igor Sysoev
5b129859e5 Removing incomplete draft documentation from release tarball and zip. 2011-08-23 13:35:02 +00:00
Igor Sysoev
99c2b31cf1 copy OpenSSL-1.0.0d LICENSE for nginx/Windows zip 2011-07-29 15:15:16 +00:00
Igor Sysoev
568ea1678d copy OpenSSL-0.9.8r LICENSE for nginx/Windows zip 2011-02-21 10:04:02 +00:00
Igor Sysoev
92d1aa578f copy OpenSSL-0.9.8q LICENSE for nginx/Windows zip 2011-01-20 11:07:35 +00:00
Igor Sysoev
551ac295a6 add man page in release tarball and fix man building procedure 2010-11-29 15:23:06 +00:00
Igor Sysoev
709119e682 copy OpenSSL-0.9.8o LICENSE for nginx/Windows zip 2010-07-29 09:10:12 +00:00
Igor Sysoev
cbcb42a853 build nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35
built against OpenSSL-1.0.0 crashed on Windows XP somewhere
in the NTDLL.DLL on the master process exit
2010-04-21 15:09:17 +00:00
Igor Sysoev
38d7b13350 copy OpenSSL-1.0.0 LICENSE for nginx/Windows zip 2010-04-02 14:20:48 +00:00
Igor Sysoev
f977404401 fix "make zip", the bug has been introduced in r2841 2009-05-18 16:50:05 +00:00
Igor Sysoev
35e01d481f add 48x48 icon 2009-04-21 15:44:39 +00:00
Igor Sysoev
783a4563b5 Win32 master/workers model 2009-04-20 06:08:47 +00:00
Igor Sysoev
87d7092d20 do not delete resolver sources from release tarball 2007-11-27 16:47:16 +00:00
Igor Sysoev
b8b26eaf4b resolver 2007-11-23 17:13:26 +00:00
Igor Sysoev
34ee0f179e add slab to release and snaphost tarballs 2006-11-24 11:44:24 +00:00
Igor Sysoev
2224029000 check nginx.pm version 2006-10-12 19:55:15 +00:00
Igor Sysoev
9e41d23e3f fix bug introduced with snapshot support 2006-09-18 12:42:53 +00:00
Igor Sysoev
8038cdf673 snapshot support 2006-09-18 12:26:31 +00:00
Igor Sysoev
a5719ead3e 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