summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/md5.cc
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Remove `register` keywordKhem Raj1-1/+1
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2016-09-01try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies1-0/+2
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-5/+1
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-1/+1
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-1/+2
2011-07-13move implementation of checksums around by abstracting even moreDavid Kalnischkies1-23/+0
2011-07-05apt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) a...Michael Vogt1-1/+1
2011-02-25template based hashsum implementationMichael Vogt1-56/+1
2010-01-31merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt1-2/+1
2009-07-16* apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:Julian Andres Klode1-4/+9
2007-09-10* make apt build with g++ 4.3Michael Vogt1-0/+1
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-4/+0
2005-05-23* merged with my apt--fixes--0 branchMichael Vogt1-2/+2
2004-09-20G++3 fixes from RandolphArch Librarian1-2/+2
2004-09-20HP-UX fixesArch Librarian1-2/+2
2004-09-20Actually fixed md5Arch Librarian1-7/+7
2004-09-20More MD5Arch Librarian1-2/+2
2004-09-20More md5 fixesArch Librarian1-6/+7
2004-09-20Fixed cast macro in byteswapArch Librarian1-2/+2
2004-09-20Doc fixArch Librarian1-6/+13
2004-09-20Patched md5 a bit moreArch Librarian1-17/+11
2004-09-20C9x typesArch Librarian1-14/+15
2004-09-20A few functions migrated aroundArch Librarian1-58/+21
2004-09-20New http methodArch Librarian1-2/+2
2004-09-20Md5 supportArch Librarian1-0/+392