summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/sha1/makefile.bcc (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-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.