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 #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-12-13
1
-1
/
+1
|
\
\
|
*
|
Minimal code changes to allow msvc compilation.
Aaron Clauson
2017-11-10
1
-1
/
+1
*
|
|
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
1
-2
/
+0
|
\
\
\
|
*
|
|
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-2
/
+0
*
|
|
|
Merge #11583: Do not make it trivial for inbound peers to generate log entries
Wladimir J. van der Laan
2017-12-11
1
-13
/
+18
|
\
\
\
\
|
*
|
|
|
Do not make it trivial for inbound peers to generate log entries
Matt Corallo
2017-11-09
1
-13
/
+18
*
|
|
|
|
Avoid leaking the prune height through getdata (fingerprinting countermeasure)
Jonas Schnelli
2017-12-05
1
-0
/
+10
|
|
/
/
/
|
/
|
|
|
*
|
|
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-28
/
+28
*
|
|
|
Explicitly state assumption that state.m_chain_sync.m_work_header != nullptr ...
practicalswift
2017-11-10
1
-0
/
+1
*
|
|
|
Merge #11043: Use std::unique_ptr (C++11) where possible
Wladimir J. van der Laan
2017-11-09
1
-6
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-09
1
-2
/
+2
|
*
|
|
Use unique_ptr for pfilter (CBloomFilter)
practicalswift
2017-11-09
1
-4
/
+2
*
|
|
|
Merge #11580: Do not send (potentially) invalid headers in response to gethea...
Wladimir J. van der Laan
2017-11-09
1
-13
/
+9
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Do not send (potentially) invalid headers in response to getheaders
Matt Corallo
2017-10-30
1
-13
/
+9
*
|
|
Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa...
Pieter Wuille
2017-11-07
1
-1
/
+1
|
\
\
\
|
*
|
|
Add mutex requirement for AddToCompactExtraTransactions(…)
practicalswift
2017-11-06
1
-1
/
+1
*
|
|
|
Merge #11560: Connect to a new outbound peer if our tip is stale
Wladimir J. van der Laan
2017-11-02
1
-3
/
+140
|
\
\
\
\
|
*
|
|
|
Add unit test for stale tip checking
Suhas Daftuar
2017-11-02
1
-0
/
+9
|
*
|
|
|
Connect to an extra outbound peer if our tip is stale
Suhas Daftuar
2017-11-02
1
-2
/
+97
|
*
|
|
|
Track tip update time and last new block announcement from each peer
Suhas Daftuar
2017-11-01
1
-2
/
+35
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #11531: Check that new headers are not a descendant of an invalid block...
Wladimir J. van der Laan
2017-11-01
1
-5
/
+1
|
\
\
\
\
|
*
|
|
|
Stop always storing blocks from whitelisted peers
Matt Corallo
2017-10-31
1
-5
/
+1
*
|
|
|
|
net: Add missing lock in ProcessHeadersMessage(...)
practicalswift
2017-10-30
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Disconnect outbound peers relaying invalid headers
Suhas Daftuar
2017-10-27
1
-10
/
+51
*
|
|
|
moveonly: factor out headers processing into separate function
Suhas Daftuar
2017-10-26
1
-163
/
+173
|
/
/
/
*
|
|
Merge #11490: Disconnect from outbound peers with bad headers chains
Wladimir J. van der Laan
2017-10-26
1
-0
/
+129
|
\
\
\
|
*
|
|
Permit disconnection of outbound peers on bad/slow chains
Suhas Daftuar
2017-10-26
1
-1
/
+112
|
*
|
|
Disconnecting from bad outbound peers in IBD
Suhas Daftuar
2017-10-26
1
-0
/
+18
*
|
|
|
Add comment explaining forced processing of compact blocks
Suhas Daftuar
2017-10-19
1
-2
/
+15
|
/
/
/
*
|
|
Merge #11456: Replace relevant services logic with a function suite.
Pieter Wuille
2017-10-13
1
-6
/
+9
|
\
\
\
|
*
|
|
Rename fAddnode to a more-descriptive "manual_connection"
Matt Corallo
2017-10-13
1
-3
/
+3
|
*
|
|
Replace relevant services logic with a function suite.
Matt Corallo
2017-10-13
1
-4
/
+7
|
|
/
/
*
|
|
Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...
Wladimir J. van der Laan
2017-10-12
1
-5
/
+3
|
\
\
\
|
*
|
|
Use two boolean literals instead of re-using variable
practicalswift
2017-10-02
1
-5
/
+3
|
|
|
/
|
|
/
|
*
|
|
[net] Ignore getheaders requests for very old side blocks
Jim Posen
2017-10-03
1
-9
/
+28
|
|
/
|
/
|
*
|
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-12
1
-2
/
+3
|
/
*
net: drop unused connman param
Cory Fields
2017-09-06
1
-3
/
+3
*
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-06
1
-67
/
+46
*
net: pass CConnman via pointer rather than reference
Cory Fields
2017-09-06
1
-84
/
+84
*
Merge #11238: Add assertions before potential null deferences
Wladimir J. van der Laan
2017-09-06
1
-0
/
+2
|
\
|
*
Fix potential null dereferences
MeshCollider
2017-08-23
1
-0
/
+2
*
|
Allow setting nMinimumChainWork on command line
Suhas Daftuar
2017-09-05
1
-1
/
+1
|
/
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-10
/
+10
*
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
1
-29
/
+29
|
\
|
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-29
/
+29
*
|
Merge #11012: Make sure to clean up mapBlockSource if we've already seen the ...
Wladimir J. van der Laan
2017-08-14
1
-4
/
+15
|
\
\
|
*
|
Make sure to clean up mapBlockSource if we've already seen the block
Cory Fields
2017-08-08
1
-4
/
+15
|
|
/
*
/
Disconnect network service bits 6 and 8 until Aug 1, 2018
Matt Corallo
2017-08-06
1
-0
/
+11
|
/
*
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-04
1
-2
/
+3
|
\
[prev]
[next]