aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_export.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-1/+1
2016-03-05blockchain_export: Support BerkeleyDBwarptangent1-4/+65
2016-03-05blockchain_export: Move DB implementation includeswarptangent1-0/+2
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero1-2/+0
2015-12-31update versionRiccardo Spagni1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-11-21Fix startup crash when using a locale boost does not likemoneromooo-monero1-0/+2
2015-10-27blockchain_utilities: properly exit on errormoneromooo-monero1-1/+1
2015-10-17blockchain_export can now export to a blocks.dat formatmoneromooo-monero1-2/+15
2015-08-14blockchain_export: Add --output-file argumentwarptangent1-5/+10
2015-05-16Allow BlockchainLMDB to be opened in read-only modewarptangent1-2/+5
2015-05-15Rename "--block-number" option to "--block-stop"warptangent1-8/+8
2015-05-08Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent1-0/+0
2015-05-08Update blockchain utilities with portable bootstrap file formatwarptangent1-254/+4
2015-05-08Condense #if directiveswarptangent1-9/+2
2015-05-08Fix incompatibility with blockchain exporter when source is LMDBwarptangent1-1/+16
2015-03-22blockchain_export: show progress during exportwarptangent1-9/+17
2015-03-22Update Blockchain::get_db() to return reference instead of pointerwarptangent1-5/+5
2015-03-16blockchain_export: Add compile-time support for BlockchainDBwarptangent1-22/+41
2015-03-16Add blockchain_export utilitywarptangent1-0/+367