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
...
|
*
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
|
/
/
*
|
Merge #9930: Trivial: Correct indentation and bracing
Wladimir J. van der Laan
2017-04-26
1
-79
/
+79
|
\
\
|
*
|
Correct indentation and remove unnecessary braces
Matthias Grundmann
2017-04-02
1
-79
/
+79
*
|
|
Merge #9665: Use cached [compact] blocks to respond to getdata messages
Wladimir J. van der Laan
2017-04-13
1
-18
/
+36
|
\
\
\
|
*
|
|
Add comment about cs_most_recent_block coverage
Matt Corallo
2017-02-23
1
-0
/
+1
|
*
|
|
Cache witness-enabled state with recent-compact-block-cache
Matt Corallo
2017-02-23
1
-2
/
+6
|
*
|
|
Use cached [compact] blocks to respond to getdata messages
Matt Corallo
2017-02-23
1
-17
/
+30
*
|
|
|
Merge #9725: CValidationInterface Cleanups
Wladimir J. van der Laan
2017-04-10
1
-12
/
+14
|
\
\
\
\
|
*
|
|
|
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-07
1
-12
/
+14
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #10135: [p2p] Send the correct error code in reject messages
Wladimir J. van der Laan
2017-04-10
1
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Send the correct error code in reject messages
John Newbery
2017-03-31
1
-3
/
+3
*
|
|
|
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-69
/
+71
|
/
/
/
*
|
|
No longer allow "free" transactions
Alex Morcos
2017-03-03
1
-4
/
+3
*
|
|
Merge #9720: net: fix banning and disallow sending messages before receiving ...
Wladimir J. van der Laan
2017-02-14
1
-49
/
+68
|
\
\
\
|
*
|
|
net: require a verack before responding to anything else
Cory Fields
2017-02-13
1
-0
/
+7
|
*
|
|
net: parse reject earlier
Cory Fields
2017-02-13
1
-26
/
+24
|
*
|
|
net: correctly ban before the handshake is complete
Cory Fields
2017-02-13
1
-23
/
+37
*
|
|
|
Move CNode::addrLocal access behind locked accessors
Matt Corallo
2017-02-10
1
-2
/
+2
*
|
|
|
Move CNode::addrName accesses behind locked accessors
Matt Corallo
2017-02-10
1
-1
/
+1
*
|
|
|
Make nTimeBestReceived atomic
Matt Corallo
2017-02-10
1
-1
/
+1
*
|
|
|
Move [clean|str]SubVer writes/copyStats into a lock
Matt Corallo
2017-02-10
1
-3
/
+8
*
|
|
|
net: fix a few races. Credit @TheBlueMatt
Cory Fields
2017-02-10
1
-1
/
+1
|
/
/
/
*
|
|
Merge #9604: [Trivial] add comment about setting peer as HB peer.
Wladimir J. van der Laan
2017-02-07
1
-1
/
+9
|
\
\
\
|
*
|
|
[Trivial] add comment about setting peer as HB peer.
John Newbery
2017-01-20
1
-1
/
+9
*
|
|
|
Merge #9659: Net: Turn some methods and params/variables const
Wladimir J. van der Laan
2017-02-06
1
-9
/
+9
|
\
\
\
\
|
*
|
|
|
Net: pass interruptMsgProc as const where possible
Jorge Timón
2017-01-31
1
-4
/
+4
|
*
|
|
|
Net: Make CNetMsgMaker more const
Jorge Timón
2017-01-31
1
-5
/
+5
|
|
|
/
/
|
|
/
|
|
[prev]
[next]