aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-12-01rpc: remove info about mallocinfo needing glibc 2.10+fanquake
2021-12-01Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam...fanquake
2021-12-01Merge bitcoin/bitcoin#23601: Don't check if the listening socket is validMarcoFalke
2021-12-01Merge bitcoin/bitcoin#23590: Crash debug builds when mempool ConsensusScriptC...MarcoFalke
2021-11-30Merge bitcoin/bitcoin#21327: net_processing: ignore transactions while in IBDW. J. van der Laan
2021-11-30Merge bitcoin/bitcoin#23602: wallet: Split stuff from rpcwalletMarcoFalke
2021-11-29Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...W. J. van der Laan
2021-11-29Merge bitcoin/bitcoin#22902: tracing: utxocache tracepointsW. J. van der Laan
2021-11-29Merge bitcoin/bitcoin#23591: refactor: Use underlying type of isminetype for ...W. J. van der Laan
2021-11-29Merge bitcoin/bitcoin#23397: Avoid excessive lock contention in CCheckQueue::AddMarcoFalke
2021-11-28[tracing] tracepoints to utxocache add, spent and uncacheArnab Sen
2021-11-28[tracing] tracepoint for utxocache flushesArnab Sen
2021-11-28Merge bitcoin/bitcoin#23600: doc: Tidy up nMinDiskSpace commentfanquake
2021-11-27Merge bitcoin/bitcoin#22868: wallet: Call load handlers without cs_wallet lockedSamuel Dobson
2021-11-26wallet: Split signmessage from rpcwalletMarcoFalke
2021-11-26net: don't check if the listening socket is validVasil Dimov
2021-11-26doc: Tidy up nMinDiskSpace commentMarcoFalke
2021-11-26Merge bitcoin/bitcoin#23517: scripted-diff: Move miner to src/nodeMarcoFalke
2021-11-25Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safeW. J. van der Laan
2021-11-25refactor: Use underlying type of isminetype for isminefilterMarcoFalke
2021-11-25Merge bitcoin/bitcoin#23152: build: add `--enable-lto` configuration optionfanquake
2021-11-25Merge bitcoin/bitcoin#22829: refactor: various RecursiveMutex replacements in...MarcoFalke
2021-11-25Crash debug builds when mempool ConsensusScriptChecks failsMarcoFalke
2021-11-25Merge bitcoin/bitcoin#23538: Remove strtol in torcontrolW. J. van der Laan
2021-11-25Merge bitcoin-core/gui#477: Monospaced output in Console on macOSHennadii Stepanov
2021-11-25Merge bitcoin/bitcoin#23512: policy: Treat taproot as always activeMarcoFalke
2021-11-24refactor: replace RecursiveMutex m_added_nodes_mutex with MutexSebastian Falbesoner
2021-11-24refactor: replace RecursiveMutex m_addr_fetches_mutex with MutexSebastian Falbesoner
2021-11-24scripted-diff: rename node vector/mutex members in CConnmanSebastian Falbesoner
2021-11-24refactor: remove RecursiveMutex cs_totalBytesRecv, use std::atomic insteadSebastian Falbesoner
2021-11-24Merge bitcoin/bitcoin#21943: Dedup and RAII-fy the creation of a copy of CCon...W. J. van der Laan
2021-11-24Merge bitcoin/bitcoin#23451: span: Add std::byte helpersMarcoFalke
2021-11-24Merge bitcoin/bitcoin#23249: util: ParseByteUnits - Parse a string with suffi...MarcoFalke
2021-11-23Merge bitcoin/bitcoin#23573: refactor: cast bool operands to int to silence c...fanquake
2021-11-22refactor: cast bool to int to silence compiler warningJon Atack
2021-11-22Merge bitcoin/bitcoin#16807: Let validateaddress locate error in Bech32 addressW. J. van der Laan
2021-11-22qt: monospaced output in Console on macOSrandymcmillan
2021-11-22wallet: Call load handlers without cs_wallet lockedJoão Barbosa
2021-11-22Merge bitcoin/bitcoin#22364: wallet: Make a tr() descriptor by defaultMarcoFalke
2021-11-22Merge bitcoin/bitcoin#23348: rpc, wallet: Do not return "keypoololdest" for b...Samuel Dobson
2021-11-21Merge bitcoin-core/gui#319: Paste button in Open URI dialogHennadii Stepanov
2021-11-21Merge bitcoin-core/gui#449: Restore "S" accelerator for "Start on system logi...Hennadii Stepanov
2021-11-19util: Add missing fstatfs to syscall sandboxMarcoFalke
2021-11-19scripted-diff: Use clang-tidy syntax for C++ named argumentsMarcoFalke
2021-11-19doc: Use clang-tidy comments in crypto_testsMarcoFalke
2021-11-18Remove strtol in torcontrolMarcoFalke
2021-11-18net: split CConnman::SocketHandler()Vasil Dimov
2021-11-18style: remove unnecessary bracesVasil Dimov
2021-11-18net: keep reference to each node during socket waitVasil Dimov
2021-11-18net: dedup and RAII-fy the creation of a copy of CConnman::vNodesVasil Dimov