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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Merge #13417: [net] Tighten scope in net_processing
Pieter Wuille
2018-07-13
1
-26
/
+4
|
\
|
*
Make g_enable_bip61 a member variable of PeerLogicValidation
Jesse Cohen
2018-07-09
1
-1
/
+4
|
*
[move-only] Move things only referenced in net_processing out of header file
Jesse Cohen
2018-06-19
1
-23
/
+0
|
*
Rescope g_enable_bip61 to net_processing
Jesse Cohen
2018-06-19
1
-2
/
+0
*
|
net: Remove unused interrupt from SendMessages
fanquake
2018-07-08
1
-3
/
+7
*
|
tests: Fix lock-order-inversion (potential deadlock) in DoS_tests. Reported b...
practicalswift
2018-06-12
1
-1
/
+1
|
/
*
net: Add option `-enablebip61` to configure sending of BIP61 notifications
Wladimir J. van der Laan
2018-05-13
1
-0
/
+5
*
Remove direct bitcoin calls from qt/peertablemodel.cpp
Russell Yanofsky
2018-04-04
1
-3
/
+3
*
Polish interfaces around PeerLogicValidation
Vasil Dimov
2018-03-14
1
-1
/
+1
*
Add documentation to PeerLogicValidation interface and related functions
James O'Beirne
2018-03-06
1
-1
/
+17
*
net: Move misbehaving logging to net logging category
Wladimir J. van der Laan
2018-01-24
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-3
/
+3
*
Connect to an extra outbound peer if our tip is stale
Suhas Daftuar
2017-11-02
1
-2
/
+14
*
Permit disconnection of outbound peers on bad/slow chains
Suhas Daftuar
2017-10-26
1
-0
/
+8
*
net: drop unused connman param
Cory Fields
2017-09-06
1
-4
/
+3
*
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-06
1
-19
/
+17
*
net: pass CConnman via pointer rather than reference
Cory Fields
2017-09-06
1
-2
/
+2
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
Add timeout for headers sync
Suhas Daftuar
2017-06-05
1
-0
/
+4
*
Add override to functions using CValidationInterface methods
Matt Corallo
2017-04-07
1
-4
/
+4
*
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-07
1
-1
/
+1
*
Net: pass interruptMsgProc as const where possible
Jorge Timón
2017-01-31
1
-2
/
+2
*
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-19
1
-0
/
+9
|
\
|
*
Keep shared_ptrs to recently-replaced txn for compact blocks
Matt Corallo
2017-01-10
1
-0
/
+2
|
*
Move ORPHAN constants from validation.h to net_processing.h
Matt Corallo
2017-01-09
1
-0
/
+7
*
|
Merge #9375: Relay compact block messages prior to full block connection
Pieter Wuille
2017-01-13
1
-0
/
+1
|
\
\
|
*
|
Relay compact block messages prior to full block connection
Matt Corallo
2017-01-05
1
-0
/
+1
|
|
/
*
/
net: rework the way that the messagehandler sleeps
Cory Fields
2017-01-12
1
-0
/
+1
|
/
*
Merge #9289: net: drop boost::thread_group
Wladimir J. van der Laan
2017-01-04
1
-2
/
+3
|
\
|
*
net: make net processing interruptible
Cory Fields
2017-01-03
1
-2
/
+3
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-12-02
1
-0
/
+51