aboutsummaryrefslogtreecommitdiffstats
path: root/FuseArchive
Commit message (Expand)AuthorAgeFilesLines
* Fix for o_rdonly and getattr delegationSteve Slaven2009-11-042-2/+16
* Only ignore utimens for symlinksSteve Slaven2009-11-031-2/+5
* Override the problem utimens setupSteve Slaven2009-11-031-1/+1
* Include a fix for broken rsync symlink supportSteve Slaven2009-11-031-1/+6
* Only try and free the block refs if we are the last ref to the blocks so weSteve Slaven2009-11-031-5/+39
* Allow unlinking symlinks correctly without unallocating block refs orSteve Slaven2009-11-031-4/+6
* Fix missing includeSteve Slaven2009-11-031-1/+1
* File based chunk buffer stubSteve Slaven2009-11-031-0/+21
* Changed to delete the whole dict and added note about similar leak inSteve Slaven2009-11-031-4/+11
* Added note about mem leak with a bandaid fixSteve Slaven2009-11-031-10/+8
* Use a cStringBuffer for IO which appears to be faster than using join() forSteve Slaven2009-11-032-1/+32
* Move chunkbuffer out a class level so we can try a couple different thingsSteve Slaven2009-11-032-34/+41
* Fix wrong block count for cacheSteve Slaven2009-11-031-1/+1
* Keep track of length as long as possible so we don't have to loop overSteve Slaven2009-11-031-8/+5
* Handle truncateSteve Slaven2009-11-021-0/+4
* Handle some of the string stuff more efficiently by not splittingSteve Slaven2009-11-021-5/+20
* Use a stringbuffer list instead of appending strings, apparently pythonSteve Slaven2009-11-022-39/+88
* Back to shaSteve Slaven2009-08-071-2/+2
* Update chunk references on chunk flush too, so we don't lose partially usedSteve Slaven2009-08-071-37/+44
* Don't re-read the entire file in case we are extending it when we don'tSteve Slaven2009-08-071-2/+7
* Trying out md5 to see if it speeds up someSteve Slaven2009-08-071-2/+3
* Digest wrapperSteve Slaven2009-08-071-0/+7
* Add swapable digest for key generationSteve Slaven2009-08-072-4/+6
* Added a method to free blocks before unlink, just doing ftruncate thenSteve Slaven2009-08-072-2/+9
* Don't gzip serialized data anymore since it's basically just a single keySteve Slaven2009-08-071-5/+5
* Added note about wanting to delete empty directoriesSteve Slaven2009-08-071-1/+4
* Store a key in the phyiscal file that pulls the data from a chunk toSteve Slaven2009-08-072-4/+35
* Pre-init original_chunks because we might need to fflush early in theSteve Slaven2009-08-062-1/+14
* Truncate files on unlink so we free their blocksSteve Slaven2009-08-061-0/+4
* Update chunk ref counts when we update the on-disk chunk listSteve Slaven2009-08-061-23/+30
* Add reference counting so we can delete unused chunksSteve Slaven2009-08-064-23/+92
* Made header length a variable so we can change it later if neededSteve Slaven2009-08-041-4/+6
* Added more logging, fixed error with storage size for block lengthSteve Slaven2009-08-041-3/+18
* Don't use a stream class for nowSteve Slaven2009-08-041-3/+5
* Fix deserialize nameSteve Slaven2009-08-041-1/+1
* Added binary format chunk serializerSteve Slaven2009-08-042-1/+74
* Namespace/module fixesSteve Slaven2009-08-041-3/+3
* Namespace/module fixesSteve Slaven2009-08-042-2/+8
* Added storage switch back inSteve Slaven2009-08-041-3/+8
* Fix namespace problemSteve Slaven2009-08-042-3/+3
* Fix some missing symbolsSteve Slaven2009-08-041-2/+4
* Use the new chunk storageSteve Slaven2009-08-041-1/+4
* Chunk storage handlersSteve Slaven2009-08-043-0/+197
* Split up main classesSteve Slaven2009-08-044-0/+735