Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 |