summaryrefslogtreecommitdiff
path: root/methods/rred.cc
AgeCommit message (Expand)Author
2017-10-22Sandbox methods with seccomp-BPF; except cdrom, gpgv, rshJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-01-19stop rred from leaking debug messages on recovered errorsDavid Kalnischkies
2016-09-01try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies
2016-08-10implement generic config fallback for methodsDavid Kalnischkies
2016-07-27rred: truncate result file before writing to itDavid Kalnischkies
2016-07-26verify hash of input file in rredDavid Kalnischkies
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies
2016-02-04rred: If there were I/O errors, failJulian Andres Klode
2016-01-26act on various suggestions from cppcheckDavid Kalnischkies
2016-01-08allow pdiff bootstrap from all supported compressorsDavid Kalnischkies
2016-01-07rred: Run in parallelJulian Andres Klode
2015-12-27rred: Use buffered writesJulian Andres Klode
2015-12-27rred: Only call pkgInitConfig() in test modeJulian Andres Klode
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode
2015-12-26rred: Allow passing files as arguments for compressor testingJulian Andres Klode
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2015-06-09replace ULONG_MAX with c++ style std::numeric_limitsDavid Kalnischkies
2015-06-09support hashes for compressed pdiff filesDavid Kalnischkies
2015-06-09add more parsing error checking for rredDavid Kalnischkies
2015-06-09check patch hashes in rred worker instead of in the handlerDavid Kalnischkies
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies
2014-11-08Assert statement calls a function which may have desired side effects: 'pos_i...David Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13fix -Wformat= warnings about size_t != %lu on e.g. armelDavid Kalnischkies
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies
2014-01-30fix various style/performance warnings in rredDavid Kalnischkies
2014-01-21methods/rred: minor robustness improvementsAnthony Towns
2014-01-15integrate Anthonys rred with POC for client-side mergeDavid Kalnischkies
2014-01-15reimplement rred to allow applying all the diffs in a single passAnthony Towns
2013-12-13implement POC client-side merging of pdiffs via apt-fileDavid Kalnischkies
2012-05-10we don't need zlib (anymore) in rred so don't include itDavid Kalnischkies
2012-03-22make these retry_write methods static so that they don't end up as symbolsDavid Kalnischkies
2012-03-20* methods/rred.cc:David Kalnischkies
2012-01-20fix a few esoteric cppcheck errors/warnings/infosDavid Kalnischkies
2012-01-10as Size() can be quiet expensive for compressed files lets store the resultDavid Kalnischkies
2011-12-18implement the fallback method of rred by using the FileFd and the includedDavid Kalnischkies
2011-12-11 - add a ReadLine methodDavid Kalnischkies
2011-12-10enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-11follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies
2011-02-14* apt-pkg/contrib/fileutl.cc:David Kalnischkies