Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added note about wanting to delete empty directories | Steve Slaven | 2009-08-07 | 1 | -1/+4 |
| | |||||
* | Store a key in the phyiscal file that pulls the data from a chunk to | Steve Slaven | 2009-08-07 | 2 | -4/+35 |
| | | | | minimize 100% file duplicates to be nothing more than a key length | ||||
* | Pre-init original_chunks because we might need to fflush early in the | Steve Slaven | 2009-08-06 | 2 | -1/+14 |
| | | | | | constructor, use ftruncate since truncate doesn't exist, and handle unlocking unused chunks due to ftruncate | ||||
* | Truncate files on unlink so we free their blocks | Steve Slaven | 2009-08-06 | 1 | -0/+4 |
| | |||||
* | Update chunk ref counts when we update the on-disk chunk list | Steve Slaven | 2009-08-06 | 1 | -23/+30 |
| | |||||
* | Add reference counting so we can delete unused chunks | Steve Slaven | 2009-08-06 | 4 | -23/+92 |
| | |||||
* | Made header length a variable so we can change it later if needed | Steve Slaven | 2009-08-04 | 1 | -4/+6 |
| | |||||
* | Added more logging, fixed error with storage size for block length | Steve Slaven | 2009-08-04 | 1 | -3/+18 |
| | |||||
* | Don't use a stream class for now | Steve Slaven | 2009-08-04 | 1 | -3/+5 |
| | |||||
* | Fix deserialize name | Steve Slaven | 2009-08-04 | 1 | -1/+1 |
| | |||||
* | Added binary format chunk serializer | Steve Slaven | 2009-08-04 | 2 | -1/+74 |
| | |||||
* | Namespace/module fixes | Steve Slaven | 2009-08-04 | 1 | -3/+3 |
| | |||||
* | Namespace/module fixes | Steve Slaven | 2009-08-04 | 2 | -2/+8 |
| | |||||
* | Added storage switch back in | Steve Slaven | 2009-08-04 | 1 | -3/+8 |
| | |||||
* | Fix namespace problem | Steve Slaven | 2009-08-04 | 2 | -3/+3 |
| | |||||
* | Fix some missing symbols | Steve Slaven | 2009-08-04 | 1 | -2/+4 |
| | |||||
* | Use the new chunk storage | Steve Slaven | 2009-08-04 | 1 | -1/+4 |
| | |||||
* | Chunk storage handlers | Steve Slaven | 2009-08-04 | 3 | -0/+197 |
| | |||||
* | Split up main classes | Steve Slaven | 2009-08-04 | 4 | -0/+735 |