Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-25 | cleanup code a bit more and expand error messages | David Kalnischkies | |
2009-11-19 | fix argument check for the rred method | David Kalnischkies | |
2009-11-06 | Finally adope the patch from Morten Hustveit <morten@debian.org> to be | David Kalnischkies | |
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 relay on mmaps. | |||
2009-11-05 | copyLinesFromFileToFile instead of a single Line in the rred method | David Kalnischkies | |
by saving the length of the data we need to copy into the out file | |||
2009-11-05 | rewrite and refactor rred method to be able to handle even big (>30 MB) | David Kalnischkies | |
patches (Closes: #554349) and hardening the method itself by using more constants and a return value which can't be misinterpreted as linenumber | |||
2009-11-04 | add a debug test mode to the rred method for easier testing | David Kalnischkies | |
2009-09-08 | add text at the top without failing in rred (Closes: #545694) | David Kalnischkies | |
Patch from Bernhard R. Link, thanks! | |||
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: ↵ | Michael Vogt | |
make the QueueNextDiff() code more robust | |||
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 | |