summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashsum.cc
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-0/+3
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-4/+3
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies1-0/+22
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-1/+1
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-5/+5
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-0/+1
2011-07-13enable Hashes::AddFD() to skip creation of certain hashesDavid Kalnischkies1-3/+2
2011-07-13move implementation of checksums around by abstracting even moreDavid Kalnischkies1-0/+28