aboutsummaryrefslogtreecommitdiffstats
path: root/fusearchive.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix up block count so du is happierSteve Slaven2009-07-231-1/+2
|
* Fix stat() to return proper sizeSteve Slaven2009-07-231-2/+38
|
* Initial attempt at inflating filesSteve Slaven2009-07-221-0/+39
|
* Some better list handling to extract sub pathsSteve Slaven2009-07-221-3/+5
|
* This actually stores file chunks nowSteve Slaven2009-07-221-3/+90
|
* Basic file ops work, permissions still not preservedSteve Slaven2009-07-221-12/+20
|
* Modified xmp example to inflate/deflate a file when needed, currently justSteve Slaven2009-07-221-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