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
...
*
|
|
Add support for tx-relay via wtxid
Suhas Daftuar
2020-07-19
1
-40
/
+98
*
|
|
Add wtxids to recentRejects instead of txids
Suhas Daftuar
2020-07-18
1
-4
/
+5
*
|
|
Add wtxids of confirmed transactions to bloom filter
Suhas Daftuar
2020-07-18
1
-2
/
+6
*
|
|
Add wtxid-index to orphan map
Suhas Daftuar
2020-07-18
1
-0
/
+5
*
|
|
Add a wtxid-index to mapRelay
Suhas Daftuar
2020-07-18
1
-0
/
+5
*
|
|
Just pass a hash to AddInventoryKnown
Suhas Daftuar
2020-07-18
1
-9
/
+9
*
|
|
Add wtxid to mempool unbroadcast tracking
Amiti Uttarwar
2020-07-18
1
-5
/
+5
*
|
|
Merge #19174: refactor: replace CConnman pointers by references in net_proces...
MarcoFalke
2020-07-16
1
-62
/
+62
|
\
\
\
|
*
|
|
refactor: replace CConnman pointers by references in net_processing.cpp
Sebastian Falbesoner
2020-07-14
1
-62
/
+62
*
|
|
|
Merge #18990: log: Properly log txs rejected from mempool
MarcoFalke
2020-07-14
1
-3
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
log: Properly log txs rejected from mempool
MarcoFalke
2020-05-16
1
-3
/
+5
*
|
|
|
[net/net processing] check banman pointer before dereferencing
John Newbery
2020-07-14
1
-3
/
+6
*
|
|
|
Merge #19464: net: remove -banscore configuration option
MarcoFalke
2020-07-14
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLD
Jon Atack
2020-07-11
1
-2
/
+2
|
*
|
|
|
net: remove -banscore configuration option
Jon Atack
2020-07-11
1
-3
/
+3
*
|
|
|
|
Merge #19109: Only allow getdata of recently announced invs
fanquake
2020-07-14
1
-24
/
+49
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Make sure unconfirmed parents are requestable
Pieter Wuille
2020-07-08
1
-0
/
+11
|
*
|
|
|
Drop setInventoryTxToSend based filtering
Pieter Wuille
2020-07-08
1
-8
/
+0
|
*
|
|
|
Only respond to requests for recently announced transactions
Pieter Wuille
2020-07-08
1
-9
/
+30
|
*
|
|
|
Introduce constant for mempool-based relay separate from mapRelay caching
Pieter Wuille
2020-07-08
1
-7
/
+8
|
*
|
|
|
Swap relay pool and mempool lookup
Pieter Wuille
2020-07-08
1
-7
/
+7
*
|
|
|
|
Merge #19474: doc: Use precise permission flags where possible
MarcoFalke
2020-07-11
1
-14
/
+15
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
doc: Use precise permission flags where possible
MarcoFalke
2020-07-10
1
-14
/
+15
*
|
|
|
|
Merge #14033: p2p: Drop CADDR_TIME_VERSION checks now that MIN_PEER_PROTO_VER...
MarcoFalke
2020-07-10
1
-9
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Drop CADDR_TIME_VERSION checks now that MIN_PEER_PROTO_VERSION is greater
Ben Woosley
2020-06-23
1
-9
/
+3
*
|
|
|
|
|
Merge #18638: net: Use mockable time for ping/pong, add tests
MarcoFalke
2020-07-10
1
-11
/
+11
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
net: Use mockable time for ping/pong, add tests
MarcoFalke
2020-06-19
1
-11
/
+11
*
|
|
|
|
|
net: Extract download permission from noban
MarcoFalke
2020-07-09
1
-2
/
+2
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge #19347: [net] Make cs_inventory nonrecursive
MarcoFalke
2020-07-08
1
-4
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
[net processing] Remove PushBlockInventory and PushBlockHash
John Newbery
2020-06-23
1
-4
/
+5
|
|
/
/
/
/
*
|
|
|
|
Merge #19219: Replace automatic bans with discouragement filter
Pieter Wuille
2020-07-07
1
-26
/
+28
|
\
\
\
\
\
|
*
|
|
|
|
Clean up separated ban/discourage interface
Pieter Wuille
2020-07-03
1
-16
/
+17
|
*
|
|
|
|
Replace automatic bans with discouragement filter
Pieter Wuille
2020-07-03
1
-10
/
+11
*
|
|
|
|
|
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-07-04
1
-7
/
+4
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
move-only: Move NDEBUG compile time check to util/check
MarcoFalke
2020-06-14
1
-7
/
+4
*
|
|
|
|
|
Merge #19204: p2p: Reduce inv traffic during IBD
MarcoFalke
2020-06-29
1
-4
/
+15
|
\
\
\
\
\
\
|
*
|
|
|
|
|
net: Avoid wasting inv traffic during IBD
MarcoFalke
2020-06-19
1
-3
/
+14
|
*
|
|
|
|
|
refactor: block import implies IsInitialBlockDownload
MarcoFalke
2020-06-19
1
-1
/
+1
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
refactor: Use Mutex type for g_cs_recent_confirmed_transactions
Hennadii Stepanov
2020-06-25
1
-1
/
+1
*
|
|
|
|
|
Merge #19272: net, test: invalid p2p messages and test framework improvements
MarcoFalke
2020-06-24
1
-3
/
+3
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
net: update misbehavior logging for oversized messages
Jon Atack
2020-06-19
1
-3
/
+3
|
|
/
/
/
/
*
/
/
/
/
doc: Remove -whitelistforcerelay from comment
MarcoFalke
2020-06-21
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge #19293: net: Avoid redundant and confusing FAILED log
fanquake
2020-06-19
1
-94
/
+97
|
\
\
\
\
|
*
|
|
|
net: Remove dead logging code
MarcoFalke
2020-06-16
1
-94
/
+97
|
*
|
|
|
net: Avoid redundant and confusing FAILED log
MarcoFalke
2020-06-16
1
-11
/
+11
*
|
|
|
|
[net] split PushInventory()
John Newbery
2020-06-18
1
-6
/
+5
|
/
/
/
/
*
|
|
|
[p2p/refactor] move disconnect logic and remove misbehaving
gzhao408
2020-06-14
1
-14
/
+8
*
|
|
|
[netprocessing] disconnect node that sends filterclear
gzhao408
2020-06-14
1
-3
/
+5
|
/
/
/
*
|
|
doc: noban precludes maxuploadtarget disconnects
MarcoFalke
2020-06-04
1
-2
/
+1
*
|
|
net: Reformat excessively long if condition into multiple lines
MarcoFalke
2020-06-04
1
-2
/
+5
[prev]
[next]