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
...
|
*
|
[net processing] Add Peer
John Newbery
2020-08-12
1
-0
/
+46
|
*
|
[net processing] Remove CNodeState.name
John Newbery
2020-08-12
1
-6
/
+3
*
|
|
Merge #19704: Net processing: move ProcessMessage() to PeerLogicValidation
fanquake
2020-08-24
1
-107
/
+97
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[net_processing] Move ProcessMessage to PeerLogicValidation
John Newbery
2020-08-21
1
-65
/
+57
|
*
|
[net_processing] Change PeerLogicValidation to hold a connman reference
John Newbery
2020-08-12
1
-43
/
+41
*
|
|
Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...
Wladimir J. van der Laan
2020-08-13
1
-27
/
+26
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[net] Signal NODE_COMPACT_FILTERS if we're serving compact filters.
Jim Posen
2020-05-31
1
-1
/
+1
|
*
|
Apply cfilters review fixups
John Newbery
2020-05-31
1
-26
/
+25
*
|
|
Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to...
Wladimir J. van der Laan
2020-08-12
1
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[addrman] Specify max addresses and pct when calling GetAddresses()
John Newbery
2020-08-12
1
-2
/
+4
*
|
|
Merge #19316: [net] Cleanup logic around connection types
fanquake
2020-08-12
1
-28
/
+20
|
\
\
\
|
*
|
|
[refactor] Remove IsOutboundDisconnectionCandidate
Amiti Uttarwar
2020-08-07
1
-9
/
+4
|
*
|
|
[net/refactor] Simplify multiple-connection checks
Amiti Uttarwar
2020-08-07
1
-2
/
+2
|
*
|
|
[net/refactor] Remove fInbound flag from CNode
Amiti Uttarwar
2020-08-07
1
-13
/
+13
|
*
|
|
[net/refactor] Remove m_addr_fetch member var from CNode
Amiti Uttarwar
2020-08-07
1
-4
/
+4
|
*
|
|
[net/refactor] Remove fFeeler flag from CNode
Amiti Uttarwar
2020-08-07
1
-4
/
+3
|
*
|
|
[net/refactor] Remove m_manual_connection flag from CNode
Amiti Uttarwar
2020-08-07
1
-6
/
+4
|
*
|
|
scripted-diff: Rename OneShot to AddrFetch
Amiti Uttarwar
2020-08-07
1
-4
/
+4
*
|
|
|
Merge #19596: Deduplicate parent txid loop of requested transactions and miss...
Wladimir J. van der Laan
2020-08-10
1
-11
/
+33
|
\
\
\
\
|
*
|
|
|
Deduplicate missing parents of orphan transactions
Suhas Daftuar
2020-08-04
1
-4
/
+15
|
*
|
|
|
Rewrite parent txid loop of requested transactions
Suhas Daftuar
2020-08-04
1
-7
/
+18
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #19620: Add txids with non-standard inputs to reject filter
fanquake
2020-08-07
1
-2
/
+33
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add txids with non-standard inputs to reject filter
Suhas Daftuar
2020-08-04
1
-2
/
+33
|
|
/
/
*
|
|
Merge #18991: Cache responses to GETADDR to prevent topology leaks
Wladimir J. van der Laan
2020-08-03
1
-8
/
+10
|
\
\
\
|
*
|
|
Add addr permission flag enabling non-cached addr sharing
Gleb Naumenko
2020-07-30
1
-1
/
+6
|
*
|
|
Cache responses to addr requests
Gleb Naumenko
2020-07-30
1
-1
/
+1
|
*
|
|
Remove useless 2500 limit on AddrMan queries
Gleb Naumenko
2020-07-24
1
-3
/
+3
|
*
|
|
Move filtering banned addrs inside GetAddresses()
Gleb Naumenko
2020-07-24
1
-4
/
+1
*
|
|
|
refactor: make txmempool interface use GenTxid
Pieter Wuille
2020-07-30
1
-4
/
+5
*
|
|
|
refactor: make FindTxForGetData use GenTxid
Pieter Wuille
2020-07-30
1
-6
/
+6
*
|
|
|
refactor: use GenTxid in tx request functions
Pieter Wuille
2020-07-30
1
-17
/
+17
*
|
|
|
p2p: enable fetching of orphans from wtxid peers
Pieter Wuille
2020-07-30
1
-15
/
+17
*
|
|
|
refactor: add GenTxid (=txid or wtxid) type and use it for tx request logic
Pieter Wuille
2020-07-30
1
-17
/
+17
*
|
|
|
Merge #19590: p2p, refactor: add `CInv` transaction message helpers; use in n...
Wladimir J. van der Laan
2020-07-30
1
-11
/
+10
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
p2p, refactoring: use CInv helpers in net_processing.cpp
Jon Atack
2020-07-27
1
-11
/
+10
*
|
|
|
[net processing] Tidy up Misbehaving()
John Newbery
2020-07-25
1
-10
/
+9
*
|
|
|
[net processing] Always supply debug message to Misbehaving()
John Newbery
2020-07-25
1
-12
/
+9
*
|
|
|
[net processing] Fixup MaybeDiscourageAndDisconnect() style
John Newbery
2020-07-25
1
-6
/
+6
|
/
/
/
*
|
|
Merge #19472: [net processing] Reduce cs_main scope in MaybeDiscourageAndDisc...
Wladimir J. van der Laan
2020-07-24
1
-62
/
+77
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[net processing] Continue SendMessages processing if not disconnecting peer
John Newbery
2020-07-11
1
-20
/
+37
|
*
|
[net processing] Only call MaybeDiscourageAndDisconnect from SendMessages
John Newbery
2020-07-11
1
-6
/
+5
|
*
|
[net processing] Fix bad indentation in SendMessages()
John Newbery
2020-07-10
1
-32
/
+32
|
*
|
[net processing] Change cs_main TRY_LOCK to LOCK in SendMessages()
John Newbery
2020-07-10
1
-5
/
+4
*
|
|
Further improve comments around recentRejects
Suhas Daftuar
2020-07-19
1
-0
/
+15
*
|
|
Disconnect peers sending wtxidrelay message after VERACK
Suhas Daftuar
2020-07-19
1
-0
/
+6
*
|
|
Rename AddInventoryKnown() to AddKnownTx()
Suhas Daftuar
2020-07-19
1
-4
/
+4
*
|
|
Make TX_WITNESS_STRIPPED its own rejection reason
Suhas Daftuar
2020-07-19
1
-8
/
+27
*
|
|
Delay getdata requests from peers using txid-based relay
Suhas Daftuar
2020-07-19
1
-3
/
+23
*
|
|
Add p2p message "wtxidrelay"
Suhas Daftuar
2020-07-19
1
-0
/
+16
*
|
|
ignore non-wtxidrelay compliant invs
Anthony Towns
2020-07-19
1
-0
/
+7
[prev]
[next]