Igor Sysoev
7e559ef739
add charset for ngx_http_gzip_static_module responses
2009-05-22 11:05:26 +00:00
Igor Sysoev
434948cc98
use -ldl for any OS that needs it
2009-05-22 09:22:28 +00:00
Igor Sysoev
a879b26305
proxy_cache_methods and fastcgi_cache_methods
2009-05-19 13:27:27 +00:00
Igor Sysoev
aec2982c22
use already given variable
2009-05-19 12:55:26 +00:00
Igor Sysoev
a1a327f287
fix building OpenSSL on Unix
2009-05-19 12:12:36 +00:00
Igor Sysoev
e072e57d75
style fix
2009-05-18 16:50:32 +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
87139c8b0a
bump version
2009-05-18 16:48:53 +00:00
Igor Sysoev
c505798dbf
release-0.7.58 tag
2009-05-18 13:14:18 +00:00
Igor Sysoev
fef1b2a8ac
nginx-0.7.58-RELEASE
2009-05-18 13:14:17 +00:00
Igor Sysoev
6c8087a9ed
use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()
2009-05-18 12:58:19 +00:00
Igor Sysoev
01bd8881cc
delete unneeded field
2009-05-18 12:21:00 +00:00
Igor Sysoev
9751eea0ee
mail proxy listen IPv6 support
2009-05-18 12:20:22 +00:00
Igor Sysoev
67dd2e0947
ngx_connection_local_sockaddr()
2009-05-18 12:12:06 +00:00
Igor Sysoev
a193d526d6
delete unneeded cast
2009-05-18 07:47:58 +00:00
Igor Sysoev
77a9675ebd
update comments missed in r2513
2009-05-17 20:13:29 +00:00
Igor Sysoev
a120e1aa78
update variable name missed in r2513
2009-05-17 19:58:37 +00:00
Igor Sysoev
2da8d73789
fix "make upgrade" broken in r2759
2009-05-17 19:22:08 +00:00
Igor Sysoev
fb7278de13
fix colon in file name for ngx_http_autoindex_module
2009-05-17 19:01:23 +00:00
Igor Sysoev
a5a579ca5c
image_filter_jpeg_quality
2009-05-16 16:57:11 +00:00
Igor Sysoev
b341110460
style fix
2009-05-14 16:24:39 +00:00
Igor Sysoev
f8411dbc86
fix building OpenSSL on Win32
2009-05-14 15:46:34 +00:00
Igor Sysoev
315634cee6
client_body_in_single_buffer
2009-05-14 11:41:33 +00:00
Igor Sysoev
bb96d6c546
$request_body variable
2009-05-14 11:40:51 +00:00
Igor Sysoev
0818290c22
update two previous commits again
2009-05-14 11:39:06 +00:00
Igor Sysoev
5ae70b03d8
update the previous commit
2009-05-14 11:36:26 +00:00
Igor Sysoev
73b5f6f648
fix client_body_in_file_only type
2009-05-14 11:31:50 +00:00
Igor Sysoev
6471b58d09
switch Win32 building to modern PCRE versions (starting from 7.1)
...
instead of single old 4.4 version
2009-05-13 19:48:21 +00:00
Igor Sysoev
71cf32439f
add miltilines in OpenWatcom makefiles
2009-05-12 13:29:00 +00:00
Igor Sysoev
51e65de30a
backout r2833: CURDIR was set to Unix style path
...
instead, do chdir inside Makefile
2009-05-12 13:15:43 +00:00
Igor Sysoev
f32fabf623
bump version
2009-05-12 13:11:39 +00:00
Igor Sysoev
acd022fea6
release-0.7.57 tag
2009-05-12 12:11:51 +00:00
Igor Sysoev
f882fd918a
nginx-0.7.57-RELEASE
2009-05-12 12:11:50 +00:00
Igor Sysoev
897252d550
test finalized image filter context before testing image_filter off
...
this fixes SIGFPE if image filter errors are passed to named location
2009-05-12 12:05:29 +00:00
Igor Sysoev
2b4d8f60ad
correctly apply patch
2009-05-12 09:35:14 +00:00
Igor Sysoev
5e2e84b975
use $(CURDIR) instead of "..\..\.." because the later does not allow to use
...
options as --with-zlib=../zlib-1.2.3. It seems there is no common way
to learn the current directory in Win32 make's: although nmake has MAKEDIR
variable, nevertheless Borland make's MAKEDIR is the directory where make
is installed, and OpenWatcom wmake has no MAKEDIR at all.
2009-05-11 18:02:06 +00:00
Igor Sysoev
e7797d0b20
bump version
2009-05-11 17:47:06 +00:00
Igor Sysoev
207e5f0bfc
release-0.7.56 tag
2009-05-11 13:42:27 +00:00
Igor Sysoev
a00ef919b7
nginx-0.7.56-RELEASE
2009-05-11 13:42:26 +00:00
Igor Sysoev
c0df517dd7
backout -r2827 and add correct fix
2009-05-10 19:49:14 +00:00
Igor Sysoev
07c3f967cb
message creating Makefile
2009-05-10 18:38:11 +00:00
Igor Sysoev
d982117b9f
add MSYS support
2009-05-10 18:35:39 +00:00
Igor Sysoev
123db90851
remove BMAKE (build make): a cc compiler should use own make
2009-05-10 18:35:08 +00:00
Igor Sysoev
d327e78cfb
fix building --without-http-cache
...
the bug had been appeared in r2806
2009-05-08 20:14:35 +00:00
Igor Sysoev
823d809df5
reconfigure master process
2009-05-08 18:12:03 +00:00
Igor Sysoev
9b6040ff4a
fix the previous commit
2009-05-08 18:11:18 +00:00
Igor Sysoev
acdaf84126
allow to pass image filter errors via the same location where the filter is set
2009-05-08 14:52:50 +00:00
Igor Sysoev
66e4adc3c8
test already destroyed request
2009-05-08 14:31:59 +00:00
Igor Sysoev
b8c9d31801
handle big responses for "size" and "test" image_filters
2009-05-08 14:25:51 +00:00
Igor Sysoev
a3e783a0de
preserve Solaris binary hardware capabilities
2009-05-08 09:41:43 +00:00