summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashsum_template.h
Commit message (Expand)AuthorAgeFilesLines
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+1
* try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies2016-09-011-6/+6
* HashSumValue::Set: Do not provide const char* overloadJulian Andres Klode2016-01-081-6/+3
* Switch performance critical code to use APT::StringViewJulian Andres Klode2016-01-071-1/+25
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-3/+7
* warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-131-1/+1
* warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies2014-03-131-21/+21
* g++ 4.7 fixesMichael Vogt2012-01-021-0/+2
|\
| * g++ 4.7 fixesMichael Vogt2012-01-021-0/+2
* | try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-0/+3
* | revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-0/+5
|/
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-10-111-1/+5
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-8/+5
* Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-3/+3
* enable Hashes::AddFD() to skip creation of certain hashesDavid Kalnischkies2011-07-131-1/+1
* move implementation of checksums around by abstracting even moreDavid Kalnischkies2011-07-131-0/+20
* template based hashsum implementationMichael Vogt2011-02-251-0/+87