summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashsum.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove left-over SummationImplementation classJulian Andres Klode2020-02-251-52/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+3
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-4/+3
* try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-0/+22
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-1/+1
* Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-5/+5
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+1
* enable Hashes::AddFD() to skip creation of certain hashesDavid Kalnischkies2011-07-131-3/+2
* move implementation of checksums around by abstracting even moreDavid Kalnischkies2011-07-131-0/+28