summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha1.cc
AgeCommit message (Expand)AuthorFilesLines
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-4/+1
2011-09-13merge with debian/experimentalDavid Kalnischkies1-3/+2
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-28* merged latest fixes from debian-sidMichael Vogt1-3/+2
2011-07-26* apt-pkg/contrib/sha1.cc:David Miller1-3/+2
2011-07-13move implementation of checksums around by abstracting even moreDavid Kalnischkies1-23/+0
2011-07-05apt-pkg/contrib/sha1.cc: fix sha1 hashsum by using the right type for "res" a...Michael Vogt1-1/+1
2011-02-25template based hashsum implementationMichael Vogt1-62/+3
2010-01-31merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt1-1/+1
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-4/+0
2005-05-23* merged with my apt--fixes--0 branchMichael Vogt1-1/+1
2005-02-04Fix syntax in sha1.ccMatt Zimmerman1-2/+2
2005-02-04allow SHA1Summation to process a file descriptor until EOFMatt Zimmerman1-3/+8
2004-09-20G++3 fixes from RandolphArch Librarian1-2/+2
2004-09-20BSD testing fixesArch Librarian1-2/+1
2004-09-20SHA-1 hashing algorithmArch Librarian1-0/+357