index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
rred.cc
Age
Commit message (
Expand
)
Author
2015-12-26
rred: Allow passing files as arguments for compressor testing
Julian Andres Klode
2015-11-05
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
allow acquire method specific options via Binary scope
David Kalnischkies
2015-09-14
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-08-28
implement PDiff patching for compressed files
David Kalnischkies
2015-08-10
add c++11 override marker to overridden methods
David Kalnischkies
2015-06-09
replace ULONG_MAX with c++ style std::numeric_limits
David Kalnischkies
2015-06-09
support hashes for compressed pdiff files
David Kalnischkies
2015-06-09
add more parsing error checking for rred
David Kalnischkies
2015-06-09
check patch hashes in rred worker instead of in the handler
David Kalnischkies
2015-04-19
calculate only expected hashes in methods
David Kalnischkies
2014-11-08
Assert statement calls a function which may have desired side effects: 'pos_i...
David Kalnischkies
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
fix -Wformat= warnings about size_t != %lu on e.g. armel
David Kalnischkies
2014-02-11
use utimes instead of utimensat/futimens
David Kalnischkies
2014-01-30
fix various style/performance warnings in rred
David Kalnischkies
2014-01-21
methods/rred: minor robustness improvements
Anthony Towns
2014-01-15
integrate Anthonys rred with POC for client-side merge
David Kalnischkies
2014-01-15
reimplement rred to allow applying all the diffs in a single pass
Anthony Towns
2013-12-13
implement POC client-side merging of pdiffs via apt-file
David Kalnischkies
2012-05-10
we don't need zlib (anymore) in rred so don't include it
David Kalnischkies
2012-03-22
make these retry_write methods static so that they don't end up as symbols
David Kalnischkies
2012-03-20
* methods/rred.cc:
David Kalnischkies
2012-01-20
fix a few esoteric cppcheck errors/warnings/infos
David Kalnischkies
2012-01-10
as Size() can be quiet expensive for compressed files lets store the result
David Kalnischkies
2011-12-18
implement the fallback method of rred by using the FileFd and the included
David Kalnischkies
2011-12-11
- add a ReadLine method
David Kalnischkies
2011-12-10
enable FileFd to guess the compressor based on the filename if requested or
David Kalnischkies
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-13
merge with debian/experimental
David Kalnischkies
2011-09-13
Support large files in the complete toolset. Indexes of this
David Kalnischkies
2011-09-13
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-08-11
follow the recommendation of cppcheck to make some method methods (scnr)
David Kalnischkies
2011-02-14
* apt-pkg/contrib/fileutl.cc:
David Kalnischkies
2011-02-13
update size of dynamic MMap as we write in from the outside
David Kalnischkies
2011-02-12
* methods/rred.cc:
David Kalnischkies
2011-01-15
* methods/rred.cc:
David Kalnischkies
2010-08-10
apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.
Julian Andres Klode
2010-05-04
* methods/rred.cc:
David Kalnischkies
2009-12-11
Backport rred patches from my own sid branch to the 0.7.25 branch
David Kalnischkies
2009-09-08
add text at the top without failing in rred (Closes: #545694)
David Kalnischkies
2005-08-29
* debug support (Debug::pkgAcquire::RRed) for rred method added
Michael Vogt
2005-08-23
* method/rred.cc cleanup (thanks to robertle)
Michael Vogt
2005-08-22
* bugfix/updates in the rred.cc code (big thanks for helping Robert!)
Michael Vogt
2005-08-22
* rred.cc: use the d'tor of FileFd to close the file-fd; acquuire-item.cc: ma...
Michael Vogt
2005-08-19
* use the new cool rred method for the patchting
Michael Vogt
2005-07-28
* added methods/rred.cc (thanks to robertle)
Michael Vogt