| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | Merge #19004: refactor: Replace const char* to std::string | MarcoFalke | 2020-05-27 | 9 | -13/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | refactor: Replace const char* to std::string | Calvin Kim | 2020-05-22 | 9 | -13/+24 | |
| * | | | | | | | | | | | | | | | | Merge #19073: Remove outdated comment about DER encoding | fanquake | 2020-05-27 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Remove outdated comment about DER encoding | Elichai Turkel | 2020-05-26 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | Merge #18918: wallet: Move salvagewallet into wallettool | Samuel Dobson | 2020-05-27 | 14 | -266/+225 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Move RecoverKeysOnlyFilter into RecoverDataBaseFile | Andrew Chow | 2020-05-25 | 3 | -36/+21 | |
| | * | | | | | | | | | | | | | | | | Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h} | Andrew Chow | 2020-05-25 | 8 | -155/+180 | |
| | * | | | | | | | | | | | | | | | | Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standalone | Andrew Chow | 2020-05-25 | 5 | -26/+9 | |
| | * | | | | | | | | | | | | | | | | Expose a version of ReadKeyValue and use it in RecoverKeysOnlyFilter | Andrew Chow | 2020-05-25 | 2 | -3/+11 | |
| | * | | | | | | | | | | | | | | | | Move BerkeleyEnvironment::Salvage into BerkeleyBatch::Recover | Andrew Chow | 2020-05-25 | 2 | -70/+62 | |
| | * | | | | | | | | | | | | | | | | walletdb: remove fAggressive from Salvage | Andrew Chow | 2020-05-25 | 2 | -12/+4 | |
| | * | | | | | | | | | | | | | | | | walletdb: don't automatically salvage when corruption is detected | Andrew Chow | 2020-05-25 | 5 | -39/+11 | |
| | * | | | | | | | | | | | | | | | | wallet: remove -salvagewallet | Andrew Chow | 2020-05-25 | 5 | -32/+5 | |
| | * | | | | | | | | | | | | | | | | wallettool: Add a salvage command | Andrew Chow | 2020-05-25 | 2 | -5/+34 | |
| * | | | | | | | | | | | | | | | | | Merge #19032: Serialization improvements: final step | Wladimir J. van der Laan | 2020-05-26 | 8 | -164/+87 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Remove old serialization primitives | Pieter Wuille | 2020-05-24 | 1 | -37/+1 | |
| | * | | | | | | | | | | | | | | | | | Convert LimitedString to formatter | Pieter Wuille | 2020-05-24 | 2 | -17/+9 | |
| | * | | | | | | | | | | | | | | | | | Convert wallet to new serialization | Pieter Wuille | 2020-05-24 | 4 | -76/+60 | |
| | * | | | | | | | | | | | | | | | | | Convert Qt to new serialization | Pieter Wuille | 2020-05-20 | 2 | -34/+17 | |
| | |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | Merge #18881: Prevent UB in DeleteLock() function | MarcoFalke | 2020-05-26 | 2 | -50/+75 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | doc: Add and fix comments about never destroyed objects | Hennadii Stepanov | 2020-05-22 | 2 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | | Replace thread_local g_lockstack with a mutex-protected map | Hennadii Stepanov | 2020-05-19 | 1 | -14/+37 | |
| | * | | | | | | | | | | | | | | | | | refactor: Refactor duplicated code into LockHeld() | Hennadii Stepanov | 2020-05-19 | 1 | -9/+13 | |
| | * | | | | | | | | | | | | | | | | | refactor: Add LockPair type alias | Hennadii Stepanov | 2020-05-19 | 1 | -8/+10 | |
| | * | | | | | | | | | | | | | | | | | refactor: Add LockStackItem type alias | Hennadii Stepanov | 2020-05-19 | 1 | -8/+11 | |
| | * | | | | | | | | | | | | | | | | | Prevent UB in DeleteLock() function | Hennadii Stepanov | 2020-05-19 | 1 | -14/+5 | |
| * | | | | | | | | | | | | | | | | | | Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible | MarcoFalke | 2020-05-26 | 5 | -9/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | rpc: Make gettxoutsetinfo/GetUTXOStats interruptible | MarcoFalke | 2020-05-22 | 3 | -4/+7 | |
| | * | | | | | | | | | | | | | | | | | | rpc: factor out RpcInterruptionPoint from dumptxoutset | MarcoFalke | 2020-05-22 | 3 | -5/+11 | |
| * | | | | | | | | | | | | | | | | | | | Merge #18867: tests: Add fuzzing harness for CCoinsViewCache | MarcoFalke | 2020-05-26 | 3 | -0/+313 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for CCoinsViewCache | practicalswift | 2020-05-25 | 3 | -0/+313 | |
| * | | | | | | | | | | | | | | | | | | | | Merge #19010: net processing: Add support for getcfheaders | MarcoFalke | 2020-05-26 | 4 | -5/+101 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | [net processing] Message handling for getcfheaders. | Jim Posen | 2020-05-22 | 3 | -5/+100 | |
| | * | | | | | | | | | | | | | | | | | | | [doc] Add comment for m_headers_cache | John Newbery | 2020-05-22 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | Merge #18594: cli: display multiwallet balances in -getinfo | Samuel Dobson | 2020-05-24 | 3 | -67/+108 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | rpc: drop unused JSONRPCProcessBatchReply size arg, refactor | Jon Atack | 2020-05-21 | 3 | -7/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | cli: use GetWalletBalances() functionality for -getinfo | Jon Atack | 2020-05-21 | 1 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | cli: create GetWalletBalances() to fetch multiwallet balances | Jon Atack | 2020-05-21 | 1 | -0/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | cli: lift -rpcwallet logic up to CommandLineRPC() | Jon Atack | 2020-05-21 | 1 | -10/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | cli: extract connection exception handler, -rpcwait logic | Jon Atack | 2020-05-21 | 1 | -51/+64 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #18698: Make g_chainman internal to validation | MarcoFalke | 2020-05-23 | 17 | -134/+161 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | validation: Mark g_chainman DEPRECATED | MarcoFalke | 2020-05-21 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | validation: Make ProcessNewBlock*() members of ChainstateManager | MarcoFalke | 2020-05-21 | 11 | -69/+81 | |
| | * | | | | | | | | | | | | | | | | | | | | | validation: Make PruneOneBlockFile() a member of ChainstateManager | MarcoFalke | 2020-05-21 | 3 | -21/+19 | |
| | * | | | | | | | | | | | | | | | | | | | | | validation: Make LoadBlockIndex() a member of ChainstateManager | MarcoFalke | 2020-05-21 | 3 | -11/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | net: Pass chainman into PeerLogicValidation | MarcoFalke | 2020-05-21 | 6 | -14/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | node: Add chainman alias for g_chainman | MarcoFalke | 2020-05-21 | 4 | -19/+32 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers) | practicalswift | 2020-05-22 | 1 | -2/+0 | |
| | |_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge #18787: wallet: descriptor wallet release notes and cleanups | Samuel Dobson | 2020-05-22 | 4 | -18/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Change SetType to SetInternal and remove m_address_type | Andrew Chow | 2020-05-05 | 3 | -16/+16 | |