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
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
2016-09-01
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-05-17
Add test for dbwrapper iterators with same-prefix keys.
Matt Corallo
2016-04-27
test: Add more thorough test for dbwrapper iterators
Wladimir J. van der Laan
2016-04-23
dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-22
leveldbwrapper file rename to dbwrapper.*
Jeff Garzik