aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-15Merge bitcoin/bitcoin#28240: refactor: Remove unused boost signals2 from torc...Andrew Chow
2023-08-15Merge bitcoin/bitcoin#27460: rpc: Add importmempool RPCAndrew Chow
2023-08-15Merge bitcoin/bitcoin#28267: crypto: BIP324 ciphersuite follow-upfanquake
2023-08-15Merge bitcoin/bitcoin#28215: fuzz: fix a couple incorrect assertions in the `...fanquake
2023-08-15refactor: add missing headers for BIP324 ciphersuitestratospher
2023-08-14crypto: BIP324 ciphersuite follow-upstratospher
2023-08-11fuzz: coins_view: remove an incorrect assertionAntoine Poinsot
2023-08-10Merge bitcoin/bitcoin#28008: BIP324 ciphersuitefanquake
2023-08-09Merge bitcoin/bitcoin#28149: net processing: clamp PeerManager::Options user ...glozow
2023-08-08Sort includes in compat.hMarcoFalke
2023-08-08remove unused limits.h include in compat.hMarcoFalke
2023-08-08Replace LocaleIndependentAtoi with ToIntegralMarcoFalke
2023-08-08iwyu on torcontrolMarcoFalke
2023-08-08Remove unused boost signals2 from torcontrolMarcoFalke
2023-08-07Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headersfanquake
2023-08-07Merge bitcoin/bitcoin#26296: ci: Integrate `bitcoin-tidy` clang-tidy pluginfanquake
2023-08-07Merge bitcoin/bitcoin#27401: tracepoints: Disables `-Wgnu-zero-variadic-macro...fanquake
2023-08-07Add importmempool RPCMarcoFalke
2023-08-07refactor: Add and use kernel::ImportMempoolOptionsMarcoFalke
2023-08-07doc: Clarify the getmempoolinfo.loaded RPC field documentationMarcoFalke
2023-08-07Remove Chainstate::LoadMempoolMarcoFalke
2023-08-07Merge bitcoin/bitcoin#28191: refactor: Remove unused MessageStartChars parame...fanquake
2023-08-06Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi...fanquake
2023-08-05refactor: Correct dbwrapper key namingTheCharlatan
2023-08-05build: Remove leveldb from BITCOIN_INCLUDESTheCharlatan
2023-08-05refactor: Move CDBWrapper leveldb members to their own context structTheCharlatan
2023-08-05refactor: Split dbwrapper CDBWrapper::EstimateSize implementationTheCharlatan
2023-08-05refactor: Move HandleError to dbwrapper implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBWrapper::Exists implementationTheCharlatan
2023-08-05refactor: Fix logging.h includesTheCharlatan
2023-08-05refactor: Split dbwrapper CDBWrapper::Read implementationTheCharlatan
2023-08-05refactor: Pimpl leveldb::Iterator for CDBIteratorTheCharlatan
2023-08-05refactor: Split dbwrapper CDBIterator::GetValue implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBIterator::GetKey implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBIterator::Seek implementationTheCharlatan
2023-08-05refactor: Pimpl leveldb::batch for CDBBatchTheCharlatan
2023-08-05refactor: Split dbwrapper CDBatch::Erase implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBBatch::Write implementationTheCharlatan
2023-08-04Merge bitcoin/bitcoin#28203: refactor: serialization simplificationsfanquake
2023-08-04fuzz: coins_view: correct an incorrect assertionAntoine Poinsot
2023-08-03p2p: network-specific management of outbound connectionsMartin Zumsande
2023-08-03test: Add test for outbound protection by networkMartin Zumsande
2023-08-03p2p: Protect extra full outbound peers by networkMartin Zumsande
2023-08-03p2p: Introduce data struct to track connection counts by networkAmiti Uttarwar
2023-08-03tidy: Integrate bicoin-tidy clang-tidy pluginfanquake
2023-08-03refactor: fix unterminated LogPrintf()sfanquake
2023-08-03lint: remove /* Continued */ markers from codebasefanquake
2023-08-03Merge bitcoin/bitcoin#27832: doc: Clarify -datacarriersize, add -datacarriers...fanquake
2023-08-03Merge bitcoin/bitcoin#27918: fuzz: addrman, avoid `ConsumeDeserializable` whe...fanquake
2023-08-03Merge bitcoin/bitcoin#28059: refactor: Make more transaction size variables s...glozow