summaryrefslogtreecommitdiffhomepage
path: root/auto/lib (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-06-18fix ./configure error messageIgor Sysoev1-2/+2
2009-05-28*) use no-threads for Unix builds onlyIgor Sysoev1-15/+8
*) style fix
2009-05-26stop ./configure at once on library failureIgor Sysoev6-0/+71
2009-05-26use md5/sha1 in OpenSSL only if OpenSSL is usedIgor Sysoev1-2/+2
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-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 Sysoev1-2/+4
2009-05-12backout r2833: CURDIR was set to Unix style pathIgor Sysoev18-33/+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 Sysoev5-8/+7
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-08test whether libdl is required for dynamic linking:Igor Sysoev1-2/+2
Solaris 10 has dlopen()/etc. in libc
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-04add libgd include pathIgor Sysoev1-0/+1
2009-05-01ngx_http_image_filter_moduleIgor Sysoev2-0/+85
2009-04-21*) move advapi32.lib to core libs since it's required for Registry and Event LogIgor Sysoev1-4/+4
*) delete shell32.lib since we do not use tray icon anymore
2009-04-15OpenSSL building by MSVC and BCC from sourcesIgor Sysoev2-5/+49
2009-04-15hide grep errorsIgor Sysoev1-1/+1
2008-11-11exslt supportIgor Sysoev1-0/+65
2008-08-13exit on libxslt test failureIgor Sysoev1-0/+12
2008-08-04update commentIgor Sysoev1-1/+1
2008-08-04ngx_http_xslt_filter_moduleIgor Sysoev2-0/+82
2008-05-16simplify library autoconfigureIgor Sysoev4-136/+66
2008-03-18ngx_google_perftools_moduleIgor Sysoev2-0/+37
2007-09-19add rpath for SolarisIgor Sysoev1-4/+21
2007-07-20fix bug introduced by r1306Igor Sysoev1-1/+1
2007-07-15fix building PCRE by SunStudioIgor Sysoev1-1/+1
2007-07-15Solaris compatibilityIgor Sysoev1-2/+2
2007-07-15icc/sunc and PCRE-7.1+ compatibilityIgor Sysoev1-1/+6
2007-04-28fix building ngx_http_perl_module by Solaris makeIgor Sysoev1-2/+0
2007-04-18fix make dependecies: pcre-6.5+ already has pcre.hIgor Sysoev1-2/+4
2007-01-27test PCRE in MacPortsIgor Sysoev1-0/+25
2007-01-10icc and PCRE-6.5+ compatibilityIgor Sysoev1-3/+21
2007-01-10do not build OpenSSL with threads, if they are not usedIgor Sysoev1-3/+4
2006-12-24fix for nginx.pm default installationIgor Sysoev2-1/+2
2006-12-24backout the r945: the nginx.pm could not be loaded at all,Igor Sysoev1-1/+2
next try to fix --with-perl_modules_path= for unpriviliged user installation
2006-12-23fix --with-perl_modules_path= for unpriviliged user installationIgor Sysoev1-1/+1
2006-11-27fix the previous commitIgor Sysoev1-18/+24
2006-11-27test PCRE in FreeBSD, Linux, and NetBSDIgor Sysoev5-19/+91
2006-11-26Axe several perl interpreter instances: they may be useful in currentlyIgor Sysoev1-5/+1
unsupported threaded environment, but now they complicate code: *) perl_clone() requires at least duplicating nginx stash; *) the multiplicity requires to re-evalute all precompiled subroutines and nginx stash in new interpreter context.
2006-10-05force perl modules reinstallation after rebuildingIgor Sysoev1-1/+2
2006-08-30nginx-0.4.0-RELEASE importrelease-0.4.0Igor Sysoev2-5/+11
*) 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-16nginx-0.3.59-RELEASE importrelease-0.3.59Igor Sysoev2-6/+6
*) Feature: now is possible to do several redirection using the "error_page" directive. *) Bugfix: the "dav_access" directive did not support three parameters. *) Bugfix: the "error_page" directive did not changes the "Content-Type" header line after the "X-Accel-Redirect" was used; the bug had appeared in 0.3.58.
2006-08-04nginx-0.3.56-RELEASE importrelease-0.3.56Igor Sysoev1-0/+2
*) Feature: the "dav_access" directive. *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e", "-x", and "!-x" operators. *) Bugfix: a segmentation fault occurred if a request returned a redirect and some sent to client header lines were logged in the access log.
2006-05-29nginx-0.3.48-RELEASE importrelease-0.3.48Igor Sysoev9-2/+242
*) Change: now the ngx_http_charset_module works for subrequests, if the response has no "Content-Type" header line. *) Bugfix: if the "proxy_pass" directive has no URI part, then the "proxy_redirect default" directive add the unnecessary slash in start of the rewritten redirect. *) Bugfix: the internal redirect always transform client's HTTP method to GET, now the transformation is made for the "X-Accel-Redirect" redirects only and if the method is not HEAD; the bug had appeared in 0.3.42. *) Bugfix: the ngx_http_perl_module could not be built, if the perl was built with the threads support; the bug had appeared in 0.3.46.
2006-01-17nginx-0.3.22-RELEASE importrelease-0.3.22Igor Sysoev1-2/+4
*) Feature: the ngx_http_perl_module supports the $r->args and $r->unescape methods. *) Feature: the method $r->query_string of ngx_http_perl_module was canceled. *) Bugfix: segmentation fault was occurred if the "none" or "blocked" values was specified in the "valid_referers" directive; the bug had appeared in 0.3.18.
2006-01-16nginx-0.3.21-RELEASE importrelease-0.3.21Igor Sysoev4-0/+94
*) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part.
2005-12-26nginx-0.3.18-RELEASE importrelease-0.3.18Igor Sysoev2-2/+2
*) Feature: the "server_names" directive supports the ".domain.tld" names. *) Feature: the "server_names" directive uses the hash for the "*.domain.tld" names and more effective hash for usual names. *) Change: the "server_names_hash_max_size" and "server_names_hash_bucket_size" directives. *) Change: the "server_names_hash" and "server_names_hash_threshold" directives were canceled. *) Feature: the "valid_referers" directive uses the hash site names. *) Change: now the "valid_referers" directive checks the site names only without the URI part. *) Bugfix: some ".domain.tld" names incorrectly processed by the ngx_http_map_module. *) Bugfix: segmentation fault was occurred if configuration file did not exist; the bug had appeared in 0.3.12. *) Bugfix: on 64-bit platforms segmentation fault may occurred on start; the bug had appeared in 0.3.16.