summaryrefslogtreecommitdiff
path: root/methods/rred.cc
AgeCommit message (Expand)Author
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
2011-02-13update size of dynamic MMap as we write in from the outsideDavid Kalnischkies
2011-02-12* methods/rred.cc:David Kalnischkies
2011-01-15* methods/rred.cc:David Kalnischkies
2010-08-10apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode
2010-05-04* methods/rred.cc:David Kalnischkies
2009-12-11Backport rred patches from my own sid branch to the 0.7.25 branchDavid Kalnischkies
2009-09-08add text at the top without failing in rred (Closes: #545694)David Kalnischkies
2005-08-29* debug support (Debug::pkgAcquire::RRed) for rred method addedMichael 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 patchtingMichael Vogt
2005-07-28* added methods/rred.cc (thanks to robertle)Michael Vogt