summaryrefslogtreecommitdiffhomepage
path: root/auto (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2009-06-18fix ./configure error messageIgor Sysoev1-2/+2
2009-06-03librt must be tested before creating MakefileIgor Sysoev2-22/+22
the bug has been introduced in r2817
2009-05-28*) use no-threads for Unix builds onlyIgor Sysoev1-15/+8
*) style fix
2009-05-28use tab in MakefileIgor Sysoev1-1/+1
2009-05-26stop ./configure at once on library failureIgor Sysoev7-59/+71
2009-05-26use md5/sha1 in OpenSSL only if OpenSSL is usedIgor Sysoev1-2/+2
2009-05-24test libdl before OpenSSL configurationIgor Sysoev2-22/+22
the bug has been introduced in r2818 and broke *) SSL modules linking on Solaris 9 and lower, *) and linking with OpenSSL built from sources on Linux
2009-05-24allow absolute path in --with-openssl=Igor Sysoev1-1/+13
2009-05-22use -ldl for any OS that needs itIgor Sysoev1-13/+1
2009-05-19fix building OpenSSL on UnixIgor Sysoev2-14/+10
2009-05-18style fixIgor Sysoev1-1/+1
2009-05-17fix "make upgrade" broken in r2759Igor Sysoev2-29/+37
2009-05-14fix building OpenSSL on Win32Igor Sysoev4-21/+51
2009-05-13switch Win32 building to modern PCRE versions (starting from 7.1)Igor Sysoev8-102/+29
instead of single old 4.4 version
2009-05-12add miltilines in OpenWatcom makefilesIgor Sysoev2-7/+17
2009-05-12backout r2833: CURDIR was set to Unix style pathIgor Sysoev19-34/+60
instead, do chdir inside Makefile
2009-05-12correctly apply patchIgor Sysoev2-2/+2
2009-05-11use $(CURDIR) instead of "..\..\.." because the later does not allow to useIgor Sysoev6-8/+8
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-10backout -r2827 and add correct fixIgor Sysoev2-1/+7
2009-05-10message creating MakefileIgor Sysoev1-0/+2
2009-05-10add MSYS supportIgor Sysoev1-1/+1
2009-05-10remove BMAKE (build make): a cc compiler should use own makeIgor Sysoev3-26/+11
2009-05-08preserve Solaris binary hardware capabilitiesIgor Sysoev1-15/+0
2009-05-08test whether libdl is required for dynamic linking:Igor Sysoev2-2/+24
Solaris 10 has dlopen()/etc. in libc
2009-05-08Solaris 10 has sched_yield() in libcIgor Sysoev2-2/+14
2009-05-07move libmd test before libmd5,Igor Sysoev1-15/+15
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-07IPv6 for Win32Igor Sysoev1-0/+4
2009-05-06divide select module into two modules: Unix and Win32 onesIgor Sysoev2-0/+2
2009-05-04add libgd include pathIgor Sysoev1-0/+1
2009-05-01add --with-http_image_filter_module to ./configure --helpIgor Sysoev1-0/+1
2009-05-01add commentIgor Sysoev1-0/+1
2009-05-01ngx_http_image_filter_moduleIgor Sysoev5-0/+98
2009-04-27-p and --prefix=Igor Sysoev3-143/+98
2009-04-26add quotes for configure options with spacesIgor Sysoev2-2/+6
2009-04-24update gcc warningsIgor Sysoev1-1/+2
2009-04-24fix GNU strerror_r() detection, the bug has been inroduced in r2600Igor Sysoev1-1/+1
2009-04-23delete unused definitionIgor Sysoev1-1/+0
2009-04-23issue start up errors and warning on both stderr and error_logIgor Sysoev1-3/+1
2009-04-21*) move advapi32.lib to core libs since it's required for Registry and Event LogIgor Sysoev2-5/+5
*) delete shell32.lib since we do not use tray icon anymore
2009-04-20Win32 master/workers modelIgor Sysoev4-8/+10
2009-04-19add variadic macros support for msvc8Igor Sysoev1-0/+6
2009-04-15OpenSSL building by MSVC and BCC from sourcesIgor Sysoev4-8/+52
2009-04-15hide grep errorsIgor Sysoev1-1/+1
2009-04-02autoconfigure crypt_r(): uclibc has no crypt_r()Igor Sysoev1-0/+13
2009-04-01link staticaly with libcmtIgor Sysoev1-8/+8
2009-03-30fix FreeBSD before 7 building, broken in r2616Igor Sysoev3-1/+4
2009-03-30ngx_fs_bsize()Igor Sysoev3-5/+34
2009-03-23fix Linux sendfile32() test broken in 0.3.36Igor Sysoev1-3/+7
2009-03-23style fixIgor Sysoev3-7/+7
2009-03-23a prelimiary proxy cache supportIgor Sysoev3-12/+13