aboutsummaryrefslogtreecommitdiffstats
path: root/fusearchive.py
Commit message (Expand)AuthorAgeFilesLines
* Make key a non-string, since the digest is binary it could contain a _inflate-deflate-proof-of-conceptSteve Slaven2009-07-231-2/+2
* Moved block/chunk code to separate subs so that it can happen on demandSteve Slaven2009-07-231-76/+92
* More debugging tweaksSteve Slaven2009-07-231-2/+2
* More debug message tweaksSteve Slaven2009-07-231-6/+6
* Changed around some debug levelsSteve Slaven2009-07-231-5/+5
* Added note about some kind of race condition bugSteve Slaven2009-07-231-0/+2
* Only save if file was modifiedSteve Slaven2009-07-231-4/+9
* Converted debugging messages to print based on levels, fix truncate to useSteve Slaven2009-07-231-35/+49
* Fix block compare to use decompress the storage so we don't make a hugeSteve Slaven2009-07-231-1/+1
* Added gzip supportSteve Slaven2009-07-231-6/+7
* 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