index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net_processing.h
Age
Commit message (
Expand
)
Author
2019-01-16
banman: create and split out banman
Cory Fields
2018-09-30
Merge #14331: doxygen: Fix member comments
MarcoFalke
2018-09-27
Merge #14027: Skip stale tip checking if outbound connections are off or if r...
MarcoFalke
2018-09-26
doxygen: Fix member comments
MarcoFalke
2018-09-07
p2p: Disable BIP 61 by default
MarcoFalke
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-23
Skip stale tip checking if outbound connections are off or if reindexing.
Gregory Maxwell
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-13
Merge #13417: [net] Tighten scope in net_processing
Pieter Wuille
2018-07-09
Make g_enable_bip61 a member variable of PeerLogicValidation
Jesse Cohen
2018-07-08
net: Remove unused interrupt from SendMessages
fanquake
2018-06-19
[move-only] Move things only referenced in net_processing out of header file
Jesse Cohen
2018-06-19
Rescope g_enable_bip61 to net_processing
Jesse Cohen
2018-06-12
tests: Fix lock-order-inversion (potential deadlock) in DoS_tests. Reported b...
practicalswift
2018-05-13
net: Add option `-enablebip61` to configure sending of BIP61 notifications
Wladimir J. van der Laan
2018-04-04
Remove direct bitcoin calls from qt/peertablemodel.cpp
Russell Yanofsky
2018-03-14
Polish interfaces around PeerLogicValidation
Vasil Dimov
2018-03-06
Add documentation to PeerLogicValidation interface and related functions
James O'Beirne
2018-01-24
net: Move misbehaving logging to net logging category
Wladimir J. van der Laan
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-02
Connect to an extra outbound peer if our tip is stale
Suhas Daftuar
2017-10-26
Permit disconnection of outbound peers on bad/slow chains
Suhas Daftuar
2017-09-06
net: drop unused connman param
Cory Fields
2017-09-06
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-06
net: pass CConnman via pointer rather than reference
Cory Fields
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-06-05
Add timeout for headers sync
Suhas Daftuar
2017-04-07
Add override to functions using CValidationInterface methods
Matt Corallo
2017-04-07
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-01-31
Net: pass interruptMsgProc as const where possible
Jorge Timón
2017-01-19
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-13
Merge #9375: Relay compact block messages prior to full block connection
Pieter Wuille
2017-01-12
net: rework the way that the messagehandler sleeps
Cory Fields
2017-01-10
Keep shared_ptrs to recently-replaced txn for compact blocks
Matt Corallo
2017-01-09
Move ORPHAN constants from validation.h to net_processing.h
Matt Corallo
2017-01-05
Relay compact block messages prior to full block connection
Matt Corallo
2017-01-04
Merge #9289: net: drop boost::thread_group
Wladimir J. van der Laan
2017-01-03
net: make net processing interruptible
Cory Fields
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo