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
2020-11-04
Merge #20212: net: fix output of peer address in version message
MarcoFalke
2020-11-03
Merge #20187: Addrman: test-before-evict bugfix and improvements for block-re...
fanquake
2020-10-27
Call CAddrMan::Good() on block-relay-only peer addresses
Suhas Daftuar
2020-10-27
Avoid calling CAddrMan::Connected() on block-relay-only peer addresses
Suhas Daftuar
2020-10-27
[net processing] Don't add AlreadyHave txs to recentRejects
Troy Giorshev
2020-10-21
net: fix output of peer address in version message
Vasil Dimov
2020-10-19
Merge #19911: net: guard vRecvGetData with cs_vRecv and orphan_work_set with ...
fanquake
2020-10-15
Merge #20146: net: Send post-verack handshake messages at most once
fanquake
2020-10-14
Merge #19988: Overhaul transaction request logic
Wladimir J. van der Laan
2020-10-14
scripted-diff: rename vRecvGetData
Neha Narula
2020-10-14
Guard vRecvGetData (now in net processing) with its own mutex
Neha Narula
2020-10-14
Move vRecvGetData to net processing
Neha Narula
2020-10-14
Lock before checking if orphan_work_set is empty; indicate it is guarded
Neha Narula
2020-10-14
Move m_orphan_work_set to net_processing
Neha Narula
2020-10-14
net: Send post-verack handshake messages at most once
MarcoFalke
2020-10-13
[Rename only] Rename orphan_work_set to m_orphan_work_set.
Neha Narula
2020-10-12
Report and verify expirations
Pieter Wuille
2020-10-12
Make txid delay penalty also apply to fetches of orphan's parents
Pieter Wuille
2020-10-12
Expedite removal of tx requests that are no longer needed
Pieter Wuille
2020-10-12
Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers
Pieter Wuille
2020-10-12
Change transaction request logic to use txrequest
Pieter Wuille
2020-10-11
Only relay IPv4, IPv6, Tor addresses
Pieter Wuille
2020-10-11
Merge #19954: Complete the BIP155 implementation and upgrade to TORv3
fanquake
2020-10-09
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-10-08
Avoid 'timing mishap' warnings when mocking
Pieter Wuille
2020-10-08
Use mockable time everywhere in net_processing
Pieter Wuille
2020-10-07
Merge #19339: validation: re-delegate absurd fee checking from mempool to cli...
fanquake
2020-10-05
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-10-04
Merge #19723: Ignore unknown messages before VERACK
MarcoFalke
2020-10-02
Merge #19871: doc: Clarify scope of eviction protection of outbound block-rel...
Wladimir J. van der Laan
2020-09-30
Merge #19498: Tidy up ProcessOrphanTx
MarcoFalke
2020-09-29
Merge #19107: p2p: Move all header verification into the network layer, exten...
fanquake
2020-09-26
Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs
MarcoFalke
2020-09-23
Merge #19979: Replace LockAssertion with AssertLockHeld, remove LockAssertion
MarcoFalke
2020-09-22
Remove header checks out of net_processing
Troy Giorshev
2020-09-22
Move checksum check from net_processing to net
Troy Giorshev
2020-09-21
[log] Add connection type to log statement
Amiti Uttarwar
2020-09-22
Merge #17785: p2p: Unify Send and Receive protocol versions
Wladimir J. van der Laan
2020-09-21
Merge #19697: Improvements on ADDR caching
Wladimir J. van der Laan
2020-09-19
Replace LockAssertion with a proper thread safety annotations
Hennadii Stepanov
2020-09-16
Merge #19879: [p2p] miscellaneous wtxid followups
fanquake
2020-09-10
[doc] Clarify semantic of peer's m_protect w.r.t to outbound eviction logics
Antoine Riard
2020-09-08
Do not pass chain params to CheckForStaleTipAndEvictPeers twice
MarcoFalke
2020-09-07
ProcessOrphanTx: Move AddToCompactExtraTransactions call into ProcessOrphanTx
John Newbery
2020-09-07
ProcessOrphanTx: Remove aliases
John Newbery
2020-09-07
ProcessOrphanTx: Remove outdated commented
John Newbery
2020-09-07
ProcessOrphanTx: remove useless setMisbehaving set
John Newbery
2020-09-07
ProcessOrphanTx: remove useless done variable
John Newbery
2020-09-07
[net processing] Add doxygen comments for orphan data and function
John Newbery
2020-09-07
p2p: Use the greatest common version in peer logic
Hennadii Stepanov
[next]