summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha1.h
Commit message (Expand)AuthorAgeFilesLines
* Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode2020-02-181-38/+0
* Deprecate the Summation classes and mark them for removalJulian Andres Klode2020-01-141-1/+1
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-9/+0
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+2
* try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies2016-09-011-1/+1
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-3/+4
* revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-0/+5
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-3/+0
* Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-1/+1
* move implementation of checksums around by abstracting even moreDavid Kalnischkies2011-07-131-8/+3
* template based hashsum implementationMichael Vogt2011-02-251-20/+3
* * make apt build with g++ 4.3Michael Vogt2007-09-101-0/+1
* * removed the pragma messMichael Vogt2006-10-021-4/+0
* * merged with my apt--fixes--0 branchMichael Vogt2005-05-231-0/+2
* G++3 fixes from RandolphArch Librarian2004-09-201-1/+3
* fixed an alignment bugArch Librarian2004-09-201-4/+5
* SHA-1 hashing algorithmArch Librarian2004-09-201-0/+65