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
2020-07-24
Merge #19472: [net processing] Reduce cs_main scope in MaybeDiscourageAndDisc...
Wladimir J. van der Laan
2020-07-19
Add support for tx-relay via wtxid
Suhas Daftuar
2020-07-14
[net/net processing] check banman pointer before dereferencing
John Newbery
2020-07-11
net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLD
Jon Atack
2020-07-11
[net processing] Only call MaybeDiscourageAndDisconnect from SendMessages
John Newbery
2020-07-03
Clean up separated ban/discourage interface
Pieter Wuille
2020-06-02
refactor: replace CNode pointers by references within net_processing.{h,cpp}
Sebastian Falbesoner
2020-05-21
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-08
[init] Add -peerblockfilters option
Jim Posen
2020-04-29
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-23
[p2p] Reattempt initial send of unbroadcast transactions
Amiti Uttarwar
2020-03-29
net: Add missing cs_vNodes lock
MarcoFalke
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-12
refactor: Remove mempool global from net
MarcoFalke
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-01-29
Use rolling bloom filter of recent block tx's for AlreadyHave() check
Suhas Daftuar
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-02
p2p: Remove BIP61 reject messages
MarcoFalke
2019-07-24
refactor : use RelayTransaction in BroadcastTransaction utility
Antoine Riard
2019-06-06
Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.h
Matt Corallo
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
[next]