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
...
*
|
|
refactor : use RelayTransaction in BroadcastTransaction utility
Antoine Riard
2019-07-24
1
-6
/
+6
*
|
|
Merge #16188: net: Document what happens to getdata of unknown type
fanquake
2019-06-25
1
-0
/
+6
|
\
\
\
|
*
|
|
net: Document what happens to getdata of unknonw type
MarcoFalke
2019-06-20
1
-0
/
+6
*
|
|
|
Merge #16092: Don't use global (external) symbols for symbols that are used i...
MarcoFalke
2019-06-18
1
-1
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Don't use global (external) symbols for symbols that are used in only one tra...
practicalswift
2019-06-06
1
-1
/
+2
*
|
|
|
Merge #15834: Fix transaction relay bugs introduced in #14897 and expire tran...
MarcoFalke
2019-06-12
1
-30
/
+95
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix bug around transaction requests
Suhas Daftuar
2019-05-28
1
-16
/
+27
|
*
|
|
Expire old entries from the in-flight tx map
Suhas Daftuar
2019-05-28
1
-6
/
+32
|
*
|
|
Remove NOTFOUND transactions from in-flight data structures
Suhas Daftuar
2019-04-26
1
-2
/
+21
|
*
|
|
Add an explicit memory bound to m_tx_process_time
Suhas Daftuar
2019-04-26
1
-1
/
+3
|
*
|
|
Improve NOTFOUND comment
Suhas Daftuar
2019-04-26
1
-6
/
+13
*
|
|
|
Merge #16129: refactor: Remove unused includes
MarcoFalke
2019-06-06
1
-2
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-2
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge #15976: refactor: move methods under CChainState (pt. 1)
Wladimir J. van der Laan
2019-06-05
1
-8
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
refactoring: IsInitialBlockDownload -> CChainState
James O'Beirne
2019-05-16
1
-8
/
+8
*
|
|
Merge #16021: p2p: Avoid logging transaction decode errors to stderr
Wladimir J. van der Laan
2019-05-20
1
-11
/
+10
|
\
\
\
|
*
|
|
Disallow extended encoding for non-witness transactions (take 3)
MarcoFalke
2019-05-14
1
-11
/
+10
|
|
/
/
*
/
/
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-05-09
1
-3
/
+3
|
/
/
*
|
Merge #15948: refactor: rename chainActive
MarcoFalke
2019-05-07
1
-45
/
+45
|
\
\
|
*
|
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-45
/
+45
|
|
/
*
|
Separate reason for premature spends (coinbase/locktime)
Suhas Daftuar
2019-05-02
1
-0
/
+1
*
|
Assert validation reasons are contextually correct
Suhas Daftuar
2019-05-02
1
-0
/
+3
*
|
Fix handling of invalid headers
Suhas Daftuar
2019-05-02
1
-47
/
+30
*
|
[refactor] Use Reasons directly instead of DoS codes
Matt Corallo
2019-05-02
1
-30
/
+57
*
|
CorruptionPossible -> TX_WITNESS_MUTATED
Matt Corallo
2019-05-02
1
-2
/
+2
*
|
LookupBlockIndex -> CACHED_INVALID
Matt Corallo
2019-05-02
1
-1
/
+1
*
|
[refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossible
Matt Corallo
2019-05-02
1
-2
/
+0
*
|
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
1
-0
/
+2
*
|
[refactor] Refactor misbehavior ban decisions to MaybePunishNode()
Matt Corallo
2019-05-02
1
-34
/
+57
*
|
[refactor] rename stateDummy -> orphan_state
Matt Corallo
2019-05-02
1
-4
/
+4
|
/
*
[build] Add several util units
John Newbery
2019-04-09
1
-0
/
+1
*
[wallet] Schedule tx rebroadcasts in wallet
John Newbery
2019-04-09
1
-8
/
+0
*
[wallet] Keep track of the best block time in the wallet
John Newbery
2019-04-09
1
-5
/
+1
*
Merge #15654: net: Remove unused unsanitized user agent string CNode::strSubVer
MarcoFalke
2019-04-04
1
-2
/
+1
|
\
|
*
net: Remove unused unsanitized user agent string CNode::strSubVer
MarcoFalke
2019-03-23
1
-2
/
+1
*
|
Interrupt orphan processing after every transaction
Pieter Wuille
2019-03-22
1
-5
/
+16
*
|
[MOVEONLY] Move processing of orphan queue to ProcessOrphanTx
Pieter Wuille
2019-03-22
1
-52
/
+59
*
|
Simplify orphan processing in preparation for interruptibility
Pieter Wuille
2019-03-22
1
-56
/
+54
|
/
*
Merge #15597: net: Generate log entry when blocks messages are received unexp...
Wladimir J. van der Laan
2019-03-20
1
-4
/
+28
|
\
|
*
Generate log entry when blocks messages are received unexpectedly.
Patrick Strateman
2019-03-13
1
-4
/
+28
*
|
Do not relay banned IP addresses
Pieter Wuille
2019-03-17
1
-2
/
+6
|
/
*
Merge #14626: Select orphan transaction uniformly for eviction
MarcoFalke
2019-02-14
1
-6
/
+19
|
\
|
*
Select orphan transaction uniformly for eviction
Pieter Wuille
2018-12-13
1
-6
/
+19
*
|
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2019-02-06
1
-18
/
+168
*
|
net: move BanMan to its own files
Cory Fields
2019-01-16
1
-0
/
+1
*
|
banman: create and split out banman
Cory Fields
2019-01-16
1
-8
/
+8
*
|
net: Break disconnecting out of Ban()
Cory Fields
2019-01-16
1
-7
/
+7
|
/
*
Use a FastRandomContext in LimitOrphanTxSize
Pieter Wuille
2018-12-12
1
-1
/
+2
*
validation: Add and use HaveTxsDownloaded where appropriate
MarcoFalke
2018-12-04
1
-2
/
+2
*
Merge #14436: doc: add comment explaining recentRejects-DoS behavior
MarcoFalke
2018-11-07
1
-0
/
+17
|
\
[prev]
[next]