Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup headers and especially #includes everywhere | David Kalnischkies | 2014-03-13 | 1 | -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 members | Michael Vogt | 2013-08-05 | 1 | -1/+3 |
| | |||||
* | Support large files in the complete toolset. Indexes of this | David Kalnischkies | 2011-09-13 | 1 | -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 more | David Kalnischkies | 2011-07-13 | 1 | -19/+8 |
| | |||||
* | apt-pkg/contrib/sha2.{cc,h}: move duplicated AddFD to baseclass | Michael Vogt | 2011-02-28 | 1 | -22/+65 |
| | |||||
* | template based hashsum implementation | Michael Vogt | 2011-02-25 | 1 | -55/+15 |
| | |||||
* | move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to ↵ | Michael Vogt | 2011-02-25 | 1 | -195/+109 |
| | | | | sha2_internal.{cc,h} | ||||
* | add sha512 interface based on sha2 by aaron gifford | Michael Vogt | 2011-02-22 | 1 | -0/+197 |