Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More debugging tweaks | Steve Slaven | 2009-07-23 | 1 | -2/+2 |
| | |||||
* | More debug message tweaks | Steve Slaven | 2009-07-23 | 1 | -6/+6 |
| | |||||
* | Changed around some debug levels | Steve Slaven | 2009-07-23 | 1 | -5/+5 |
| | |||||
* | Added note about some kind of race condition bug | Steve Slaven | 2009-07-23 | 1 | -0/+2 |
| | |||||
* | Only save if file was modified | Steve Slaven | 2009-07-23 | 1 | -4/+9 |
| | |||||
* | Converted debugging messages to print based on levels, fix truncate to use | Steve Slaven | 2009-07-23 | 1 | -35/+49 |
| | | | | the archive file ftruncate to make sure we don't hose up the file format | ||||
* | Fix block compare to use decompress the storage so we don't make a huge | Steve Slaven | 2009-07-23 | 1 | -1/+1 |
| | | | | number of dupe blocks | ||||
* | Added gzip support | Steve Slaven | 2009-07-23 | 1 | -6/+7 |
| | |||||
* | Fix up block count so du is happier | Steve Slaven | 2009-07-23 | 1 | -1/+2 |
| | |||||
* | Fix stat() to return proper size | Steve Slaven | 2009-07-23 | 1 | -2/+38 |
| | |||||
* | Initial attempt at inflating files | Steve Slaven | 2009-07-22 | 1 | -0/+39 |
| | |||||
* | Some better list handling to extract sub paths | Steve Slaven | 2009-07-22 | 1 | -3/+5 |
| | |||||
* | This actually stores file chunks now | Steve Slaven | 2009-07-22 | 1 | -3/+90 |
| | |||||
* | Basic file ops work, permissions still not preserved | Steve Slaven | 2009-07-22 | 1 | -12/+20 |
| | |||||
* | Modified xmp example to inflate/deflate a file when needed, currently just | Steve Slaven | 2009-07-22 | 1 | -0/+301 |
copies it out of a working dir to temp, then back to the file. This will make it easy to test out some different encoding/compression attempts |