summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/md5 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-30Internal md5 and sha1 implementations are now always used.Maxim Dounin5-254/+0
This reduces the number of moving parts in ABI compatibility checks. Additionally, it also allows to use OpenSSL in FIPS mode while still using md5 for non-security tasks.
2016-02-13Win32: simplified and improved handling of MSVC versions.Maxim Dounin2-4/+4
Now we always set NGX_CC_NAME to "msvc", and additionally test compiler version as reported by "cl" in auto/cc/msvc (the same version is also available via the _MSC_VER define). In particular, this approach allows to properly check for C99 variadic macros support, which previously was not used with MSVC versions not explicitly recognized. Now unneeded wildcards in NGX_CC_NAME tests for msvc removed accordingly, as well as unused wildcards for owc and icc.
2013-04-18Configure: uniformly refer to libs when searching for md5 and sha1.Ruslan Ermilov1-3/+3
2012-01-18Copyright updated.Maxim Konovalov5-0/+5
2011-04-17fix the previous commitIgor Sysoev1-0/+1
2011-04-15an internal MD5 implemenationIgor Sysoev1-14/+2
patch by Maxim Dounin
2010-07-08stop ./configure on Win32 if no library sources was specified,Igor Sysoev1-4/+4
the bug has been introduced in r2894
2009-06-18fix ./configure error messageIgor Sysoev1-2/+2
2009-05-26stop ./configure at once on library failureIgor Sysoev1-0/+12
2009-05-12backout r2833: CURDIR was set to Unix style pathIgor Sysoev4-5/+9
instead, do chdir inside Makefile
2009-05-11use $(CURDIR) instead of "..\..\.." because the later does not allow to useIgor Sysoev1-1/+1
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-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-04-15hide grep errorsIgor Sysoev1-1/+1
2008-05-16simplify library autoconfigureIgor Sysoev1-33/+22
2006-11-27test PCRE in FreeBSD, Linux, and NetBSDIgor Sysoev1-8/+11
2006-08-16nginx-0.3.59-RELEASE importrelease-0.3.59Igor Sysoev1-3/+3
*) 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-05-29nginx-0.3.48-RELEASE importrelease-0.3.48Igor Sysoev2-2/+2
*) 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.
2005-03-22nginx-0.1.26-RELEASE importrelease-0.1.26Igor Sysoev1-3/+3
*) Change: the invalid client header lines are now ignored and logged at the info level. *) Change: the server name is also logged in error log. *) Feature: the ngx_http_auth_basic_module module and the auth_basic and auth_basic_user_file directives.
2005-02-22nginx-0.1.21-RELEASE importrelease-0.1.21Igor Sysoev2-2/+2
*) Bugfix: the ngx_http_stub_status_module showed incorrect statistics if "rtsig" method was used or if several worker process ran on SMP. *) Bugfix: nginx could not be built by the icc compiler on Linux or if the zlib-1.2.x library was building from sources. *) Bugfix: nginx could not be built on NetBSD 2.0.
2004-12-21nginx-0.1.13-RELEASE importrelease-0.1.13Igor Sysoev1-0/+1
*) Feature: the server_names_hash and server_names_hash_threshold directives. *) Bugfix: the *.domain.tld names in the "server_name" directive did not work. *) Bugfix: the %request_length log parameter logged the incorrect length.
2004-11-25nginx-0.1.9-RELEASE importrelease-0.1.9Igor Sysoev2-7/+7
*) Bugfix: the proxied request was sent without arguments if the request contains "//", "/./", "/../" or "%XX". *) Bugfix: the large compressed responses may be transferred not completely. *) Bugfix: the files bigger than 2G was not transferred on Linux that does not support sendfile64(). *) Bugfix: while the build configuration on Linux the --with-poll_module parameter was required; the bug had appeared in 0.1.8.
2004-11-20nginx-0.1.8-RELEASE importrelease-0.1.8Igor Sysoev1-46/+44
*) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive.
2004-11-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev1-2/+2
*) Bugfix: on Solaris and Linux there may be too many "recvmsg() returned not enough data" alerts. *) Bugfix: there were the "writev() failed (22: Invalid argument)" errors on Solaris in proxy mode without sendfile. On other platforms that do not support sendfile at all the process got caught in an endless loop. *) Bugfix: segmentation fault on Solaris in proxy mode and using sendfile. *) Bugfix: segmentation fault on Solaris. *) Bugfix: on-line upgrade did not work on Linux. *) Bugfix: the ngx_http_autoindex_module module did not escape the spaces, the quotes, and the percent signs in the directory listing. *) Change: the decrease of the copy operations. *) Feature: the userid_p3p directive.
2004-10-21nginx-0.1.2-RELEASE importrelease-0.1.2Igor Sysoev2-26/+29
*) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure. *) Feature: the server_name directive supports *.domain.tld. *) Bugfix: the portability improvements. *) Bugfix: if configuration file was set in command line, the reconfiguration was impossible; the bug had appeared in 0.1.1. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used. *) Bugfix: with sendfile the response was not recoded according to the charset module directives; the bug had appeared in 0.1.1. *) Bugfix: very seldom bug in the kqueue processing. *) Bugfix: the gzip module compressed the proxied responses that was already compressed.
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev5-0/+15
2004-07-05nginx-0.0.7-2004-07-05-10:55:54 importIgor Sysoev1-1/+1
2004-04-18nginx-0.0.3-2004-04-18-23:06:02 importIgor Sysoev1-14/+18
2004-04-08nginx-0.0.3-2004-04-08-19:58:25 importIgor Sysoev1-49/+51
2004-04-04nginx-0.0.3-2004-04-05-00:32:09 importIgor Sysoev1-1/+2
2004-03-29nginx-0.0.3-2004-03-29-21:43:58 importIgor Sysoev5-17/+35
2004-03-25nginx-0.0.3-2004-03-25-23:03:02 importIgor Sysoev2-5/+7
2004-03-14nginx-0.0.2-2004-03-14-23:46:25 importIgor Sysoev1-0/+11
2004-03-12nginx-0.0.2-2004-03-12-19:57:08 importIgor Sysoev1-1/+1
2004-03-11nginx-0.0.2-2004-03-12-00:34:52 importIgor Sysoev2-17/+32
2004-03-11nginx-0.0.2-2004-03-11-18:42:41 importIgor Sysoev1-3/+7
2004-03-10nginx-0.0.2-2004-03-10-23:56:39 importIgor Sysoev3-11/+31
2004-03-10nginx-0.0.2-2004-03-10-20:55:19 importIgor Sysoev3-11/+5
2004-03-09nginx-0.0.2-2004-03-09-22:47:07 importIgor Sysoev4-17/+73
2004-03-05nginx-0.0.2-2004-03-05-19:37:51 importIgor Sysoev1-0/+1
2004-03-01nginx-0.0.2-2004-03-01-19:45:48 importIgor Sysoev1-0/+24
2004-02-23nginx-0.0.2-2004-02-23-23:57:12 importIgor Sysoev1-7/+10
2004-02-20nginx-0.0.2-2004-02-20-19:48:59 importIgor Sysoev1-2/+8
2004-02-09nginx-0.0.2-2004-02-09-10:46:43 importIgor Sysoev1-1/+3
2004-02-02nginx-0.0.2-2004-02-03-00:19:52 importIgor Sysoev1-2/+2
2003-12-25nginx-0.0.1-2003-12-25-23:26:58 importIgor Sysoev1-1/+2
2003-12-14nginx-0.0.1-2003-12-14-23:10:27 importIgor Sysoev1-0/+67
2003-11-25nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev1-0/+4