index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net_processing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
refactor: replace CNode pointers by references within net_processing.{h,cpp}
Sebastian Falbesoner
2020-06-02
1
-330
/
+330
|
|
/
|
/
|
*
|
Merge #19044: net processing: Add support for getcfilters
MarcoFalke
2020-05-31
1
-19
/
+69
|
\
\
|
*
|
[net processing] Message handling for getcfilters.
Jim Posen
2020-05-26
1
-0
/
+50
|
*
|
[refactor] Pass CNode and CConnman by reference
John Newbery
2020-05-26
1
-19
/
+19
*
|
|
Merge #18807: [doc / test / mempool] unbroadcast follow-ups
MarcoFalke
2020-05-30
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[doc] Provide rationale for randomization in scheduling.
Amiti Uttarwar
2020-05-25
1
-1
/
+2
*
|
|
Merge #19010: net processing: Add support for getcfheaders
MarcoFalke
2020-05-26
1
-3
/
+83
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[net processing] Message handling for getcfheaders.
Jim Posen
2020-05-22
1
-3
/
+83
*
|
|
Merge #18698: Make g_chainman internal to validation
MarcoFalke
2020-05-23
1
-12
/
+13
|
\
\
\
|
*
|
|
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
1
-8
/
+8
|
*
|
|
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-21
1
-4
/
+5
*
|
|
|
Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...
fanquake
2020-05-22
1
-1
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
[mempool] sanity check that all unbroadcast txns are in mempool
gzhao408
2020-05-19
1
-1
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge #18960: indexes: Add compact block filter headers cache
Wladimir J. van der Laan
2020-05-21
1
-4
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[indexes] Add compact block filter headers cache
John Newbery
2020-05-18
1
-4
/
+2
*
|
|
Merge #18530: Add test for -blocksonly and -whitelistforcerelay param interac...
MarcoFalke
2020-05-21
1
-2
/
+2
|
\
\
\
|
*
|
|
Updated comment for the condition where a transaction relay is denied
glowang
2020-05-17
1
-2
/
+2
*
|
|
|
Merge #18861: Do not answer GETDATA for to-be-announced tx
fanquake
2020-05-19
1
-47
/
+51
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Do not answer GETDATA for to-be-announced tx
Pieter Wuille
2020-05-12
1
-2
/
+10
|
*
|
|
Push down use of cs_main into FindTxForGetData
Pieter Wuille
2020-05-12
1
-31
/
+28
|
*
|
|
Abstract logic to determine whether to answer tx GETDATA
Pieter Wuille
2020-05-12
1
-25
/
+24
|
|
|
/
|
|
/
|
*
/
|
[net processing] Only send a getheaders for one block in an INV
John Newbery
2020-05-12
1
-10
/
+14
|
/
/
*
|
Merge #18877: Serve cfcheckpt requests
MarcoFalke
2020-05-12
1
-0
/
+110
|
\
\
|
*
|
[net processing] Message handling for getcfcheckpt.
Jim Posen
2020-05-08
1
-0
/
+110
*
|
|
Merge #18808: [net processing] Drop unknown types in getdata
fanquake
2020-05-12
1
-18
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[docs] Improve commenting in ProcessGetData()
John Newbery
2020-04-29
1
-1
/
+7
|
*
|
[net processing] ignore unknown INV types in GETDATA messages
Amiti Uttarwar
2020-04-29
1
-7
/
+3
|
*
|
[net processing] ignore tx GETDATA from blocks-only peers
Amiti Uttarwar
2020-04-29
1
-10
/
+12
|
|
/
*
|
Merge #18806: net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE...
fanquake
2020-05-06
1
-1
/
+0
|
\
\
|
*
|
net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE fix
Sebastian Falbesoner
2020-04-28
1
-1
/
+0
|
|
/
*
|
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-29
1
-2
/
+25
|
\
\
|
|
/
|
/
|
|
*
[p2p] Reattempt initial send of unbroadcast transactions
Amiti Uttarwar
2020-04-23
1
-0
/
+17
|
*
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-04-23
1
-2
/
+8
*
|
[net processing] Move all const declarations to top of net_processing.cpp
John Newbery
2020-04-23
1
-16
/
+14
*
|
[net processing] Move net processing consts to net_processing.cpp
John Newbery
2020-04-23
1
-0
/
+33
*
|
Merge #18544: net: limit BIP37 filter lifespan (active between 'filterload'.....
MarcoFalke
2020-04-20
1
-1
/
+1
|
\
\
|
*
|
net: limit BIP37 filter lifespan (active between 'filterload' and 'filterclear')
Sebastian Falbesoner
2020-04-09
1
-1
/
+1
*
|
|
Merge #18454: net: Make addr relay mockable, add test
MarcoFalke
2020-04-10
1
-12
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
net: Pass connman const when relaying address
MarcoFalke
2020-04-02
1
-4
/
+4
|
*
|
net: Make addr relay mockable
MarcoFalke
2020-03-27
1
-8
/
+8
|
|
/
*
/
scripted-diff: Replace strCommand with msg_type
MarcoFalke
2020-04-06
1
-35
/
+35
|
/
*
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-19
1
-1
/
+1
|
\
|
*
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
1
-1
/
+1
*
|
net: fix use-after-free in tests
Vasil Dimov
2020-03-18
1
-1
/
+1
*
|
Merge #18289: refactor: Make scheduler methods type safe
MarcoFalke
2020-03-17
1
-1
/
+1
|
\
\
|
*
|
scheduler: Make schedule* methods type safe
MarcoFalke
2020-03-10
1
-1
/
+1
*
|
|
refactor: Remove mempool global from net
MarcoFalke
2020-03-12
1
-27
/
+30
*
|
|
tests: Add fuzzing harness for ProcessMessage(...)
practicalswift
2020-03-11
1
-1
/
+1
|
/
/
*
/
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-27
1
-4
/
+3
|
/
*
net: Remove forcerelay of rejected txs
MarcoFalke
2020-02-11
1
-24
/
+6
[prev]
[next]