Commit graph

2635 commits

Author SHA1 Message Date
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
Igor Sysoev
09dd00879f test whether libdl is required for dynamic linking:
Solaris 10 has dlopen()/etc. in libc
2009-05-08 09:39:53 +00:00
Igor Sysoev
8281017379 Solaris 10 has sched_yield() in libc 2009-05-08 09:36:16 +00:00
Igor Sysoev
377aa46831 move libmd test before libmd5,
this fixes wrong linking with /usr/local/lib/libmd5.so from libwww package
on FreeBSD. The library uses long's instead of int32_t's in MD5_CTX
and on 64-bit platforms its MD5_CTX is bigger than defined in <md5.h>
2009-05-07 19:18:10 +00:00
Igor Sysoev
f71852b835 IPv6 for Win32 2009-05-07 13:05:04 +00:00
Igor Sysoev
098b8ee438 divide select module into two modules: Unix and Win32 ones 2009-05-06 14:53:54 +00:00
Igor Sysoev
7020804152 bump version 2009-05-06 14:11:03 +00:00
Igor Sysoev
e0d816c0cd release-0.7.55 tag 2009-05-06 09:28:58 +00:00
Igor Sysoev
c596e953ec nginx-0.7.55-RELEASE 2009-05-06 09:28:57 +00:00
Igor Sysoev
fce7d70193 make code clearer 2009-05-06 08:54:54 +00:00
Igor Sysoev
698703c480 test event type to prevent errors 2009-05-06 08:53:13 +00:00
Igor Sysoev
5b12a0b138 delete level event of appropriate type, this should fix select()'s EBADF,
WSAENOTSOCK, and "select ready != events" alerts
2009-05-06 08:40:44 +00:00
Igor Sysoev
35b414bc3f ngx_create_listening() 2009-05-05 17:33:26 +00:00
Igor Sysoev
d634510e54 reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send() 2009-05-05 17:18:33 +00:00
Igor Sysoev
0f784a0095 proxy/fastcgi_cache_use_stale http_50x did not work 2009-05-05 15:17:00 +00:00
Igor Sysoev
8499723c60 move listen log copying from ngx_open_listening_sockets()
to ngx_configure_listening_sockets(), otherwise listen socket logs have no file
after first reload and this caused segfault if debug_connection was used;
the bug has been introduced in r2786
2009-05-05 13:16:29 +00:00
Igor Sysoev
96e846f670 use correct name 2009-05-05 13:12:59 +00:00
Igor Sysoev
61f837251b use local variable 2009-05-05 13:05:42 +00:00
Igor Sysoev
6c083044aa delete never used ngx_ssl_set_nosendshut() 2009-05-04 19:51:32 +00:00
Igor Sysoev
145c338011 delete ngx_listening_inet_stream_socket() 2009-05-04 19:51:09 +00:00
Igor Sysoev
2f3014e62f axe imap module artifacts 2009-05-04 19:34:59 +00:00
Igor Sysoev
ac66e2eb0b do not free buffer with cache header before it would be written,
it seems this affected header only FastCGI responses only:
proxied header only responses were cached right
2009-05-04 19:04:00 +00:00
Igor Sysoev
24e8356bd3 add libgd include path 2009-05-04 15:57:12 +00:00
Igor Sysoev
4ae910a756 fix building ngx_http_image_filter_module on 64-bit platforms 2009-05-04 11:39:22 +00:00
Igor Sysoev
7e6d4179f0 use off_t in $r->sendfile(), this allows to use 64-bit off_t on platforms
where IV is long:
*) on 64-bit platforms,
*) and on 32-bit platforms if perl was built with -Duse64bitint
2009-05-01 19:31:52 +00:00
Igor Sysoev
7d2892af8e add --with-http_image_filter_module to ./configure --help 2009-05-01 19:14:10 +00:00
Igor Sysoev
0804db3ccd bump version 2009-05-01 19:13:37 +00:00
Igor Sysoev
5178959530 release-0.7.54 tag 2009-05-01 18:52:59 +00:00
Igor Sysoev
06a59023d6 nginx-0.7.54-RELEASE 2009-05-01 18:52:58 +00:00
Igor Sysoev
0d0ca2d1b5 add comment 2009-05-01 18:44:50 +00:00
Igor Sysoev
7e2efefd53 ngx_http_image_filter_module 2009-05-01 18:42:09 +00:00
Igor Sysoev
bd2e8b173d ngx_http_filter_finalize_request() and ngx_http_clean_header() 2009-05-01 18:41:07 +00:00
Igor Sysoev
42a313744c proxy_ignore_headers and fastcgi_ignore_headers 2009-04-30 16:15:07 +00:00
Igor Sysoev
4709d5d80f *) refactor error_log processing: listen socket log might inherit built-in
error_log with zero level, and r2447, r2466, r2467 were not enough
*) remove bogus "stderr" level
*) some functions and fields renames
2009-04-30 13:53:42 +00:00
Igor Sysoev
5426d28e31 *) check a proxy_redirect single parameter
*) warn about "proxy_redirect false"
2009-04-30 12:43:38 +00:00
Igor Sysoev
416256863e set of.failed for cached error, the bug has been introduced in r2757 2009-04-30 08:01:50 +00:00