aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A note about refcount testing as a TODOSteve Slaven2009-08-071-1/+2
* Turned off profilingSteve Slaven2009-08-071-1/+1
* Don't re-read the entire file in case we are extending it when we don'tSteve Slaven2009-08-071-2/+7
* More notes about profilingSteve Slaven2009-08-071-0/+5
* Switched to cProfileSteve Slaven2009-08-071-5/+4
* Trying out md5 to see if it speeds up someSteve Slaven2009-08-071-2/+3
* Added some loggingSteve Slaven2009-08-071-1/+9
* Digest wrapperSteve Slaven2009-08-071-0/+7
* Add swapable digest for key generationSteve Slaven2009-08-072-4/+6
* Kill the logging.debug function if we're not debugging, otherwise it showsSteve Slaven2009-08-071-0/+4
* Moved everything to main() so we can run the profiler againSteve Slaven2009-08-071-34/+38
* Added note about open/unlink for temp file probably not working (but notSteve Slaven2009-08-071-0/+2
* Added a method to free blocks before unlink, just doing ftruncate thenSteve Slaven2009-08-072-2/+9
* Changed the way we look for the debug flag and actually turn the flag onSteve Slaven2009-08-071-2/+1
* Turn on debugging with -d instead of having to edit the scriptSteve Slaven2009-08-071-9/+13
* Updated some things that are doneSteve Slaven2009-08-071-3/+3
* 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
* Update usage, took out xmp.py sample copyrights since almost all of xmp.pySteve Slaven2009-08-071-4/+4
* 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-065-24/+93
* Another thoughtstable2009080601Steve Slaven2009-08-061-0/+2
* Debugging utilitiesSteve Slaven2009-08-042-0/+32
* More thoughts/notesSteve Slaven2009-08-041-0/+7
* 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
* Added note about fsckSteve Slaven2009-08-041-0/+3
* 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-043-5/+5
* 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-045-982/+769
* Use some more printf like % stuff instead of str()before-class-splitSteve Slaven2009-07-291-6/+6
* Eliminated some more str() stuffSteve Slaven2009-07-291-6/+9
* Changed debug to use param args instead of way too much + str()Steve Slaven2009-07-291-76/+72
* Use "best" cpickle formatSteve Slaven2009-07-291-1/+1
* More notes/thoughtsSteve Slaven2009-07-291-1/+8
* Changed default log levelSteve Slaven2009-07-291-1/+1
* Some thoughts/info on stuff that should be done some daySteve Slaven2009-07-291-0/+53
* Be more explicit about saving chunks, since some other parts of the codeSteve Slaven2009-07-291-2/+8
* Catch when size == truncate size, some more debugging stuffSteve Slaven2009-07-291-2/+4