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
/
wallet
/
bdb.cpp
Age
Commit message (
Expand
)
Author
2024-02-12
wallet: bdb batch 'ErasePrefix', do not create txn internally
furszy
2023-10-26
refactor: Return enum in LockDirectory
MarcoFalke
2023-07-07
wallet: bdb: include bdb header from our implementation files only
Cory Fields
2023-07-07
wallet: bdb: don't use bdb define in header
Cory Fields
2023-07-07
wallet: bdb: move BerkeleyDatabase constructor to cpp file
Cory Fields
2023-07-07
wallet: bdb: move SafeDbt to cpp file
Cory Fields
2023-07-07
wallet: bdb: move SpanFromDbt to below SafeDbt's implementation
Cory Fields
2023-07-06
wallet: bdb: move TxnBegin to cpp file since it uses a bdb function
Cory Fields
2023-07-06
wallet: bdb: drop default parameter
Cory Fields
2023-06-28
refactor: Drop unsafe AsBytePtr function
Ryan Ofsky
2023-06-01
wallet: Add GetPrefixCursor to DatabaseBatch
Andrew Chow
2023-05-31
walletdb: Handle when database keys are empty
Ryan Ofsky
2023-05-31
walletdb: Consistently clear key and value streams before writing
Andrew Chow
2023-05-15
wallet: bugfix, GetNewCursor() misses to provide batch ptr to BerkeleyCursor
furszy
2023-05-01
Merge bitcoin/bitcoin#27224: refactor: Remove CAddressBookData::destdata
Andrew Chow
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-12
wallet: Add DatabaseBatch::ErasePrefix method
Ryan Ofsky
2023-04-03
refactor: don't avoid sys/types.h on when building for Windows
fanquake
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-26
Merge bitcoin/bitcoin#25296: Add DataStream without ser-type and ser-version ...
fanquake
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-24
refactor: Remove c_str from util/check
MarcoFalke
2023-01-23
Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob...
fanquake
2023-01-03
refactor: use braced init for integer constants instead of c style casts
Pasta
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-16
db: Change DatabaseCursor::Next to return status enum
Andrew Chow
2022-12-16
wallet: Have cursor users use DatabaseCursor directly
Andrew Chow
2022-12-14
wallet: Introduce DatabaseCursor RAII class for managing cursor
Andrew Chow
2022-12-12
Move SafeDbt out of BerkeleyBatch
Andrew Chow
2022-09-16
Merge bitcoin/bitcoin#25499: Use steady clock for all millis bench logging
fanquake
2022-07-30
Use steady clock for all millis bench logging
MacroFake
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-20
compat: document S_I* defines when building for Windows
fanquake
2022-06-16
wallet: don't read db every time that a new WalletBatch is created
furszy
2022-05-12
scripted-diff: replace non-standard fixed width integer types (`u_int`...` ->...
Sebastian Falbesoner
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-04-26
scripted-diff: rename BytePtr to AsBytePtr
João Barbosa
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-20
wallet: Use PACKAGE_NAME to mention our software
Hennadii Stepanov
[next]