summaryrefslogtreecommitdiff
path: root/larch
AgeCommit message (Expand)AuthorFilesLines
2012-12-03Optionally add original exception to NodeMissingLars Wirzenius2-5/+10
2012-12-02Log the exception that gets replaced by NodeMissingLars Wirzenius1-0/+2
2012-12-02Fix an other instance of OSError mis-creationLars Wirzenius1-1/+1
2012-12-02Fix how OSError is createdLars Wirzenius1-2/+2
2012-11-25Set refcount correctlyLars Wirzenius1-1/+2
2012-11-24Fix refcount errorsLars Wirzenius1-0/+16
2012-11-24Check refcountsLars Wirzenius1-6/+25
2012-11-24Simplify fsck so it only checks node reachabilityLars Wirzenius1-148/+17
2012-11-23Report what's being checked with more precisionLars Wirzenius1-6/+10
2012-11-17Return each work item as created, instead of listLars Wirzenius1-6/+5
2012-10-06Update version numbers for release of 1.20121006larch-1.20121006Lars Wirzenius1-1/+1
2012-09-30Prepare release version 1.20120930Lars Wirzenius1-1/+1
2012-06-17Fix indentation problemLars Wirzenius1-1/+1
2012-05-27Release version 1.20120527larch-1.20120527Lars Wirzenius1-2/+2
2012-05-08Release version 0.31larch-0.31Lars Wirzenius1-1/+1
2012-05-05Make all exceptions be subclasses of new class larch.ErrorLars Wirzenius10-75/+39
2012-05-05Raise exceptions if key or node size is missing from metadataLars Wirzenius3-4/+35
2012-05-02Optimize away a further round tripLars Wirzenius1-4/+7
2012-05-02Optimize away some round trips for accessing files in the journalLars Wirzenius1-7/+20
2012-04-29Prepare for release 0.30larch-0.30Lars Wirzenius1-1/+1
2012-04-23Ignore missing files, directories, when removing stuffLars Wirzenius1-1/+4
2012-04-23Fix everything to use flag-files to file removalLars Wirzenius3-9/+99
2012-04-23Fix exists for new way of deleting filesLars Wirzenius1-2/+8
2012-04-23Remove creates flag file, instead of moving actual fileLars Wirzenius1-7/+8
2012-04-23Fix test case for read-only modeLars Wirzenius1-1/+1
2012-04-21Make open_forest give NodeStoreDisk the allow_writes flagLars Wirzenius4-21/+26
2012-04-21Mark exception outside of coverageLars Wirzenius1-1/+1
2012-04-21Fix test for catting non-existent fileLars Wirzenius1-1/+1
2012-04-21Fix cat in read-only mode to ignore journalLars Wirzenius1-1/+1
2012-04-21Fix file exists checking for read-only modeLars Wirzenius1-1/+1
2012-04-21Fix more testsLars Wirzenius1-2/+2
2012-04-21And another testLars Wirzenius1-1/+1
2012-04-21Fix another testLars Wirzenius1-4/+5
2012-04-21Fix test to create the right fileLars Wirzenius1-2/+3
2012-04-21Fix another typo in method nameLars Wirzenius1-1/+1
2012-04-21Fix method nameLars Wirzenius1-1/+1
2012-04-21Do not do commit or rollback when opening a journal in read-only modeLars Wirzenius1-6/+7
2012-04-21Disallow changes when in read-only modeLars Wirzenius1-0/+10
2012-04-21Add tests for a read-only mode for the journalLars Wirzenius4-4/+62
2012-04-15Prepare for release 0.29larch-0.29Lars Wirzenius1-1/+1
2012-04-13Use larch.FormatProblem instead of Exception for on-disk format problemsLars Wirzenius2-3/+12
2012-03-25Release version 0.28Lars Wirzenius1-1/+1
2012-03-25Don't use os.walk in NodeStoreDisk.list_nodesLars Wirzenius2-7/+8
2012-03-25Remove unnecessary code to remove file, create directoryLars Wirzenius1-5/+0
2012-03-24Remove push_upload_queue from NodeStore API, add commitLars Wirzenius4-13/+22
2012-03-24Make NodeMissing exceptions identify which store is missingLars Wirzenius3-6/+8
2012-03-24Make RefCountStore use Journal, tooLars Wirzenius3-6/+7
2012-03-24Add more tracingLars Wirzenius1-1/+7
2012-03-24Push upload queue last when committingLars Wirzenius1-1/+1
2012-03-24Remove unnecessary debug messageLars Wirzenius1-1/+0