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-06-25
refactor: Use Mutex type for g_cs_recent_confirmed_transactions
Hennadii Stepanov
2020-06-24
Merge #19272: net, test: invalid p2p messages and test framework improvements
MarcoFalke
2020-06-21
doc: Remove -whitelistforcerelay from comment
MarcoFalke
2020-06-19
net: update misbehavior logging for oversized messages
Jon Atack
2020-06-19
Merge #19293: net: Avoid redundant and confusing FAILED log
fanquake
2020-06-18
[net] split PushInventory()
John Newbery
2020-06-16
net: Remove dead logging code
MarcoFalke
2020-06-16
net: Avoid redundant and confusing FAILED log
MarcoFalke
2020-06-14
[p2p/refactor] move disconnect logic and remove misbehaving
gzhao408
2020-06-14
[netprocessing] disconnect node that sends filterclear
gzhao408
2020-06-04
doc: noban precludes maxuploadtarget disconnects
MarcoFalke
2020-06-04
net: Reformat excessively long if condition into multiple lines
MarcoFalke
2020-06-02
refactor: replace CNode pointers by references within net_processing.{h,cpp}
Sebastian Falbesoner
2020-05-31
Merge #19044: net processing: Add support for getcfilters
MarcoFalke
2020-05-30
Merge #18807: [doc / test / mempool] unbroadcast follow-ups
MarcoFalke
2020-05-26
[net processing] Message handling for getcfilters.
Jim Posen
2020-05-26
[refactor] Pass CNode and CConnman by reference
John Newbery
2020-05-26
Merge #19010: net processing: Add support for getcfheaders
MarcoFalke
2020-05-25
[doc] Provide rationale for randomization in scheduling.
Amiti Uttarwar
2020-05-23
Merge #18698: Make g_chainman internal to validation
MarcoFalke
2020-05-22
[net processing] Message handling for getcfheaders.
Jim Posen
2020-05-22
Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...
fanquake
2020-05-21
Merge #18960: indexes: Add compact block filter headers cache
Wladimir J. van der Laan
2020-05-21
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-21
Merge #18530: Add test for -blocksonly and -whitelistforcerelay param interac...
MarcoFalke
2020-05-19
[mempool] sanity check that all unbroadcast txns are in mempool
gzhao408
2020-05-19
Merge #18861: Do not answer GETDATA for to-be-announced tx
fanquake
2020-05-18
[indexes] Add compact block filter headers cache
John Newbery
2020-05-17
Updated comment for the condition where a transaction relay is denied
glowang
2020-05-12
Do not answer GETDATA for to-be-announced tx
Pieter Wuille
2020-05-12
[net processing] Only send a getheaders for one block in an INV
John Newbery
2020-05-12
Push down use of cs_main into FindTxForGetData
Pieter Wuille
2020-05-12
Abstract logic to determine whether to answer tx GETDATA
Pieter Wuille
2020-05-12
Merge #18877: Serve cfcheckpt requests
MarcoFalke
2020-05-12
Merge #18808: [net processing] Drop unknown types in getdata
fanquake
2020-05-08
[net processing] Message handling for getcfcheckpt.
Jim Posen
2020-05-06
Merge #18806: net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE...
fanquake
2020-04-29
[docs] Improve commenting in ProcessGetData()
John Newbery
2020-04-29
[net processing] ignore unknown INV types in GETDATA messages
Amiti Uttarwar
2020-04-29
[net processing] ignore tx GETDATA from blocks-only peers
Amiti Uttarwar
2020-04-29
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-28
net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE fix
Sebastian Falbesoner
2020-04-23
[p2p] Reattempt initial send of unbroadcast transactions
Amiti Uttarwar
2020-04-23
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-04-23
[net processing] Move all const declarations to top of net_processing.cpp
John Newbery
2020-04-23
[net processing] Move net processing consts to net_processing.cpp
John Newbery
2020-04-20
Merge #18544: net: limit BIP37 filter lifespan (active between 'filterload'.....
MarcoFalke
2020-04-10
Merge #18454: net: Make addr relay mockable, add test
MarcoFalke
2020-04-09
net: limit BIP37 filter lifespan (active between 'filterload' and 'filterclear')
Sebastian Falbesoner
[next]