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