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
...
*
Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo...
Wladimir J. van der Laan
2019-09-18
1
-1
/
+1
|
\
|
*
Added comments referencing multiple CVEs in tests and production code.
lucash-dev
2019-06-02
1
-1
/
+1
*
|
doc: add comments clarifying how local services are advertised
James O'Beirne
2019-09-11
1
-0
/
+3
*
|
Merge #15759: p2p: Add 2 outbound block-relay-only connections
fanquake
2019-09-07
1
-150
/
+181
|
\
\
|
*
|
Disconnect peers violating blocks-only mode
Suhas Daftuar
2019-09-04
1
-2
/
+6
|
*
|
doc: improve comments relating to block-relay-only peers
Suhas Daftuar
2019-09-04
1
-0
/
+5
|
*
|
Don't relay addr messages to block-relay-only peers
Suhas Daftuar
2019-09-04
1
-4
/
+11
|
*
|
Add 2 outbound block-relay-only connections
Suhas Daftuar
2019-09-04
1
-9
/
+16
|
*
|
Check that tx_relay is initialized before access
Suhas Daftuar
2019-09-04
1
-110
/
+117
|
*
|
[refactor] Change tx_relay structure to be unique_ptr
Suhas Daftuar
2019-08-28
1
-53
/
+53
|
*
|
[refactor] Move tx relay state to separate structure
Suhas Daftuar
2019-08-28
1
-52
/
+53
*
|
|
Merge #16443: refactor: have CCoins* data managed under CChainState
MarcoFalke
2019-08-15
1
-4
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-06
1
-4
/
+5
*
|
|
Replace the use of fWhitelisted by permission checks
nicolas.dorier
2019-08-11
1
-13
/
+13
*
|
|
Do not disconnect peer for asking mempool if it has NO_BAN permission
nicolas.dorier
2019-08-11
1
-4
/
+10
|
/
/
*
|
Merge #16197: net: Use mockable time for tx download
MarcoFalke
2019-08-05
1
-31
/
+34
|
\
\
|
*
|
net: Use mockable time for tx download
MarcoFalke
2019-06-17
1
-31
/
+34
*
|
|
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
[prev]
[next]