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
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
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2021-01-17
wallet: Add BerkeleyDB version sanity check at init time
Wladimir J. van der Laan
2020-12-04
refactor: Consolidate redundant wallet database path and exists functions
Russell Yanofsky
2020-12-04
MOVEONLY: Move IsBDBFile, IsSQLiteFile, and ListWalletDir
Russell Yanofsky
2020-11-23
Treat CDataStream bytes as uint8_t
MarcoFalke
2020-10-14
Determine wallet file type based on file magic
Andrew Chow
2020-10-13
wallet: remove db mode string
Ivan Metlushko
2020-09-03
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
wallet: Remove Verify and IsLoaded methods
Russell Yanofsky
2020-09-03
wallet: Add MakeDatabase function
Russell Yanofsky
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-07-29
walletdb: Ensure that having no database handle is a failure
Andrew Chow
2020-07-29
Remove BDB dummy databases
Andrew Chow
2020-07-22
No need to check for duplicate fileids in all dbenvs
Andrew Chow
2020-07-22
walletdb: Move Db->open to BerkeleyDatabase::Open
Andrew Chow
[next]