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
/
dbwrapper.cpp
Age
Commit message (
Expand
)
Author
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-04-30
Replace deprecated Boost Filesystem function
Hennadii Stepanov
2018-09-04
Fix typos reported by codespell
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-07
[logging] Comment all continuing logs.
John Newbery
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-29
Merge #12784: Fix bug in memory usage calculation (unintended integer division)
Wladimir J. van der Laan
2018-03-28
Increase LevelDB max_open_files unless on 32-bit Unix.
Evan Klitzke
2018-03-27
Fix error in memory usage calculation (unintended integer division)
practicalswift
2018-03-09
Log fatal LevelDB errors more verbosely
Evan Klitzke
2018-03-06
Add DynamicMemoryUsage() to LevelDB
Evan Klitzke
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-11-30
Prefix leveldb debug logging
Wladimir J. van der Laan
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-04
Merge #10701: Remove the virtual specifier for functions with the override sp...
MarcoFalke
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-09
Remove the virtual specifier for functions with the override specifier
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-03
Add undocumented -forcecompactdb to force LevelDB compactions
Pieter Wuille
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-14
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-16
[LevelDB] Plug leveldb logs to bitcoin logs
NicolasDorier
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-09-01
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-04-23
dbwrapper: Move `HandleError` to `dbwrapper_private`
Wladimir J. van der Laan
2016-04-23
dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator
Wladimir J. van der Laan
2016-04-23
dbwrapper: Remove CDBWrapper::GetObfuscateKeyHex
Wladimir J. van der Laan
2016-04-23
dbwrapper: Remove throw keywords in function signatures
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-22
leveldbwrapper file rename to dbwrapper.*
Jeff Garzik