summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashsum_template.h
AgeCommit message (Expand)Author
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2017-12-13convert various c-style casts to C++-styleDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2016-09-01try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies
2016-01-08HashSumValue::Set: Do not provide const char* overloadJulian Andres Klode
2016-01-07Switch performance critical code to use APT::StringViewJulian Andres Klode
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies
2012-01-02g++ 4.7 fixesMichael Vogt
2012-01-02g++ 4.7 fixesMichael Vogt
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies
2011-12-13revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-07-13enable Hashes::AddFD() to skip creation of certain hashesDavid Kalnischkies
2011-07-13move implementation of checksums around by abstracting even moreDavid Kalnischkies
2011-02-25template based hashsum implementationMichael Vogt