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
2023-09-07
Merge bitcoin/bitcoin#25284: net: Use serialization parameters for CAddress s...
fanquake
2023-09-05
Use serialization parameters for CAddress serialization
MarcoFalke
2023-08-29
[doc] move comment about AlreadyHaveTx DoS score to the right place
glozow
2023-08-29
[log] add more logs related to orphan handling
glozow
2023-08-29
[log] add category TXPACKAGES for orphanage and package relay
glozow
2023-08-29
[log] include wtxid in tx {relay,validation,orphanage} logging
glozow
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-07
Merge bitcoin/bitcoin#26296: ci: Integrate `bitcoin-tidy` clang-tidy plugin
fanquake
2023-08-07
Merge bitcoin/bitcoin#28191: refactor: Remove unused MessageStartChars parame...
fanquake
2023-08-06
Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi...
fanquake
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-08-03
p2p: Protect extra full outbound peers by network
Martin Zumsande
2023-08-03
lint: remove /* Continued */ markers from codebase
fanquake
2023-08-03
net_processing: Clean up INVENTORY_BROADCAST_MAX constants
Anthony Towns
2023-08-03
net_processing: don't add txids to m_tx_inventory_known_filter
Anthony Towns
2023-08-03
net_processing: drop m_recently_announced_invs bloom filter
Anthony Towns
2023-07-31
Remove unused MessageStartChars parameters from BlockManager methods
MarcoFalke
2023-07-24
[net processing] Move -capturemessages to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -blockreconstructionextratxn to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -maxorphantx to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -txreconciliation to PeerManager::Options
dergoegge
2023-07-24
[net processing] Use ignore_incoming_txs from m_opts
dergoegge
2023-07-24
[net processing] Introduce PeerManager options
dergoegge
2023-06-26
Merge bitcoin/bitcoin#27947: MaybePunishNodeForTx: Remove unused message arg ...
fanquake
2023-06-23
MaybePunishNodeForTx: Remove unused message arg and logging
Greg Sanders
2023-06-15
net: net_processing, add `ProcessCompactBlockTxns`
brunoerg
2023-06-08
Remove mapRelay
MarcoFalke
2023-06-08
net_processing: relay txs from m_most_recent_block
Anthony Towns
2023-06-01
streams: Drop confusing DataStream::Serialize method and << operator
Ryan Ofsky
2023-05-26
Merge bitcoin/bitcoin#27761: p2p: Log addresses of stalling peers
fanquake
2023-05-26
p2p: Log addresses of stalling peers
Martin Zumsande
2023-05-24
Unconditionally return when compact block status == READ_STATUS_FAILED
Greg Sanders
2023-05-23
Support up to 3 parallel compact block txn fetchings
Greg Sanders
2023-05-18
Only request full blocks from the peer we thought had the block in-flight
Greg Sanders
2023-05-18
Convert mapBlocksInFlight to a multimap
Greg Sanders
2023-05-18
Remove nBlocksInFlight
Greg Sanders
2023-05-18
alias BlockDownloadMap for mapBlocksInFlight
Greg Sanders
2023-05-11
Merge bitcoin/bitcoin#27610: Improve performance of p2p inv to send queues
fanquake
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-10
net_processing: Boost inv trickle rate
Anthony Towns
2023-05-09
p2p: Avoid prematurely clearing download state for other peers
Suhas Daftuar
2023-05-03
clarify processing of mempool-msgs when NODE_BLOOM
0xb10c
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-20
Merge bitcoin/bitcoin#27412: logging, net: add ASN from peers on logs
Andrew Chow
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-11
Merge bitcoin/bitcoin#27270: refactor, net processing: Avoid CNode::m_relays_...
fanquake
2023-04-04
logging: log ASN when using `-asmap`
brunoerg
2023-03-31
[net processing] Pass TxRelay to FindTxForGetData instead of Peer
dergoegge
[next]