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