Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-15 | Add 'const' to immutable arrays. | Dan Fandrich | |
2004-11-12 | Dan Fandrich added the --disable-crypto-auth option to configure to allow | Daniel Stenberg | |
libcurl to build without Digest support. (I figure it should also explicitly disable Negotiate and NTLM.) | |||
2004-02-20 | Convert functions to ANSI-style declaration to prevent compiler warnings | Daniel Stenberg | |
2004-02-16 | removed usage of a silly macro instead of the actual functions memcpy | Daniel Stenberg | |
and memset | |||
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | |
warnings. Minor edits by me. | |||
2004-01-07 | updated year in the copyright string | Daniel Stenberg | |
2003-09-07 | do not use 'long' to store 4 bytes, as 64bit architectures have 64bit longs. | Daniel Stenberg | |
2003-06-26 | adjusted to use the same API as the OpenSSL version of the MD5 functions | Daniel Stenberg | |
2003-05-22 | Initial Digest support. At least partly working. | Daniel Stenberg | |