summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha1.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies2016-09-011-0/+2
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-4/+1
* merge with debian/experimentalDavid Kalnischkies2011-09-131-3/+2
|\
| * * merged latest fixes from debian-sidMichael Vogt2011-07-281-3/+2
| |\
| | * * apt-pkg/contrib/sha1.cc:David Miller2011-07-261-3/+2
* | | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-1/+1
* | | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+2
|/ /
* | move implementation of checksums around by abstracting even moreDavid Kalnischkies2011-07-131-23/+0
* | apt-pkg/contrib/sha1.cc: fix sha1 hashsum by using the right type for "res" a...Michael Vogt2011-07-051-1/+1
* | template based hashsum implementationMichael Vogt2011-02-251-62/+3
|/
* merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt2010-01-311-1/+1
* * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
* * merged with my apt--fixes--0 branchMichael Vogt2005-05-231-1/+1
* Fix syntax in sha1.ccMatt Zimmerman2005-02-041-2/+2
* allow SHA1Summation to process a file descriptor until EOFMatt Zimmerman2005-02-041-3/+8
* G++3 fixes from RandolphArch Librarian2004-09-201-2/+2
* BSD testing fixesArch Librarian2004-09-201-2/+1
* SHA-1 hashing algorithmArch Librarian2004-09-201-0/+357