aboutsummaryrefslogtreecommitdiff
path: root/src/test/dbwrapper_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke2020-05-201-17/+19
|\
| * Convert everything except wallet/qt to new serializationPieter Wuille2020-03-301-17/+19
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* | scripted-diff: Sort test includesMarcoFalke2020-04-161-1/+1
|/
* test: use fs namespace in dbwrapper unicodepath testfanquake2020-03-181-4/+4
* Add unit test for DB creation with unicode pathAaron Clauson2019-11-301-0/+12
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* Add testcase to simulate bitcoin schema in leveldbMapleLaker2019-10-211-0/+80
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-1/+1
* test: Create data dir in BasicTestingSetupMarcoFalke2019-06-201-7/+7
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-131-1/+1
* test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke2018-11-201-4/+4
* Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan2018-09-041-5/+5
|\
| * Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-5/+5
* | Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift2018-09-031-1/+1
|/
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-6/+6
* Use common SetDataDir method to create temp directory in tests.winder2018-07-111-7/+7
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-3/+3
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+2
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+2
* | Fix typosDimitris Apostolou2018-03-211-1/+1
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-4/+4
* Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))practicalswift2017-11-091-2/+2
* Use unique_ptr for dbw (CDBWrapper)practicalswift2017-11-091-6/+4
* Verify DBWrapper iterators are taking snapshotsMatt Corallo2017-09-301-2/+14
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Use range based for loopRené Nyffenegger2017-07-161-18/+5
* Avoid dereference-of-casted-pointerPieter Wuille2017-07-071-3/+3
* Remove unused Boost includespracticalswift2017-06-091-2/+0
* scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-10/+10
* scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-10/+10
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-9/+9
* Set to nullptr after deletepracticalswift2017-03-181-0/+2
* test: Replace remaining sprintf with snprintfWladimir J. van der Laan2017-02-271-3/+3
* [Trivial] Grammar and typo correctionLauda2017-01-221-1/+1
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-19/+15
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-19/+15
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Get rid of nType and nVersionPieter Wuille2016-11-071-1/+1
* C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón2016-09-011-3/+3
* Add test for dbwrapper iterators with same-prefix keys.Matt Corallo2016-05-171-0/+86
* test: Add more thorough test for dbwrapper iteratorsWladimir J. van der Laan2016-04-271-1/+35
* dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIteratorWladimir J. van der Laan2016-04-231-4/+4
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* leveldbwrapper file rename to dbwrapper.*Jeff Garzik2015-10-221-0/+207