aboutsummaryrefslogtreecommitdiffstats
path: root/FuseArchive/ChunkBuffer.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle truncateSteve Slaven2009-11-021-0/+4
|
* Handle some of the string stuff more efficiently by not splittingSteve Slaven2009-11-021-5/+20
| | | | everything in to characters but trying to keep a string list around instead
* Use a stringbuffer list instead of appending strings, apparently pythonSteve Slaven2009-11-021-0/+21
string handling when appending/using large strings is very bad