Age | Commit message (Expand) | Author |
2020-07-15 | Merge #19512: p2p: banscore updates to gui, tests, release notes | Wladimir J. van der Laan |
2020-07-15 | Merge #19214: Auto-detect SHA256 implementation in benchmarks | Wladimir J. van der Laan |
2020-07-15 | log: Avoid treating remote misbehvior as local system error | MarcoFalke |
2020-07-15 | refactor: Switch ValidationState mode to C++11 enum class | MarcoFalke |
2020-07-15 | Merge #19296: tests: Add fuzzing harness for AES{CBC,}256{Encrypt,Decrypt}, p... | Wladimir J. van der Laan |
2020-07-15 | tests: Add fuzzing harness for CBlockPolicyEstimator::{Read,Write} (policy/fe... | practicalswift |
2020-07-15 | tests: Add fuzzing harness for CBufferedFile::{SetPos,GetPos,GetType,GetVersi... | practicalswift |
2020-07-15 | tests: Add fuzzing harness for LoadExternalBlockFile(...) (validation.h) | practicalswift |
2020-07-15 | tests: Add fuzzing harness for CBufferedFile (streams.h) | practicalswift |
2020-07-15 | tests: Add fuzzing harness for CAutoFile (streams.h) | practicalswift |
2020-07-15 | tests: Add serialization/deserialization fuzzing helpers WriteToStream(…)/R... | practicalswift |
2020-07-15 | tests: Add FuzzedAutoFileProvider which provides a CAutoFile interface to Fuz... | practicalswift |
2020-07-15 | tests: Add FuzzedFileProvider which provides a FILE* interface to FuzzedDataP... | practicalswift |
2020-07-15 | Merge #19491: util: Make Assert work with any value | MarcoFalke |
2020-07-14 | Increment input value sum only once per UTXO in decodepsbt | Andrew Chow |
2020-07-14 | walletdb: Introduce WalletDatabase abstract class | Andrew Chow |
2020-07-14 | walletdb: Add BerkeleyDatabase::Open dummy function | Andrew Chow |
2020-07-14 | walletdb: Introduce AddRef and RemoveRef functions | Andrew Chow |
2020-07-14 | walletdb: Move BerkeleyDatabase::Flush(true) to Close() | Andrew Chow |
2020-07-14 | Merge #19323: gui: Fix regression in *txoutset* in GUI console | MarcoFalke |
2020-07-14 | Merge #19325: wallet: Refactor BerkeleyDatabase to introduce DatabaseBatch ab... | MarcoFalke |
2020-07-14 | Merge #18990: log: Properly log txs rejected from mempool | MarcoFalke |
2020-07-14 | refactor: replace CConnman pointers by references in net_processing.cpp | Sebastian Falbesoner |
2020-07-14 | test: update tests for peer discouragement | Jon Atack |
2020-07-14 | [net/net processing] check banman pointer before dereferencing | John Newbery |
2020-07-14 | gui, doc: rm Ban Score in GUI Peers window/release notes updates | Jon Atack |
2020-07-14 | Merge #19268: doc: Add non-thread-safe note to FeeFilterRounder::round() | MarcoFalke |
2020-07-14 | Merge #19464: net: remove -banscore configuration option | MarcoFalke |
2020-07-14 | Merge #19109: Only allow getdata of recently announced invs | fanquake |
2020-07-13 | walletdb: Don't remove database transaction logs and instead error | Andrew Chow |
2020-07-13 | Merge bitcoin-core/gui#30: Disable the main window toolbar when the modal ove... | MarcoFalke |
2020-07-13 | Merge #19486: Remove unused constants `CADDR_TIME_VERSION` and `GETHEADERS_VE... | MarcoFalke |
2020-07-12 | Merge #18202: refactor: consolidate sendmany and sendtoaddress code | Samuel Dobson |
2020-07-12 | Merge #19490: wallet: Fix typo in comments; Simplify assert | Samuel Dobson |
2020-07-11 | net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLD | Jon Atack |
2020-07-11 | net: remove -banscore configuration option | Jon Atack |
2020-07-11 | Merge #19493: wallet: Fix clang build in Mac | MarcoFalke |
2020-07-11 | wallet: Fix clang build in Mac | Anthony Fieroni |
2020-07-11 | util: Make Assert work with any value | MarcoFalke |
2020-07-11 | wallet: Fix typo in comments; Simplify assert | MarcoFalke |
2020-07-12 | Merge #19441: walletdb: don't reinitialize desc cache with multiple cache ent... | Samuel Dobson |
2020-07-11 | Merge #18923: wallet: Never schedule MaybeCompactWalletDB when -flushwallet i... | Samuel Dobson |
2020-07-11 | Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ... | Samuel Dobson |
2020-07-11 | Merge #18850: wallet: Fix ZapSelectTx to sync wallet spends | Samuel Dobson |
2020-07-11 | qt: Disable toolbar when overlay is shown | Hennadii Stepanov |
2020-07-11 | Add <datadir>/settings.json persistent settings storage. | Russell Yanofsky |
2020-07-11 | Merge #19222: tests: Add fuzzing harness for BanMan | MarcoFalke |
2020-07-11 | util: Add ReadSettings and WriteSettings functions | Russell Yanofsky |
2020-07-11 | qt, refactor: Cleanup ModalOverlay slots | Hennadii Stepanov |
2020-07-11 | Merge #19474: doc: Use precise permission flags where possible | MarcoFalke |