lbrycrd/src/wallet
Philip Kaufmann 0ce30eaa36 fix crash on shutdown when e.g. changing -txindex and abort action
- fixes #3136
- the problem is related to Boost path and a static initialized internal
  pointer
- using a std::string in CDBEnv::EnvShutdown() prevents the problem
- this removes the boost::filesystem::path path field from CDBEnv
2015-06-16 15:03:50 +02:00
..
test [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
crypter.cpp wallet: move crypter to wallet 2015-03-22 15:18:55 -04:00
crypter.h ensure consistent header comment naming conventions 2015-04-20 13:29:22 +02:00
db.cpp fix crash on shutdown when e.g. changing -txindex and abort action 2015-06-16 15:03:50 +02:00
db.h fix crash on shutdown when e.g. changing -txindex and abort action 2015-06-16 15:03:50 +02:00
rpcdump.cpp Merge pull request #6057 2015-06-10 12:32:31 +02:00
rpcwallet.cpp Merge pull request #6257 2015-06-15 09:39:30 +02:00
wallet.cpp Merge pull request #6152 2015-06-05 21:24:15 +02:00
wallet.h Merge pull request #6152 2015-06-05 21:24:15 +02:00
wallet_ismine.cpp [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
wallet_ismine.h ensure consistent header comment naming conventions 2015-04-20 13:29:22 +02:00
walletdb.cpp Merge pull request #5669 2015-05-27 15:00:02 +02:00
walletdb.h ensure consistent header comment naming conventions 2015-04-20 13:29:22 +02:00