| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Constrain constant values to a single location in code | Luke Dashjr | 2015-11-28 | 1 | -1/+1 |
| | | |||||
| * | Bugfix: Describe dblogsize option correctly (it refers to the wallet ↵ | Luke Dashjr | 2015-10-01 | 1 | -1/+1 |
| | | | | | database, not memory pool) | ||||
| * | fix crash on shutdown when e.g. changing -txindex and abort action | Philip Kaufmann | 2015-06-16 | 1 | -6/+6 |
| | | | | | | | | | - 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 | ||||
| * | use constant references for strings in functions in wallet/*.* | Philip Kaufmann | 2015-03-21 | 1 | -2/+2 |
| | | |||||
| * | [Move Only] Move wallet related things to src/wallet/ | Jonas Schnelli | 2015-03-12 | 1 | -0/+462 |
| could once be renamed from /src/wallet to /src/legacywallet. | |||||