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
...
*
|
|
|
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
|
\
|
*
scripted-diff: Remove BOOST_REVERSE_FOREACH
Jorge Timón
2017-06-22
1
-2
/
+2
|
*
Introduce src/reverse_iterator.hpp and include it...
Jorge Timón
2017-06-22
1
-0
/
+1
*
|
[MOVEONLY] Move LastCommonAncestor to chain
Pieter Wuille
2017-06-26
1
-19
/
+0
*
|
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-26
1
-2
/
+2
|
\
\
|
*
|
[trivial] Add end of namespace comments
practicalswift
2017-05-31
1
-2
/
+2
*
|
|
Merge #9549: [net] Avoid possibility of NULL pointer dereference in MarkBlock...
Pieter Wuille
2017-06-20
1
-1
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[net] Avoid possibility of NULL pointer dereference in MarkBlockAsInFlight(...)
practicalswift
2017-02-28
1
-1
/
+3
*
|
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-17
/
+17
|
\
\
\
|
*
|
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-17
/
+17
*
|
|
|
Remove unused Boost includes
practicalswift
2017-06-09
1
-2
/
+0
*
|
|
|
Merge #10345: [P2P] Timeout for headers sync
Wladimir J. van der Laan
2017-06-06
1
-1
/
+38
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add timeout for headers sync
Suhas Daftuar
2017-06-05
1
-0
/
+37
|
*
|
|
Delay parallel block download until chain has sufficient work
Suhas Daftuar
2017-05-08
1
-1
/
+1
*
|
|
|
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
1
-2
/
+2
*
|
|
|
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
1
-3
/
+2
*
|
|
|
Use range-based for loops (C++11) when looping over vector elements
practicalswift
2017-05-19
1
-5
/
+3
*
|
|
|
Merge #10319: Remove unused argument from MarkBlockAsInFlight(...)
Wladimir J. van der Laan
2017-05-17
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Remove unused argument from MarkBlockAsInFlight(...)
practicalswift
2017-05-02
1
-4
/
+4
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Add logging to FinalizeNode()
Suhas Daftuar
2017-05-15
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge #10351: removed unused code in INV message
Pieter Wuille
2017-05-07
1
-5
/
+0
|
\
\
\
|
*
|
|
removed unused code in INV message
Greg Griffith
2017-05-07
1
-5
/
+0
*
|
|
|
Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to ...
Wladimir J. van der Laan
2017-05-07
1
-49
/
+49
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
scripted-diff: net: Use accessor rather than node's id directly
Cory Fields
2017-05-04
1
-49
/
+49
|
|
/
/
*
/
/
Remove unused args from GetFetchhFlags()
BtcDrak
2017-05-02
1
-9
/
+9
|
/
/
[prev]
[next]