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-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
2024-05-02
Replace remaining "520" magic numbers with MAX_SCRIPT_ELEMENT_SIZE
Jon Atack
2024-05-01
Process every MempoolAcceptResult regardless of PackageValidationResult
glozow
2024-05-01
[refactor] have ProcessPackageResult take a PackageToValidate
glozow
2024-05-01
[doc] remove redundant PackageToValidate comment
glozow
2024-05-01
[refactor] make MempoolAcceptResult::m_replaced_transactions non-optional
glozow
2024-04-30
Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logic
Ava Chow
2024-04-26
test: adds outbound eviction functional tests, updates comment in ConsiderEvi...
Sergi Delgado Segura
2024-04-26
[p2p] opportunistically accept 1-parent-1-child packages
glozow
2024-04-26
[p2p] add separate rejections cache for reconsiderable txns
glozow
2024-04-16
[doc] restore comment about why we check if ptx HasWitness before caching rej...
glozow
2024-04-16
guard against MempoolAcceptResult::m_replaced_transactions
glozow
2024-04-10
Remove timedata
stickies-v
2024-04-10
[net processing] Move IgnoresIncomingTxs to PeerManagerInfo
dergoegge
2024-04-10
[net processing] Introduce PeerManagerInfo
dergoegge
2024-04-10
Add TimeOffsets helper class
stickies-v
2024-04-10
[net processing] Use std::chrono for type-safe time offsets
stickies-v
[next]