aboutsummaryrefslogtreecommitdiff
path: root/src/test/dbwrapper_tests.cpp
AgeCommit message (Expand)Author
2020-05-20Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-03-30Convert everything except wallet/qt to new serializationPieter Wuille
2020-03-18test: use fs namespace in dbwrapper unicodepath testfanquake
2019-11-30Add unit test for DB creation with unicode pathAaron Clauson
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-21Add testcase to simulate bitcoin schema in leveldbMapleLaker
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-20test: Create data dir in BasicTestingSetupMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-11-20test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke
2018-09-04Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan
2018-09-03Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-07-11Use common SetDataDir method to create temp directory in tests.winder
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-11test: Fix sign for expected valuesKarl-Johan Alm
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-03-21Fix typosDimitris Apostolou
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))practicalswift
2017-11-09Use unique_ptr for dbw (CDBWrapper)practicalswift
2017-09-30Verify DBWrapper iterators are taking snapshotsMatt Corallo
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-07-16Use range based for loopRené Nyffenegger
2017-07-07Avoid dereference-of-casted-pointerPieter Wuille
2017-06-09Remove unused Boost includespracticalswift
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-05scripted-diff: use insecure_rand256/randrange morePieter Wuille
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-03-18Set to nullptr after deletepracticalswift
2017-02-27test: Replace remaining sprintf with snprintfWladimir J. van der Laan
2017-01-22[Trivial] Grammar and typo correctionLauda
2017-01-05Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke
2017-01-02Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-09-01C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón
2016-05-17Add test for dbwrapper iterators with same-prefix keys.Matt Corallo
2016-04-27test: Add more thorough test for dbwrapper iteratorsWladimir J. van der Laan
2016-04-23dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIteratorWladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-10-22leveldbwrapper file rename to dbwrapper.*Jeff Garzik