aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-20refactor: Split util::AnyPtr into its own fileTheCharlatan
2023-05-20refactor: Split util::insert into its own fileTheCharlatan
2023-05-20refactor: Move ScheduleBatchPriority to its own fileTheCharlatan
2023-05-20kernel: Add warning method to notificationsTheCharlatan
2023-05-20kernel: Add progress method to notificationsTheCharlatan
2023-05-20kernel: Add headerTip method to notificationsTheCharlatan
2023-05-20kernel: Add notification interfaceTheCharlatan
2023-05-19Merge bitcoin/bitcoin#27021: Implement Mini version of BlockAssembler to calc...glozow
2023-05-19Merge bitcoin/bitcoin#27662: build: Bump minimum supported GCC to g++-9fanquake
2023-05-18Merge bitcoin/bitcoin#27556: wallet: fix deadlock in bdb read write operationAndrew Chow
2023-05-18Only request full blocks from the peer we thought had the block in-flightGreg Sanders
2023-05-18Convert mapBlocksInFlight to a multimapGreg Sanders
2023-05-18Remove nBlocksInFlightGreg Sanders
2023-05-18alias BlockDownloadMap for mapBlocksInFlightGreg Sanders
2023-05-18Merge bitcoin/bitcoin#27689: doc: remove mention of glibc 2.10+fanquake
2023-05-18build: Bump minimum supported GCC to g++-9MarcoFalke
2023-05-17index: Enable reindex-chainstate with active indexesMartin Zumsande
2023-05-17index: Use first block from locator instead of looking for fork pointMartin Zumsande
2023-05-17doc: remove mention of glibc 2.10+fanquake
2023-05-16qt, test: Add missed headerHennadii Stepanov
2023-05-16ConnectTip: don't log total disk read time in benchSjors Provoost
2023-05-16Merge bitcoin/bitcoin#27041: Build: Improve handling of suppressed logging in...fanquake
2023-05-15walletdb: Remove unused CreateMockWalletDatabaseAndrew Chow
2023-05-15test: add coverage for wallet read write db deadlockfurszy
2023-05-15walletdb: scope bdb::EraseRecords under a single db txnfurszy
2023-05-15wallet: bugfix, GetNewCursor() misses to provide batch ptr to BerkeleyCursorfurszy
2023-05-15Merge bitcoin/bitcoin#26715: Introduce `MockableDatabase` for wallet unit testsfanquake
2023-05-15doc: Remove unused NO_BLOOM_VERSION constantMarcoFalke
2023-05-14wallet, tests: mark unconflicted txs as inactiveishaanam
2023-05-11Merge bitcoin/bitcoin#27610: Improve performance of p2p inv to send queuesfanquake
2023-05-11Merge bitcoin/bitcoin#27125: refactor, kernel: Decouple ArgsManager from bloc...fanquake
2023-05-10Merge bitcoin/bitcoin#19690: util: improve FindByte() performanceAndrew Chow
2023-05-10[mempool] clear mapDeltas entry if prioritisetransaction sets delta to 0glozow
2023-05-10[rpc] add getprioritisedtransactionsglozow
2023-05-10[mempool] add GetPrioritisedTransactionsglozow
2023-05-10refactor, blockstorage: Replace stopafterblockimport argTheCharlatan
2023-05-10refactor, blockstorage: Replace blocksdir argTheCharlatan
2023-05-10refactor, BlockManager: Replace fastprune from arg with optionsTheCharlatan
2023-05-10refactor/iwyu: Complete includes for blockmanager_argsTheCharlatan
2023-05-10refactor: Move functions to BlockManager methodsTheCharlatan
2023-05-10zmq: Pass lambda to zmq's ZMQPublishRawBlockNotifierTheCharlatan
2023-05-10Merge bitcoin/bitcoin#27605: refactor: Replace global find_value function wit...Andrew Chow
2023-05-10Merge bitcoin/bitcoin#27611: refactor: Use ChainType enum exhaustivelyfanquake
2023-05-10refactor: Declare g_zmq_notification_interface as unique_ptrTheCharlatan
2023-05-10refactor: Use ChainType enum exhaustivelyTheCharlatan
2023-05-10net_processing: Boost inv trickle rateAnthony Towns
2023-05-10txmempool: have CompareDepthAndScore sort missing txs firstAnthony Towns
2023-05-09Temporarily work around gcc-13 warning bug in interfaces_testsMarcoFalke
2023-05-09p2p: Avoid prematurely clearing download state for other peersSuhas Daftuar