summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-23Make fsck progress reporting be a bit more fine grainedLars Wirzenius3-9/+13
2012-11-17Return each work item as created, instead of listLars Wirzenius2-9/+8
This makes it possible to do smoother progress reporting.
2012-10-06Update version numbers for release of 1.20121006larch-1.20121006Lars Wirzenius3-5/+5
2012-10-06Update NEWS for releaseLars Wirzenius1-1/+5
2012-09-30Prepare release version 1.20120930Lars Wirzenius3-3/+9
2012-09-01Add missing build-dep on cmdtestLars Wirzenius1-1/+1
2012-08-24Set version number for CI buildsLars Wirzenius1-1/+1
2012-06-17Fix indentation problemLars Wirzenius2-1/+9
Thanks, Damien Couroussé, for reporting the bug via Debian.
2012-06-08Fix Ohad's nameLars Wirzenius1-1/+1
This was embarrassing.
2012-05-27Release version 1.20120527larch-1.20120527Lars Wirzenius4-7/+15
2012-05-27Add copyright+license statement to README, and a copy of GPL-3 to COPYINGLars Wirzenius2-0/+694
2012-05-23Add documentation for larch on-disk storageLars Wirzenius2-0/+70
2012-05-23Freeze on-disk data structures and add test to make sure they keep workingLars Wirzenius7-0/+206
2012-05-23Document frozenness and version numbering in NEWSLars Wirzenius1-0/+8
2012-05-23Document new version numbering scheme in READMELars Wirzenius1-0/+5
2012-05-23Add black box test for verifying backwards compatibilityLars Wirzenius3-0/+27
2012-05-23Updates to test data generation, plus verificationLars Wirzenius2-10/+55
2012-05-23Add program to generate test data for backwards compatbilityLars Wirzenius2-0/+113
2012-05-23Document on-disk data structure and file format stability in READMELars Wirzenius1-0/+8
2012-05-08Release version 0.31larch-0.31Lars Wirzenius4-7/+10
2012-05-05Make all exceptions be subclasses of new class larch.ErrorLars Wirzenius11-75/+40
2012-05-05Raise exceptions if key or node size is missing from metadataLars Wirzenius4-4/+36
2012-05-02Optimize away a further round tripLars Wirzenius1-4/+7
No point in checking for a file to exist, if we're going to be reading at once anyway.
2012-05-02Optimize away some round trips for accessing files in the journalLars Wirzenius2-7/+26
2012-04-29Prepare for release 0.30larch-0.30Lars Wirzenius3-2/+8
2012-04-24Merge read-only modeLars Wirzenius9-51/+234
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
Also, add a list_files method to the journal so NodeStoreDisk can easily find a list, without having to detect externally whether specific files exist or not, and whether they're in the journal or not.
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
This should be less error prone.
2012-04-23Fix test case for read-only modeLars Wirzenius1-1/+1
If writer removes a file, we should still be able to read it in the reader until the writer commits.
2012-04-21Update NEWS about API featureLars Wirzenius1-0/+7
2012-04-21Make open_forest give NodeStoreDisk the allow_writes flagLars Wirzenius5-22/+27
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
Tests do not yet pass.
2012-04-21Add tests for a read-only mode for the journalLars Wirzenius4-4/+62
This will be necessary for a read-only mode Larch in general.
2012-04-15Prepare for release 0.29larch-0.29Lars Wirzenius3-2/+8