summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/md5.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-07Use 32-bit wide integer type in PolarSSL codeDan McGee1-40/+41
2011-08-12Update MD5 routines with changes from PolarSSLDan McGee1-36/+25
2010-09-02libalpm md5: use larger and dynamic bufferDan McGee1-2/+11
2010-06-07Add note about XySSL/PolarSSL name changeDan McGee1-0/+3
2009-07-01Fix compile warning fail on older versions of GCCDan McGee1-1/+1
2008-06-04libalpm/md5: Fix license headerDan McGee1-3/+2
2008-05-09Update md5 routinesDan McGee1-44/+42
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+2
2007-11-17War on whitespaceDan McGee1-1/+0
2007-09-29libalpm: Optimize/inline the md5 functionalityDan McGee1-5/+5
2007-08-20Add const qualifier to md5_file and alpm_get_md5sumDan McGee1-1/+5
2007-08-16Clean up MD5 code.Andrew Fyfe1-268/+293
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-0/+1
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-35/+5
2005-10-18added patch to use the system memcpy for md5 stuffJudd Vinet1-13/+11
2005-03-15Initial revisionJudd Vinet1-0/+338