Age | Commit message (Expand) | Author | Files | Lines |
2020-10-18 | Allow setting start block on export | Howard Chu | 1 | -1/+5 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 |
2019-09-16 | Removed Berkeley DB and db switching logic | Jesus Ramirez | 1 | -21/+4 |
2019-05-24 | blockchain_export: allow exporting blocks.dat format from pruned | moneromooo-monero | 1 | -1/+1 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-01-22 | Pruning | moneromooo-monero | 1 | -0/+6 |
2018-03-05 | Stagenet | stoffu | 1 | -2/+8 |
2018-02-16 | options: remove testnet-* options | whythat | 1 | -5/+2 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2017-11-14 | move cryptonote command line options to cryptonote_core | moneromooo-monero | 1 | -10/+6 |
2017-10-15 | Fix compiler warnings with Clang 6.0.0. | Vasil Dimov | 1 | -2/+2 |
2017-10-14 | Add tools::on_startup, and warn about glibc 2.25 bug if found | moneromooo-monero | 1 | -1/+1 |
2017-10-06 | add a command_line function to check for defaulted options | moneromooo-monero | 1 | -1/+1 |
2017-08-20 | More DB support cleanup | Howard Chu | 1 | -16/+2 |
2017-08-19 | DB cleanup | Howard Chu | 1 | -25/+3 |
2017-03-05 | blockchain_export: make --log-level understand categories | moneromooo-monero | 1 | -4/+6 |
2017-03-05 | blockchain_export: error out nicely on exceptions | moneromooo-monero | 1 | -0/+5 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2017-02-12 | tools: log to the correct file | moneromooo-monero | 1 | -1/+3 |
2017-02-12 | tools: set requested log level | moneromooo-monero | 1 | -0/+1 |
2017-01-16 | fixups in logging init calls, and add missing net context in a log | moneromooo-monero | 1 | -1/+1 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 1 | -4/+5 |
2016-08-28 | remove original Cryptonote blockchain_storage blockchain format | moneromooo-monero | 1 | -14/+1 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -1/+1 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -1/+1 |
2016-03-05 | blockchain_export: Support BerkeleyDB | warptangent | 1 | -4/+65 |
2016-03-05 | blockchain_export: Move DB implementation includes | warptangent | 1 | -0/+2 |
2016-02-22 | move g_test_dbg_lock_sleep from a global to a function level static | moneromooo-monero | 1 | -2/+0 |
2015-12-31 | update version | Riccardo Spagni | 1 | -1/+1 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-11-21 | Fix startup crash when using a locale boost does not like | moneromooo-monero | 1 | -0/+2 |
2015-10-27 | blockchain_utilities: properly exit on error | moneromooo-monero | 1 | -1/+1 |
2015-10-17 | blockchain_export can now export to a blocks.dat format | moneromooo-monero | 1 | -2/+15 |
2015-08-14 | blockchain_export: Add --output-file argument | warptangent | 1 | -5/+10 |
2015-05-16 | Allow BlockchainLMDB to be opened in read-only mode | warptangent | 1 | -2/+5 |
2015-05-15 | Rename "--block-number" option to "--block-stop" | warptangent | 1 | -8/+8 |
2015-05-08 | Rename src/blockchain_converter/ to src/blockchain_utilities/ | warptangent | 1 | -0/+0 |
2015-05-08 | Update blockchain utilities with portable bootstrap file format | warptangent | 1 | -254/+4 |
2015-05-08 | Condense #if directives | warptangent | 1 | -9/+2 |
2015-05-08 | Fix incompatibility with blockchain exporter when source is LMDB | warptangent | 1 | -1/+16 |
2015-03-22 | blockchain_export: show progress during export | warptangent | 1 | -9/+17 |
2015-03-22 | Update Blockchain::get_db() to return reference instead of pointer | warptangent | 1 | -5/+5 |
2015-03-16 | blockchain_export: Add compile-time support for BlockchainDB | warptangent | 1 | -22/+41 |
2015-03-16 | Add blockchain_export utility | warptangent | 1 | -0/+367 |