summaryrefslogtreecommitdiff
path: root/larch
AgeCommit message (Expand)AuthorFilesLines
2015-10-25Prepare release 1.20151025larch-1.20151025Lars Wirzenius1-1/+1
2015-09-27Show dropped B-tree keys in hexadecimalLars Wirzenius2-2/+5
2014-01-14Add fsck unit testsLars Wirzenius1-0/+244
2013-11-30Prepare release 1.20131130larch-1.20131130Lars Wirzenius1-1/+1
2013-11-11Remove dead codeLars Wirzenius1-1/+0
2013-11-06Fix typo on tracing messageLars Wirzenius1-1/+1
2013-11-06Don't save refcount groups that haven't changedLars Wirzenius2-11/+14
2013-11-06Delete wrong testsLars Wirzenius1-11/+0
2013-11-06Fix KeyError for missing refcountLars Wirzenius1-5/+1
2013-09-06Break long linesLars Wirzenius1-4/+10
2013-09-06fsck fixes from Antoine BrennerLars Wirzenius1-5/+50
2013-08-08Prepare release version 1.20130808larch-1.20130808Lars Wirzenius1-1/+1
2013-08-03Bugfix: Use uncomitted journal when read-onlyLars Wirzenius1-17/+28
2013-03-16Prepare release version 1.20130316larch-1.201303161.20130316Lars Wirzenius1-1/+1
2013-02-24Improve error messages for missing nodesLars Wirzenius2-5/+7
2013-01-20Fix speed-testLars Wirzenius6-9/+17
2013-01-16Repair non-working example.py and speed-testAntoine Brenner6-9/+10
2013-01-16Fix allow_writeBrinx3-4/+5
2013-01-05Show node ids in error messages in hexLars Wirzenius1-6/+6
2013-01-04(minor) report node numbers in hex format in order to match with filenamesDamien Couroussé1-3/+3
2012-12-19Fix missing node problems by removing them from B-treesLars Wirzenius1-7/+26
2012-12-19Refactor logic for checking index nodesLars Wirzenius1-12/+32
2012-12-19Add missing empty lineLars Wirzenius1-0/+1
2012-12-16Prepare release version 1.20121216larch-1.20121216Lars Wirzenius1-1/+1
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