Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-29 | Merge #7537: wallet: Warn on unexpected EOF while salvaging wallet | Wladimir J. van der Laan | |
ca8fb59 wallet: Warn on unexpected EOF while salvaging wallet (Wladimir J. van der Laan) | |||
2016-02-15 | test: test leading space for ParseHex | Wladimir J. van der Laan | |
BerkeleyDB dump files have key and value lines indented. The salvage code passes these to ParseHex as-is. Check this in the tests (should just pass with current code). | |||
2016-02-15 | wallet: Warn on unexpected EOF while salvaging wallet | Wladimir J. van der Laan | |
Check for EOF before every getline, and warn when reading gets to EOF before the end of the data. Stricter error checking could shed more light on issues such as #7463 and #7379. | |||
2016-01-20 | [walletdb] Fix syntax error in key parser | MarcoFalke | |
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-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. |