Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't gzip serialized data anymore since it's basically just a single key | Steve Slaven | 2009-08-07 | 1 | -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 to | Steve Slaven | 2009-08-07 | 1 | -2/+9 |
| | | | | minimize 100% file duplicates to be nothing more than a key length | ||||
* | Fix some missing symbols | Steve Slaven | 2009-08-04 | 1 | -2/+4 |
| | |||||
* | Split up main classes | Steve Slaven | 2009-08-04 | 1 | -0/+40 |