History log of /curl/lib/md5.c (Results 76 – 88 of 88)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bbe2386b 17-Aug-2008 Yang Tse

libcurl internal md5.h header file renamed to curl_md5.h


Revision tags: curl-7_18_2, curl-7_18_1, curl-7_18_0
# cbd1a77e 07-Nov-2007 Daniel Stenberg

if () => if()
while () => while()
and some other minor re-indentings


Revision tags: curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3, curl-7_16_2, curl-7_16_1, curl-7_16_0, curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0
# 11bdba00 02-May-2005 Daniel Stenberg

corrected copyright year


# 6b1220b6 26-Apr-2005 Daniel Stenberg

Cory Nelson's work on nuking compiler warnings when building on x64 with
VS2005.


Revision tags: curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3
# 1ba47e7a 15-Dec-2004 Dan Fandrich

Add 'const' to immutable arrays.


# 94043b11 12-Nov-2004 Daniel Stenberg

Dan Fandrich added the --disable-crypto-auth option to configure to allow
libcurl to build without Digest support. (I figure it should also explicitly
disable Negotiate and NTLM.)


Revision tags: curl-7_12_2, curl-7_12_1, pre-aifix, curl-7_12_0, curl-7_11_2, c-ares-1_2_0, curl-7_11_1
# 2ebc8215 20-Feb-2004 Daniel Stenberg

Convert functions to ANSI-style declaration to prevent compiler warnings


# 8415b4a2 16-Feb-2004 Daniel Stenberg

removed usage of a silly macro instead of the actual functions memcpy
and memset


# 4d17d687 29-Jan-2004 Daniel Stenberg

Dan Fandrich's cleanup patch to make pedantic compiler options cause less
warnings. Minor edits by me.


Revision tags: curl-7_11_0
# 053f6c85 07-Jan-2004 Daniel Stenberg

updated year in the copyright string


Revision tags: curl-7_10_8
# e8c76298 07-Sep-2003 Daniel Stenberg

do not use 'long' to store 4 bytes, as 64bit architectures have 64bit longs.


Revision tags: curl-7_10_7, curl-7_10_6
# 8919b39d 26-Jun-2003 Daniel Stenberg

adjusted to use the same API as the OpenSSL version of the MD5 functions


# 334d78cd 22-May-2003 Daniel Stenberg

Initial Digest support. At least partly working.


1234