summaryrefslogtreecommitdiff
path: root/methods/rred.cc
AgeCommit message (Collapse)AuthorFilesLines
2012-05-10we don't need zlib (anymore) in rred so don't include itDavid Kalnischkies1-1/+0
2012-03-22make these retry_write methods static so that they don't end up as symbolsDavid Kalnischkies1-1/+1
2012-03-20* methods/rred.cc:David Kalnischkies1-5/+20
- check return of writev() as gcc recommends * methods/mirror.cc: - check return of chdir() as gcc recommends * apt-pkg/deb/dpkgpm.cc: - check return of write() a gcc recommends * apt-inst/deb/debfile.cc: - check return of chdir() as gcc recommends * apt-inst/deb/dpkgdb.cc: - check return of chdir() as gcc recommends
2012-01-20fix a few esoteric cppcheck errors/warnings/infosDavid Kalnischkies1-1/+6
2012-01-10as Size() can be quiet expensive for compressed files lets store the resultDavid Kalnischkies1-3/+5
2011-12-18implement the fallback method of rred by using the FileFd and the includedDavid Kalnischkies1-37/+12
ReadLine instead of accessing the files directly with fgets()
2011-12-11 - add a ReadLine methodDavid Kalnischkies1-28/+14
- drop the explicit export of gz-compression handling
2011-12-10enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies1-1/+1
to search for compressed silbings of the given filename and use this guessing instead of hardcoding Gzip compression
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-2/+2
2011-09-13merge with debian/experimentalDavid Kalnischkies1-2/+5
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-1/+1
size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895)
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-0/+2
2011-08-11follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies1-2/+5
const and initial mostly Debug member values in the constructors
2011-02-14* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-1/+1
- really detect bigendian machines by including config.h, so we can really (Closes: #612986) * apt-pkg/contrib/mmap.cc: - Base has as 'valid' failure states 0 and -1 so add a simple validData method to check for failure states
2011-02-13update size of dynamic MMap as we write in from the outsideDavid Kalnischkies1-3/+8
2011-02-12* methods/rred.cc:David Kalnischkies1-2/+4
- read patch into MMap only if we work on uncompressed patches
2011-01-15* methods/rred.cc:David Kalnischkies1-9/+40
- operate optional on gzip compressed pdiffs * apt-pkg/acquire-item.cc: - don't uncompress downloaded pdiff files before feeding it to rred
2010-08-10apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode1-2/+2
2010-05-04* methods/rred.cc:David Kalnischkies1-8/+11
- use the patchfile modification time instead of the one from the "old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
2009-12-11Backport rred patches from my own sid branch to the 0.7.25 branchDavid Kalnischkies1-184/+464
* rewrite and refactor rred method to be able to handle even big (>30 MB) patches (Closes: #554349) and hardening the method itself by using more constants and a return value which can't be misinterpreted as linenumber * Finally adope the patch from Morten Hustveit <morten@debian.org> to be able to optional use mmaps and iovec to increase patch speed - but as this increase memory usage we can always fall back to the "old" method which doesn't depend on mmaps.
2009-09-08add text at the top without failing in rred (Closes: #545694)David Kalnischkies1-1/+1
Patch from Bernhard R. Link, thanks!
2005-08-29* debug support (Debug::pkgAcquire::RRed) for rred method addedMichael Vogt1-0/+16
2005-08-23* method/rred.cc cleanup (thanks to robertle)Michael Vogt1-143/+149
2005-08-22* bugfix/updates in the rred.cc code (big thanks for helping Robert!)Michael Vogt1-9/+35
2005-08-22* rred.cc: use the d'tor of FileFd to close the file-fd; acquuire-item.cc: ↵Michael Vogt1-9/+2
make the QueueNextDiff() code more robust
2005-08-19* use the new cool rred method for the patchtingMichael Vogt1-1/+1
2005-07-28* added methods/rred.cc (thanks to robertle)Michael Vogt1-0/+221