index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
dbwrapper_tests.cpp
Age
Commit message (
Expand
)
Author
2022-02-17
util: Work around libstdc++ create_directories issue
laanwj
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-05-31
refactor: Switch serialize to uint8_t (1/n)
MarcoFalke
2021-05-24
scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDataD...
Kiminuo
2021-04-18
scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...
Kiminuo
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-18
test: use fs namespace in dbwrapper unicodepath test
fanquake
2019-11-30
Add unit test for DB creation with unicode path
Aaron Clauson
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-21
Add testcase to simulate bitcoin schema in leveldb
MapleLaker
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-20
test: Create data dir in BasicTestingSetup
MarcoFalke
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-11-20
test: Add BOOST_REQUIRE to getters returning optional
MarcoFalke
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-03
Increase signal to noise in appveyor build output by reducing the MSVC warnin...
practicalswift
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-11
Use common SetDataDir method to create temp directory in tests.
winder
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-21
Fix typos
Dimitris Apostolou
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
Use unique_ptr for dbw (CDBWrapper)
practicalswift
2017-09-30
Verify DBWrapper iterators are taking snapshots
Matt Corallo
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-16
Use range based for loop
René Nyffenegger
2017-07-07
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-03-18
Set to nullptr after delete
practicalswift
2017-02-27
test: Replace remaining sprintf with snprintf
Wladimir J. van der Laan
2017-01-22
[Trivial] Grammar and typo correction
Lauda
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
[next]