Igor Sysoev
419c736ae8
fix "make upgrade" broken in r2759
2009-05-17 19:22:08 +00:00
Igor Sysoev
2d252980ed
fix building OpenSSL on Win32
2009-05-14 15:46:34 +00:00
Igor Sysoev
ea8828b99e
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
5147f8e9ca
add miltilines in OpenWatcom makefiles
2009-05-12 13:29:00 +00:00
Igor Sysoev
d2af69adc6
backout r2833: CURDIR was set to Unix style path
...
instead, do chdir inside Makefile
2009-05-12 13:15:43 +00:00
Igor Sysoev
40d6ee9ade
correctly apply patch
2009-05-12 09:35:14 +00:00
Igor Sysoev
3d746ac4f0
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
ec43d91a58
backout -r2827 and add correct fix
2009-05-10 19:49:14 +00:00
Igor Sysoev
393ce88261
message creating Makefile
2009-05-10 18:38:11 +00:00
Igor Sysoev
acca7dbf5d
add MSYS support
2009-05-10 18:35:39 +00:00
Igor Sysoev
98c4dd7c60
remove BMAKE (build make): a cc compiler should use own make
2009-05-10 18:35:08 +00:00
Igor Sysoev
4318688cce
preserve Solaris binary hardware capabilities
2009-05-08 09:41:43 +00:00
Igor Sysoev
f794318d60
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
225d47185a
Solaris 10 has sched_yield() in libc
2009-05-08 09:36:16 +00:00
Igor Sysoev
e2259f492f
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
dbc205ab5a
IPv6 for Win32
2009-05-07 13:05:04 +00:00
Igor Sysoev
6ce6fcd12d
divide select module into two modules: Unix and Win32 ones
2009-05-06 14:53:54 +00:00
Igor Sysoev
fd5db1eb62
add libgd include path
2009-05-04 15:57:12 +00:00
Igor Sysoev
59eed355c0
add --with-http_image_filter_module to ./configure --help
2009-05-01 19:14:10 +00:00
Igor Sysoev
d4cdd8582b
add comment
2009-05-01 18:44:50 +00:00
Igor Sysoev
e2ada61896
ngx_http_image_filter_module
2009-05-01 18:42:09 +00:00
Igor Sysoev
5ef370df40
-p and --prefix=
2009-04-27 11:32:33 +00:00
Igor Sysoev
0e60e4f73a
add quotes for configure options with spaces
2009-04-26 19:37:38 +00:00
Igor Sysoev
03c779451c
update gcc warnings
2009-04-24 15:31:13 +00:00
Igor Sysoev
1290cf83af
fix GNU strerror_r() detection, the bug has been inroduced in r2600
2009-04-24 09:38:48 +00:00
Igor Sysoev
e10cfb8485
delete unused definition
2009-04-23 18:50:29 +00:00
Igor Sysoev
c28ff717cb
issue start up errors and warning on both stderr and error_log
2009-04-23 11:13:12 +00:00
Igor Sysoev
890467c1c4
*) 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
bd91999ea5
Win32 master/workers model
2009-04-20 06:08:47 +00:00
Igor Sysoev
694bdea2a9
add variadic macros support for msvc8
2009-04-19 16:25:02 +00:00
Igor Sysoev
60798fbea5
OpenSSL building by MSVC and BCC from sources
2009-04-15 19:46:24 +00:00
Igor Sysoev
dc7a872a43
hide grep errors
2009-04-15 11:47:51 +00:00
Igor Sysoev
c919d3178a
autoconfigure crypt_r(): uclibc has no crypt_r()
2009-04-02 13:46:39 +00:00
Igor Sysoev
32ab2f7e64
link staticaly with libcmt
2009-04-01 12:58:31 +00:00
Igor Sysoev
723f71ddfe
fix FreeBSD before 7 building, broken in r2616
2009-03-30 12:33:33 +00:00
Igor Sysoev
1be7419d10
ngx_fs_bsize()
2009-03-30 07:43:06 +00:00
Igor Sysoev
0f825e6440
fix Linux sendfile32() test broken in 0.3.36
2009-03-23 20:30:25 +00:00
Igor Sysoev
92d543deaa
style fix
2009-03-23 20:26:33 +00:00
Igor Sysoev
52859f2f13
a prelimiary proxy cache support
2009-03-23 13:14:51 +00:00
Igor Sysoev
e231e58367
--with-pcre
2009-03-19 16:06:32 +00:00
Igor Sysoev
58e19b7d53
grammar fix
2009-03-19 16:02:40 +00:00
Igor Sysoev
a35eaccdec
a prelimiary IPv6 support, HTTP listen
2009-02-21 07:02:02 +00:00
Igor Sysoev
05215534e7
exslt support
2008-11-11 15:22:24 +00:00
Igor Sysoev
abe378e820
ngx_http_limit_req_module
2008-11-10 15:22:33 +00:00
Igor Sysoev
e52991ecbe
ngx_http_secure_link_module
2008-09-27 13:22:10 +00:00
Igor Sysoev
fae2c00d02
disable directio for unaligned reads in Linux
2008-09-12 13:50:12 +00:00
Igor Sysoev
2e2b81d213
ngx_http_random_index_module
2008-09-05 15:45:55 +00:00
Igor Sysoev
dfc8dadd04
*) autoconfigure struct dirent capabilities
...
*) move src/os/.../ngx_types.h's content into src/os/.../ngx_files.h and
delete src/os/.../ngx_types.h
2008-09-05 15:43:34 +00:00
Igor Sysoev
d28170c183
exit on libxslt test failure
2008-08-13 08:32:35 +00:00
Igor Sysoev
49f06858e9
fix ngx_cpp_test_module configure
2008-08-13 08:29:27 +00:00