aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-17clang-tidy: turn on modernize-use-noexceptfanquake
2023-07-17validation: use noexcept instead of deprecated throw()fanquake
2023-07-17Merge bitcoin/bitcoin#28069: guix: Remove librt usage from release binariesfanquake
2023-07-17Merge bitcoin/bitcoin#28065: fuzz: Flatten all FUZZ_TARGET macros into onefanquake
2023-07-17Merge bitcoin/bitcoin#28084: doc: update windows `-fstack-clash-protection` docfanquake
2023-07-17Merge bitcoin/bitcoin#28086: fuzz: Bump FuzzedDataProvider.hfanquake
2023-07-17fuzz: Bump FuzzedDataProvider.hMarcoFalke
2023-07-16Merge bitcoin-core/gui#740: Show own outputs on PSBT signing windowHennadii Stepanov
2023-07-16doc: update windows -fstack-clash-protection docfanquake
2023-07-14Merge bitcoin/bitcoin#28048: kernel: Remove StartShutdown calls from validati...Andrew Chow
2023-07-14Merge bitcoin/bitcoin#28071: ci: Add missing -O2 to valgrind tasksfanquake
2023-07-13Merge bitcoin/bitcoin#27549: fuzz: addrman, add coverage for `network` field ...Andrew Chow
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2023-07-13fuzz: Accept options in FUZZ_TARGET macroMarcoFalke
2023-07-13Merge bitcoin/bitcoin#27411: p2p: Restrict self-advertisements with privacy n...Andrew Chow
2023-07-12Merge bitcoin/bitcoin#27985: Add support for RFC8439 variant of ChaCha20Andrew Chow
2023-07-12ci: Add missing -O2 to valgrind tasksMarcoFalke
2023-07-12guix: backport glibc patch to prevent redundant librt linkfanquake
2023-07-12contrib: remove librt from release depsfanquake
2023-07-12build: remove check for gettimeofday & librtfanquake
2023-07-11Merge bitcoin/bitcoin#28025: test: refactor: deduplicate legacy ECDSA signing...Andrew Chow
2023-07-11kernel: Remove StartShutdown calls from validation codeRyan Ofsky
2023-07-11Merge bitcoin/bitcoin#28044: test: indexes, fix on error infinite loopRyan Ofsky
2023-07-11Merge bitcoin/bitcoin#28053: refactor: Move stopafterblockimport option out o...Ryan Ofsky
2023-07-11refactor: Move stopafterblockimport handling out of blockstorageTheCharlatan
2023-07-11Merge bitcoin/bitcoin#28028: test: Check expected_stderr after stopfanquake
2023-07-10test: indexes, fix on error infinite loopfurszy
2023-07-10Merge bitcoin/bitcoin#27607: index: make startup more efficientRyan Ofsky
2023-07-10Merge bitcoin/bitcoin#28050: test: make assumeUTXO test capture the expected ...fanquake
2023-07-10index: verify blocks data existence only oncefurszy
2023-07-10init: don't start indexes sync thread prematurelyfurszy
2023-07-10refactor: simplify pruning violation checkfurszy
2023-07-10make GetFirstStoredBlock assert that 'start_block' always has datafurszy
2023-07-10refactor: index, decouple 'Init' from 'Start'furszy
2023-07-10test: Check expected_stderr after stopMarcoFalke
2023-07-09test: add ChaCha20 test triggering 32-bit block counter overflowSebastian Falbesoner
2023-07-08test: make assumeUTXO test capture the expected fatal errorfurszy
2023-07-07refactor: init indexes, decouple 'Start()' from the creation stepfurszy
2023-07-07doc: describe 'init load' thread actionsMartin Zumsande
2023-07-07scripted-diff: rename 'loadblk' thread name to 'initload'furszy
2023-07-07init: start indexes sync earlierfurszy
2023-07-07tests: improve ChaCha20 unit testsPieter Wuille
2023-07-07crypto: Implement RFC8439-compatible variant of ChaCha20Pieter Wuille
2023-07-07Merge bitcoin/bitcoin#28039: wallet: don't include bdb files from our headersAndrew Chow
2023-07-07Merge bitcoin/bitcoin#28038: wallet: address book migration bug fixesfanquake
2023-07-07wallet: bdb: include bdb header from our implementation files onlyCory Fields
2023-07-07wallet: bdb: don't use bdb define in headerCory Fields
2023-07-07wallet: bdb: move BerkeleyDatabase constructor to cpp fileCory Fields
2023-07-07wallet: bdb: move SafeDbt to cpp fileCory Fields
2023-07-07wallet: bdb: move SpanFromDbt to below SafeDbt's implementationCory Fields