Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-21 | Fix startup crash when using a locale boost does not like | moneromooo-monero | 1 | -0/+2 | |
There are various locale related bugs in various versions of boost, where exceptions are thrown in boost::filesystem APIs when the current locale is not to boost's liking. It's not clear what "not to boost's liking" means in detail, though "en" and "en_US.UTF-8" are not to its liking. Fix it by running a test function that's known to throw in such a case, and resetting LANG and LC_ALL to C if an exception is thrown. In simplewallet, the locale is queried before that so the correct translations will still be used. | |||||
2015-10-30 | blockchain_dump: fix build without berkeley db | moneromooo-monero | 1 | -0/+4 | |
2015-10-27 | blockchain_utilities: properly exit on error | moneromooo-monero | 1 | -6/+6 | |
Replace boolean values and exceptions where appropriate | |||||
2015-10-26 | Build fixes for the old blockchain_storage version | moneromooo-monero | 1 | -2/+5 | |
2015-10-25 | blockchain_utilities: new blockchain_dump diagnostic tool | moneromooo-monero | 1 | -0/+431 | |
It dumps data from the blockchain to a JSON format, and is intended to help detect differences between data held in different database formats. |