| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | blockchain_utilities/README.md: add workaround for resizing in batch mode | moneromooo-monero | 2015-07-07 | 1 | -0/+3 | |
| | | | ||||||
| * | | blockchain_utilities/README.md: add high level "what is this about" | moneromooo-monero | 2015-07-07 | 1 | -1/+7 | |
| |/ | ||||||
| * | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 2015-05-31 | 1 | -8/+13 | |
| | | ||||||
| * | Support debugging command --pop-blocks on in-memory blockchain | warptangent | 2015-05-16 | 1 | -9/+14 | |
| | | | | | | | | | | | | | | | | | Add public method blockchain_storage::debug_pop_block_from_blockchain() Ensure blockchain_import calls destructors before exit. To test: DATABASE=memory make release // create blockchain.bin from blockchain.raw if needed build/release/bin/blockchain_import --block-stop 1000 // try popping a single block build/release/bin/blockchain_import --pop-blocks 1 | |||||
| * | Allow BlockchainLMDB to be opened in read-only mode | warptangent | 2015-05-16 | 1 | -2/+5 | |
| | | | | | Have blockchain_export use read-only mode when source is BlockchainLMDB. | |||||
| * | Rename "--block-number" option to "--block-stop" | warptangent | 2015-05-15 | 3 | -46/+45 | |
| | | | | | Update help output for this and other options. | |||||
| * | Check if chunk size is zero instead of negative | warptangent | 2015-05-15 | 1 | -2/+2 | |
| | | | | | This corrects an unnecessary check and fixes compile error on OS X. | |||||
| * | Rename src/blockchain_converter/ to src/blockchain_utilities/ | warptangent | 2015-05-08 | 9 | -0/+2274 | |
| Update appropriate files (CMakeLists.txt, README.md) | ||||||
