summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha1.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-2/+2
2016-09-01try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies1-1/+1
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-3/+4
2011-12-13revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies1-0/+5
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-3/+0
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-1/+1
2011-07-13move implementation of checksums around by abstracting even moreDavid Kalnischkies1-8/+3
2011-02-25template based hashsum implementationMichael Vogt1-20/+3
2007-09-10* make apt build with g++ 4.3Michael Vogt1-0/+1
2006-10-02* removed the pragma messMichael Vogt1-4/+0
2005-05-23* merged with my apt--fixes--0 branchMichael Vogt1-0/+2
2004-09-20G++3 fixes from RandolphArch Librarian1-1/+3
2004-09-20fixed an alignment bugArch Librarian1-4/+5
2004-09-20SHA-1 hashing algorithmArch Librarian1-0/+65