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
*
Cap maximum fee
Ross Nicoll
2021-07-09
1
-1
/
+1
*
Update src/net_processing.cpp
Ross Nicoll
2021-06-03
1
-2
/
+1
*
Stop sending a Bitcoin alert to Dogecoin clients
Ross Nicoll
2021-06-03
1
-2
/
+2
*
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2021-06-02
1
-0
/
+2
*
Adjust download timeouts to handle shorter block interval (#1866)
Ross Nicoll
2021-05-17
1
-4
/
+4
*
Send and require SENDADDRV2 before VERACK
Pieter Wuille
2020-12-10
1
-7
/
+13
*
Don't send 'sendaddrv2' to pre-70016 software
Pieter Wuille
2020-12-10
1
-1
/
+7
*
Merge #20212: net: fix output of peer address in version message
MarcoFalke
2020-11-04
1
-1
/
+3
|
\
|
*
net: fix output of peer address in version message
Vasil Dimov
2020-10-21
1
-1
/
+3
*
|
Merge #20187: Addrman: test-before-evict bugfix and improvements for block-re...
fanquake
2020-11-03
1
-12
/
+22
|
\
\
|
*
|
Call CAddrMan::Good() on block-relay-only peer addresses
Suhas Daftuar
2020-10-27
1
-10
/
+18
|
*
|
Avoid calling CAddrMan::Connected() on block-relay-only peer addresses
Suhas Daftuar
2020-10-27
1
-2
/
+4
|
|
/
*
/
[net processing] Don't add AlreadyHave txs to recentRejects
Troy Giorshev
2020-10-27
1
-19
/
+19
|
/
*
Merge #19911: net: guard vRecvGetData with cs_vRecv and orphan_work_set with ...
fanquake
2020-10-19
1
-46
/
+79
|
\
|
*
scripted-diff: rename vRecvGetData
Neha Narula
2020-10-14
1
-12
/
+12
|
*
Guard vRecvGetData (now in net processing) with its own mutex
Neha Narula
2020-10-14
1
-44
/
+57
|
*
Move vRecvGetData to net processing
Neha Narula
2020-10-14
1
-9
/
+16
|
*
Lock before checking if orphan_work_set is empty; indicate it is guarded
Neha Narula
2020-10-14
1
-4
/
+9
|
*
Move m_orphan_work_set to net_processing
Neha Narula
2020-10-14
1
-5
/
+13
|
*
[Rename only] Rename orphan_work_set to m_orphan_work_set.
Neha Narula
2020-10-13
1
-5
/
+5
*
|
Merge #20146: net: Send post-verack handshake messages at most once
fanquake
2020-10-15
1
-2
/
+3
|
\
\
|
*
|
net: Send post-verack handshake messages at most once
MarcoFalke
2020-10-14
1
-2
/
+3
|
|
/
*
|
Merge #19988: Overhaul transaction request logic
Wladimir J. van der Laan
2020-10-14
1
-222
/
+88
|
\
\
|
|
/
|
/
|
|
*
Report and verify expirations
Pieter Wuille
2020-10-12
1
-1
/
+7
|
*
Make txid delay penalty also apply to fetches of orphan's parents
Pieter Wuille
2020-10-12
1
-2
/
+2
|
*
Expedite removal of tx requests that are no longer needed
Pieter Wuille
2020-10-12
1
-2
/
+23
|
*
Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers
Pieter Wuille
2020-10-12
1
-5
/
+9
|
*
Change transaction request logic to use txrequest
Pieter Wuille
2020-10-12
1
-218
/
+53
*
|
Only relay IPv4, IPv6, Tor addresses
Pieter Wuille
2020-10-11
1
-0
/
+1
|
/
*
Merge #19954: Complete the BIP155 implementation and upgrade to TORv3
fanquake
2020-10-11
1
-7
/
+38
|
\
|
*
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-10-09
1
-7
/
+38
*
|
Avoid 'timing mishap' warnings when mocking
Pieter Wuille
2020-10-08
1
-1
/
+1
*
|
Use mockable time everywhere in net_processing
Pieter Wuille
2020-10-08
1
-21
/
+16
*
|
Merge #19339: validation: re-delegate absurd fee checking from mempool to cli...
fanquake
2020-10-07
1
-2
/
+2
|
\
\
|
*
|
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-10-05
1
-2
/
+2
*
|
|
Merge #19723: Ignore unknown messages before VERACK
MarcoFalke
2020-10-04
1
-2
/
+1
|
\
\
\
|
*
|
|
Ignore unknown messages before VERACK
Suhas Daftuar
2020-08-28
1
-2
/
+1
*
|
|
|
Merge #19871: doc: Clarify scope of eviction protection of outbound block-rel...
Wladimir J. van der Laan
2020-10-02
1
-8
/
+19
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
[doc] Clarify semantic of peer's m_protect w.r.t to outbound eviction logics
Antoine Riard
2020-09-10
1
-4
/
+14
|
*
|
|
[doc] Clarify scope of eviction protection of outbound block-relay peers
Antoine Riard
2020-09-07
1
-4
/
+5
*
|
|
|
Merge #19498: Tidy up ProcessOrphanTx
MarcoFalke
2020-09-30
1
-41
/
+54
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
ProcessOrphanTx: Move AddToCompactExtraTransactions call into ProcessOrphanTx
John Newbery
2020-09-07
1
-12
/
+11
|
*
|
|
ProcessOrphanTx: Remove aliases
John Newbery
2020-09-07
1
-8
/
+6
|
*
|
|
ProcessOrphanTx: Remove outdated commented
John Newbery
2020-09-07
1
-11
/
+8
|
*
|
|
ProcessOrphanTx: remove useless setMisbehaving set
John Newbery
2020-09-07
1
-6
/
+2
|
*
|
|
ProcessOrphanTx: remove useless done variable
John Newbery
2020-09-07
1
-5
/
+5
|
*
|
|
[net processing] Add doxygen comments for orphan data and function
John Newbery
2020-09-07
1
-3
/
+26
*
|
|
|
Merge #19107: p2p: Move all header verification into the network layer, exten...
fanquake
2020-09-29
1
-31
/
+1
|
\
\
\
\
|
*
|
|
|
Remove header checks out of net_processing
Troy Giorshev
2020-09-22
1
-21
/
+0
|
*
|
|
|
Move checksum check from net_processing to net
Troy Giorshev
2020-09-22
1
-10
/
+1
[next]