Commit Graph

7 Commits

Author SHA1 Message Date
Joe Thornber 4313469475 [all] Switch from boost::shared_ptr -> std::shared_ptr.
Shared_ptr has moved into the standard library since these tools were
first written.
2020-04-30 15:02:43 +01:00
Joe Thornber e801cc607b [block_manager] Hard code block size to 4k.
We're never going to use anything other than 4k, and by hard coding it we
avoid making block_manager a template.
2020-04-30 14:30:01 +01:00
Joe Thornber 85ab149685 [era/metadata.{h,cc}] Support creation of new metadata 2014-08-21 11:20:43 +01:00
Joe Thornber 283ab4ad99 first drop of era_restore 2014-08-07 15:43:01 +01:00
Joe Thornber d3afa57082 era_invalidate 2014-01-31 16:31:27 +00:00
Joe Thornber 8531a2befa [era] switch from bloom filters to writesets 2014-01-29 21:37:25 +00:00
Joe Thornber 9e0540e1b6 era_check, era_dump 2014-01-23 00:46:03 +00:00