aboutsummaryrefslogtreecommitdiffstats
path: root/FuseArchive/Serializer.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't gzip serialized data anymore since it's basically just a single keySteve Slaven2009-08-071-5/+5
| | | | | | | in the physical file, and the chunked data that has the actual file chunk contents is already compressed. Compressing the single key data in the tree actually makes it bigger (50+ bytes instead of 34) which can be seen by gzipping them manually to test
* Store a key in the phyiscal file that pulls the data from a chunk toSteve Slaven2009-08-071-2/+9
| | | | minimize 100% file duplicates to be nothing more than a key length
* Fix some missing symbolsSteve Slaven2009-08-041-2/+4
|
* Split up main classesSteve Slaven2009-08-041-0/+40