aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-10-06Merge bitcoin-core/gui#446: RPCConsole: Throw when overflowing size_t type fo...MarcoFalke
2021-10-06qt: Fix WalletControllerActivity progress dialog titleShashwat
2021-10-06util: Add mremap syscall to AllowAddressSpaceAccessMarcoFalke
2021-10-06Add to spends only transcations from meS3RK
2021-10-06Automatically add labels to detected receiving addressesS3RK
2021-10-06Return used destinations from ScriptPubKeyMan::MarkUnusedAddressesS3RK
2021-10-06Add CWallet::IsInternalScriptPubKeyManS3RK
2021-10-06External input fund support cleanupsGregory Sanders
2021-10-05refactor: use `{Read,Write}BE32` helpers for BIP32 nChild (de)serializationSebastian Falbesoner
2021-10-06qt: never disable HD status icon=
2021-10-05util: Conditionalize some syscalls in syscall name tableW. J. van der Laan
2021-10-05util: Add __NR_copy_file_range syscall constant for sandboxW. J. van der Laan
2021-10-05p2p: improve checkaddrman logging with duration in millisecondsJon Atack
2021-10-05[fuzz] Update comment in FillAddrman()John Newbery
2021-10-05[fuzz] Make Fill() a free function in fuzz/addrman.cppJohn Newbery
2021-10-05[fuzz] Make RandAddr() a free function in fuzz/addrman.cppJohn Newbery
2021-10-05Make CAddrman::Select_ select buckets, not positions, firstPieter Wuille
2021-10-05[fuzz] Pass FuzzedDataProvider& into Fill() in addrman fuzz testsJohn Newbery
2021-10-05[fuzz] Create a FastRandomContext in addrman fuzz testsJohn Newbery
2021-10-05log, timer: add LOG_TIME_MILLIS_WITH_CATEGORY_MSG_ONCE macroJon Atack
2021-10-05log, timer: allow not repeating log message on completionJon Atack
2021-10-05multiprocess: add interfaces::ExternalSigner classRussell Yanofsky
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-10-05refactor: Add fs::PathToString, fs::PathFromString, u8string, u8path functionsRussell Yanofsky
2021-10-05Merge bitcoin/bitcoin#23178: util: Fix GUIX build with syscall sandboxW. J. van der Laan
2021-10-05Merge bitcoin/bitcoin#22950: [p2p] Pimpl AddrMan to abstract implementation d...MarcoFalke
2021-10-05util: Make sure syscall numbers used in profile are definedW. J. van der Laan
2021-10-05RPCConsole: Throw when overflowing size_t type for array indicesMarcoFalke
2021-10-05Merge bitcoin/bitcoin#23179: sandbox: add `newfstatat` & `copy_file_range` to...MarcoFalke
2021-10-05style: SortMarcoFalke
2021-10-05scripted-diff: Move bloom to src/commonMarcoFalke
2021-10-05refactor: Remove unused MakeUCharSpanMarcoFalke
2021-10-05core_write: Rename calculate_fee to have_undo for clarityfyquah
2021-10-05rpc: Add level 3 verbosity to getblock RPC call.fyquah
2021-10-05rpc: Replace boolean argument for tx details with enum class.fyquah
2021-10-05wallet: resolve ambiguity of two ScriptPubKey managers providing same scriptS3RK
2021-10-05Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensusMarcoFalke
2021-10-05util: Define SECCOMP_RET_KILL_PROCESS if not provided by the headersW. J. van der Laan
2021-10-05sandbox: add copy_file_range to allowed filesystem syscallsfanquake
2021-10-05sandbox: add newfstatat to allowed filesystem syscallsfanquake
2021-10-04Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ...W. J. van der Laan
2021-10-04[refactor] pass coinsview and height to check()glozow
2021-10-04[mempool] simplify some check() logicglozow
2021-10-04[validation/mempool] use Spend/AddCoin instead of UpdateCoinsglozow
2021-10-04MOVEONLY: remove single-use helper func CheckInputsAndUpdateCoinsglozow
2021-10-04[mempool] remove now-unnecessary codeglozow
2021-10-04[mempool] speed up check() by using coins cache and iterating in topo orderglozow
2021-10-04[bench] Benchmark CTxMemPool::check()glozow
2021-10-04Merge bitcoin/bitcoin#23156: refactor: Remove unused ParsePrechecks and Parse...MarcoFalke
2021-10-04doc: Extract FundTxDocMarcoFalke