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.h
Age
Commit message (
Expand
)
Author
2023-09-12
dbwrapper: Use DataStream for batch operations
TheCharlatan
2023-09-08
refactor: remove clientversion include from dbwrapper.h
Cory Fields
2023-09-08
refactor: Use DataStream now that version/type are unused
Cory Fields
2023-08-05
refactor: Correct dbwrapper key naming
TheCharlatan
2023-08-05
refactor: Move CDBWrapper leveldb members to their own context struct
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBWrapper::EstimateSize implementation
TheCharlatan
2023-08-05
refactor: Move HandleError to dbwrapper implementation
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBWrapper::Exists implementation
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBWrapper::Read implementation
TheCharlatan
2023-08-05
refactor: Pimpl leveldb::Iterator for CDBIterator
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBIterator::GetValue implementation
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBIterator::GetKey implementation
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBIterator::Seek implementation
TheCharlatan
2023-08-05
refactor: Pimpl leveldb::batch for CDBBatch
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBatch::Erase implementation
TheCharlatan
2023-08-05
refactor: Split dbwrapper CDBBatch::Write implementation
TheCharlatan
2023-08-01
refactor: Wrap DestroyDB in dbwrapper helper
TheCharlatan
2023-07-24
refactor: Use reinterpret_cast where appropriate
MarcoFalke
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-02-10
refactor, dbwrapper: Add DBParams and DBOptions structs
Ryan Ofsky
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-26
Use DataStream where possible
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-09-13
db: add StoragePath to CDBWrapper/CCoinsViewDB
James O'Beirne
2022-07-19
Remove unused includes from dbwrapper.h
MacroFake
2022-06-23
refactor: remove unused method `CDBWrapper::CompactRange`
Sebastian Falbesoner
2022-06-21
refactor: remove unused methods `{CDBIterator,CCoinsViewDBCursor}::GetValueSi...
Sebastian Falbesoner
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-23
Treat CDataStream bytes as uint8_t
MarcoFalke
2020-11-23
refactor: Drop CDataStream constructors in favor of one taking a Span of bytes
MarcoFalke
2020-07-08
Drop unused CDBWrapper methods
Hennadii Stepanov
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-25
[db] Create separate database for txindex.
Jim Posen
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-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-27
Force on-the-fly compaction during pertxout upgrade
Pieter Wuille
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-05-26
Report on-disk size in gettxoutsetinfo
Pieter Wuille
2017-05-26
Add SizeEstimate to CDBBatch
Pieter Wuille
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
[next]