summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/sha1/makefile.msvc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-30Internal md5 and sha1 implementations are now always used.Maxim Dounin1-22/+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.
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2009-05-12backout r2833: CURDIR was set to Unix style pathIgor Sysoev1-0/+2
instead, do chdir inside Makefile
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 Sysoev1-0/+19
*) 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.