Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-11-28 | Constrain constant values to a single location in code | Luke Dashjr | |
2015-10-01 | Bugfix: Describe dblogsize option correctly (it refers to the wallet ↵ | Luke Dashjr | |
database, not memory pool) | |||
2015-06-16 | fix crash on shutdown when e.g. changing -txindex and abort action | Philip Kaufmann | |
- 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-05-14 | remove unused classes from db.h | Philip Kaufmann | |
2015-04-20 | ensure consistent header comment naming conventions | Philip Kaufmann | |
- BITCOIN_FOLDER_SUBFOLDER_FILENAME_H | |||
2015-04-08 | move ThreadFlushWalletDB declaration to walletdb.h | Philip Kaufmann | |
2015-03-21 | use constant references for strings in functions in wallet/*.* | Philip Kaufmann | |
2015-03-12 | [Move Only] Move wallet related things to src/wallet/ | Jonas Schnelli | |
could once be renamed from /src/wallet to /src/legacywallet. |