summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha2.h
Commit message (Collapse)AuthorAgeFilesLines
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-3/+7
| | | | | | | | Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use)
* fix some unitialized data membersMichael Vogt2013-08-051-1/+3
|
* Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-3/+3
| | | | size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895)
* move implementation of checksums around by abstracting even moreDavid Kalnischkies2011-07-131-19/+8
|
* apt-pkg/contrib/sha2.{cc,h}: move duplicated AddFD to baseclassMichael Vogt2011-02-281-22/+65
|
* template based hashsum implementationMichael Vogt2011-02-251-55/+15
|
* move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to ↵Michael Vogt2011-02-251-195/+109
| | | | sha2_internal.{cc,h}
* add sha512 interface based on sha2 by aaron giffordMichael Vogt2011-02-221-0/+197