Age | Commit message (Expand) | Author | Files | Lines |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode | 1 | -7/+7 |
2017-01-19 | stop rred from leaking debug messages on recovered errors | David Kalnischkies | 1 | -3/+6 |
2016-09-01 | try not to call memcpy with length 0 in hash calculations | David Kalnischkies | 1 | -4/+5 |
2016-08-10 | implement generic config fallback for methods | David Kalnischkies | 1 | -1/+1 |
2016-07-27 | rred: truncate result file before writing to it | David Kalnischkies | 1 | -2/+2 |
2016-07-26 | verify hash of input file in rred | David Kalnischkies | 1 | -16/+41 |
2016-05-28 | use std::locale::global instead of setlocale | David Kalnischkies | 1 | -3/+1 |
2016-02-04 | rred: If there were I/O errors, fail | Julian Andres Klode | 1 | -0/+5 |
2016-01-26 | act on various suggestions from cppcheck | David Kalnischkies | 1 | -0/+4 |
2016-01-08 | allow pdiff bootstrap from all supported compressors | David Kalnischkies | 1 | -2/+2 |
2016-01-07 | rred: Run in parallel | Julian Andres Klode | 1 | -1/+1 |
2015-12-27 | rred: Use buffered writes | Julian Andres Klode | 1 | -3/+7 |
2015-12-27 | rred: Only call pkgInitConfig() in test mode | Julian Andres Klode | 1 | -2/+2 |
2015-12-27 | Convert most callers of isspace() to isspace_ascii() | Julian Andres Klode | 1 | -0/+3 |
2015-12-26 | rred: Allow passing files as arguments for compressor testing | Julian Andres Klode | 1 | -2/+14 |
2015-11-05 | apply various suggestions made by cppcheck | David Kalnischkies | 1 | -2/+2 |
2015-11-05 | allow acquire method specific options via Binary scope | David Kalnischkies | 1 | -12/+3 |
2015-09-14 | avoid using global PendingError to avoid failing too often too soon | David Kalnischkies | 1 | -1/+1 |
2015-08-28 | implement PDiff patching for compressed files | David Kalnischkies | 1 | -37/+47 |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies | 1 | -2/+2 |
2015-06-09 | replace ULONG_MAX with c++ style std::numeric_limits | David Kalnischkies | 1 | -2/+2 |
2015-06-09 | support hashes for compressed pdiff files | David Kalnischkies | 1 | -1/+1 |
2015-06-09 | add more parsing error checking for rred | David Kalnischkies | 1 | -21/+49 |
2015-06-09 | check patch hashes in rred worker instead of in the handler | David Kalnischkies | 1 | -10/+52 |
2015-04-19 | calculate only expected hashes in methods | David Kalnischkies | 1 | -1/+1 |
2014-11-08 | Assert statement calls a function which may have desired side effects: 'pos_i... | David Kalnischkies | 1 | -2/+2 |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | 1 | -3/+2 |
2014-03-13 | fix -Wformat= warnings about size_t != %lu on e.g. armel | David Kalnischkies | 1 | -6/+6 |
2014-02-11 | use utimes instead of utimensat/futimens | David Kalnischkies | 1 | -4/+5 |
2014-01-30 | fix various style/performance warnings in rred | David Kalnischkies | 1 | -43/+24 |
2014-01-21 | methods/rred: minor robustness improvements | Anthony Towns | 1 | -19/+20 |
2014-01-15 | integrate Anthonys rred with POC for client-side merge | David Kalnischkies | 1 | -68/+26 |
2014-01-15 | reimplement rred to allow applying all the diffs in a single pass | Anthony Towns | 1 | -600/+684 |
2013-12-13 | implement POC client-side merging of pdiffs via apt-file | David Kalnischkies | 1 | -32/+96 |
2012-05-10 | we don't need zlib (anymore) in rred so don't include it | David Kalnischkies | 1 | -1/+0 |
2012-03-22 | make these retry_write methods static so that they don't end up as symbols | David Kalnischkies | 1 | -1/+1 |
2012-03-20 | * methods/rred.cc: | David Kalnischkies | 1 | -5/+20 |
2012-01-20 | fix a few esoteric cppcheck errors/warnings/infos | David Kalnischkies | 1 | -1/+6 |
2012-01-10 | as Size() can be quiet expensive for compressed files lets store the result | David Kalnischkies | 1 | -3/+5 |
2011-12-18 | implement the fallback method of rred by using the FileFd and the included | David Kalnischkies | 1 | -37/+12 |
2011-12-11 | - add a ReadLine method | David Kalnischkies | 1 | -28/+14 |
2011-12-10 | enable FileFd to guess the compressor based on the filename if requested or | David Kalnischkies | 1 | -1/+1 |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | 1 | -0/+1 |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 1 | -2/+2 |
2011-09-13 | merge with debian/experimental | David Kalnischkies | 1 | -2/+5 |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies | 1 | -1/+1 |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 1 | -0/+2 |
2011-08-11 | follow the recommendation of cppcheck to make some method methods (scnr) | David Kalnischkies | 1 | -2/+5 |
2011-02-14 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 1 | -1/+1 |
2011-02-13 | update size of dynamic MMap as we write in from the outside | David Kalnischkies | 1 | -3/+8 |