index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net_processing.cpp
Age
Commit message (
Expand
)
Author
2024-08-09
Merge bitcoin/bitcoin#29519: p2p: For assumeutxo, download snapshot chain bef...
Ava Chow
2024-08-06
p2p: For assumeutxo, download snapshot chain before background chain
Martin Zumsande
2024-08-06
p2p: Restrict downloading of blocks for snapshot chain
Martin Zumsande
2024-08-06
refactor: use c++20 std::views::reverse instead of reverse_iterator.h
stickies-v
2024-07-31
scripted-diff: Rename lazily initialized bloom filters
dergoegge
2024-07-31
[net processing] Lazily initialize m_recent_confirmed_transactions
dergoegge
2024-07-31
[net processing] Lazily initialize m_recent_rejects_reconsiderable
dergoegge
2024-07-31
[net processing] Lazily initialize m_recent_rejects
dergoegge
2024-07-25
m_tx_download_mutex followups
glozow
2024-07-25
release m_tx_download_mutex before MakeAndPushMessage GETDATA
glozow
2024-07-25
[refactor] change ActiveTipChange to use CBlockIndex ref instead of ptr
glozow
2024-07-24
[refactor] combine block vtx loops in BlockConnected
glozow
2024-07-16
lock m_recent_confirmed_transactions using m_tx_download_mutex
glozow
2024-07-16
remove obsoleted hashRecentRejectsChainTip
glozow
2024-07-16
update recent_rejects filters on ActiveTipChange
glozow
2024-07-16
guard TxRequest and rejection caches with new mutex
glozow
2024-07-16
Merge bitcoin/bitcoin#30394: net: fix race condition in self-connect detection
glozow
2024-07-10
Merge bitcoin/bitcoin#29996: Assumeutxo: bugfix on loadtxoutset with a diverg...
Ava Chow
2024-07-09
Merge bitcoin/bitcoin#30396: random: add benchmarks and drop unnecessary Shuf...
Ava Chow
2024-07-09
net: prevent sending messages in `NetEventsInterface::InitializeNode`
Sebastian Falbesoner
2024-07-09
net: fix race condition in self-connect detection
Sebastian Falbesoner
2024-07-06
random: drop ad-hoc Shuffle in favor of std::shuffle
Pieter Wuille
2024-07-05
net_processing: use existing RNG object in ProcessGetBlockData
MarcoFalke
2024-07-01
net, net_processing: use existing RNG objects more
Pieter Wuille
2024-07-01
random: convert GetExponentialRand into rand_exp_duration
Pieter Wuille
2024-07-01
random: convert GetRand{Micros,Millis} into randrange
Pieter Wuille
2024-07-01
random: get rid of GetRand by inlining
Pieter Wuille
2024-07-01
Merge bitcoin/bitcoin#30237: test: Add Compact Block Encoding test `ReceiveWi...
glozow
2024-06-29
p2p: Start downloading historical blocks from common ancestor
Martin Zumsande
2024-06-20
refactor: remove extraneous lock annotations from function definitions
Cory Fields
2024-06-20
Merge bitcoin/bitcoin#29575: net_processing: make any misbehavior trigger imm...
Ava Chow
2024-06-19
test: Make blockencodings_tests deterministic
AngusP
2024-06-13
refactor: remove warnings globals
stickies-v
2024-06-06
net_processing: make MaybePunishNodeFor{Block,Tx} return void
Pieter Wuille
2024-05-30
net_processing: remove Misbehavior score and increments
Pieter Wuille
2024-05-30
net_processing: make all Misbehaving increments = 100
Pieter Wuille
2024-05-30
net_processing: drop 8 headers threshold for incoming BIP130
Pieter Wuille
2024-05-30
net_processing: drop Misbehavior for unconnecting headers
Pieter Wuille
2024-05-30
net_processing: do not treat non-connecting headers as response
Pieter Wuille
2024-05-15
Merge bitcoin/bitcoin#30000: p2p: index TxOrphanage by wtxid, allow entries w...
Ryan Ofsky
2024-05-14
Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options in ...
Ava Chow
2024-05-14
[p2p] allow entries with the same txid in TxOrphanage
glozow
2024-05-14
[refactor] TxOrphanage::EraseTx by wtxid
glozow
2024-05-14
[refactor] TxOrphanage::HaveTx only by wtxid
glozow
2024-05-14
[p2p] don't query orphanage by txid
glozow
2024-05-09
Merge bitcoin/bitcoin#29122: test: adds outbound eviction functional tests, u...
Ava Chow
2024-05-06
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...
Luke Dashjr
2024-05-04
net: reduce LOCK(cs_main) scope in ProcessGetBlockData
Andrew Toth
2024-05-04
net: reduce LOCK(cs_main) scope in GETBLOCKTXN
Andrew Toth
2024-05-03
Merge bitcoin/bitcoin#30024: doc: replace remaining "520" magic nums with MAX...
Ava Chow
[next]