summaryrefslogtreecommitdiff
path: root/methods/rred.cc
Commit message (Expand)AuthorAgeFilesLines
* we don't need zlib (anymore) in rred so don't include itDavid Kalnischkies2012-05-101-1/+0
* make these retry_write methods static so that they don't end up as symbolsDavid Kalnischkies2012-03-221-1/+1
* * methods/rred.cc:David Kalnischkies2012-03-201-5/+20
* fix a few esoteric cppcheck errors/warnings/infosDavid Kalnischkies2012-01-201-1/+6
* as Size() can be quiet expensive for compressed files lets store the resultDavid Kalnischkies2012-01-101-3/+5
* implement the fallback method of rred by using the FileFd and the includedDavid Kalnischkies2011-12-181-37/+12
* - add a ReadLine methodDavid Kalnischkies2011-12-111-28/+14
* enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies2011-12-101-1/+1
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-2/+2
* merge with debian/experimentalDavid Kalnischkies2011-09-131-2/+5
|\
| * follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies2011-08-111-2/+5
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-1/+1
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+2
|/
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-02-141-1/+1
* update size of dynamic MMap as we write in from the outsideDavid Kalnischkies2011-02-131-3/+8
* * methods/rred.cc:David Kalnischkies2011-02-121-2/+4
* * methods/rred.cc:David Kalnischkies2011-01-151-9/+40
* apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode2010-08-101-2/+2
* * methods/rred.cc:David Kalnischkies2010-05-041-8/+11
* Backport rred patches from my own sid branch to the 0.7.25 branchDavid Kalnischkies2009-12-111-184/+464
* add text at the top without failing in rred (Closes: #545694)David Kalnischkies2009-09-081-1/+1
* * debug support (Debug::pkgAcquire::RRed) for rred method addedMichael Vogt2005-08-291-0/+16
* * method/rred.cc cleanup (thanks to robertle)Michael Vogt2005-08-231-143/+149
* * bugfix/updates in the rred.cc code (big thanks for helping Robert!)Michael Vogt2005-08-221-9/+35
* * rred.cc: use the d'tor of FileFd to close the file-fd; acquuire-item.cc: ma...Michael Vogt2005-08-221-9/+2
* * use the new cool rred method for the patchtingMichael Vogt2005-08-191-1/+1
* * added methods/rred.cc (thanks to robertle)Michael Vogt2005-07-281-0/+221