summaryrefslogtreecommitdiff
path: root/larch/nodestore_disk.py
AgeCommit message (Expand)AuthorFilesLines
2013-02-24Improve error messages for missing nodesLars Wirzenius1-1/+5
2013-01-20Fix speed-testLars Wirzenius1-1/+2
2013-01-16Fix allow_writeBrinx1-1/+1
2012-12-03Optionally add original exception to NodeMissingLars Wirzenius1-2/+2
2012-12-02Log the exception that gets replaced by NodeMissingLars Wirzenius1-0/+2
2012-05-05Make all exceptions be subclasses of new class larch.ErrorLars Wirzenius1-4/+1
2012-05-02Optimize away a further round tripLars Wirzenius1-4/+7
2012-04-23Fix everything to use flag-files to file removalLars Wirzenius1-1/+1
2012-04-21Make open_forest give NodeStoreDisk the allow_writes flagLars Wirzenius1-3/+3
2012-04-21Add tests for a read-only mode for the journalLars Wirzenius1-1/+1
2012-04-13Use larch.FormatProblem instead of Exception for on-disk format problemsLars Wirzenius1-2/+11
2012-03-25Don't use os.walk in NodeStoreDisk.list_nodesLars Wirzenius1-2/+2
2012-03-25Remove unnecessary code to remove file, create directoryLars Wirzenius1-5/+0
2012-03-24Remove push_upload_queue from NodeStore API, add commitLars Wirzenius1-1/+6
2012-03-24Make NodeMissing exceptions identify which store is missingLars Wirzenius1-2/+2
2012-03-24use Journal in NodeStoreDiskLars Wirzenius1-14/+15
2012-03-24Add Journal.overwrite_file and .catLars Wirzenius1-0/+2
2012-03-24Fix rollback to remove new but uncommitted directoriesLars Wirzenius1-0/+8
2012-03-24Mark LocalFS as being outside coverage testingLars Wirzenius1-1/+1
2012-03-24Add isdir to NodeStore's LocalFS APILars Wirzenius1-0/+4
2011-08-05Up the default size of LRU caches for NodeStoreDisk.Lars Wirzenius1-1/+1
2011-08-03Add format versions for NodeStoreDisk and NodeCodec.Lars Wirzenius1-2/+27
2011-08-03Trace metadata values that get set.Lars Wirzenius1-0/+1
2011-08-02Make logging of LRU stats explicit.Lars Wirzenius1-0/+1
2011-07-31Have NodeStoreDisk clear its internal cache when pushing upload queue.Lars Wirzenius1-1/+3
2011-07-31Store B-tree nodes in a deeper directory tree.Lars Wirzenius1-4/+9
2011-07-26Add some more tracing statements for debugging missing nodes.Lars Wirzenius1-0/+18
2011-07-02Remove unnecessary check from start_modification.Lars Wirzenius1-2/+0
2011-06-10Move separate LRU cache implementation into larch.Lars Wirzenius1-2/+1
2011-06-06Docstings for nodestore_disk.py.Lars Wirzenius1-2/+8
2011-03-07Change names from btree to larch.Lars Wirzenius1-10/+10
2011-03-07Rename files to new name.Lars Wirzenius1-0/+205