index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net_processing.cpp
Age
Commit message (
Expand
)
Author
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-26
[MOVEONLY] Move LastCommonAncestor to chain
Pieter Wuille
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-22
scripted-diff: Remove BOOST_REVERSE_FOREACH
Jorge Timón
2017-06-22
Introduce src/reverse_iterator.hpp and include it...
Jorge Timón
2017-06-20
Merge #9549: [net] Avoid possibility of NULL pointer dereference in MarkBlock...
Pieter Wuille
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-06
Merge #10345: [P2P] Timeout for headers sync
Wladimir J. van der Laan
2017-06-05
Add timeout for headers sync
Suhas Daftuar
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2017-05-19
Use range-based for loops (C++11) when looping over vector elements
practicalswift
2017-05-17
Merge #10319: Remove unused argument from MarkBlockAsInFlight(...)
Wladimir J. van der Laan
2017-05-15
Add logging to FinalizeNode()
Suhas Daftuar
2017-05-08
Delay parallel block download until chain has sufficient work
Suhas Daftuar
2017-05-07
Merge #10351: removed unused code in INV message
Pieter Wuille
2017-05-07
Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to ...
Wladimir J. van der Laan
2017-05-07
removed unused code in INV message
Greg Griffith
2017-05-04
scripted-diff: net: Use accessor rather than node's id directly
Cory Fields
2017-05-02
Remove unused argument from MarkBlockAsInFlight(...)
practicalswift
2017-05-02
Remove unused args from GetFetchhFlags()
BtcDrak
2017-04-26
Merge #9930: Trivial: Correct indentation and bracing
Wladimir J. van der Laan
2017-04-13
Merge #9665: Use cached [compact] blocks to respond to getdata messages
Wladimir J. van der Laan
2017-04-10
Merge #9725: CValidationInterface Cleanups
Wladimir J. van der Laan
2017-04-10
Merge #10135: [p2p] Send the correct error code in reject messages
Wladimir J. van der Laan
2017-04-07
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-02
Correct indentation and remove unnecessary braces
Matthias Grundmann
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-31
Send the correct error code in reject messages
John Newbery
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-02-28
[net] Avoid possibility of NULL pointer dereference in MarkBlockAsInFlight(...)
practicalswift
2017-02-23
Add comment about cs_most_recent_block coverage
Matt Corallo
2017-02-23
Cache witness-enabled state with recent-compact-block-cache
Matt Corallo
2017-02-23
Use cached [compact] blocks to respond to getdata messages
Matt Corallo
2017-02-14
Merge #9720: net: fix banning and disallow sending messages before receiving ...
Wladimir J. van der Laan
2017-02-13
net: require a verack before responding to anything else
Cory Fields
2017-02-13
net: parse reject earlier
Cory Fields
2017-02-13
net: correctly ban before the handshake is complete
Cory Fields
2017-02-10
Move CNode::addrLocal access behind locked accessors
Matt Corallo
2017-02-10
Move CNode::addrName accesses behind locked accessors
Matt Corallo
2017-02-10
Make nTimeBestReceived atomic
Matt Corallo
2017-02-10
Move [clean|str]SubVer writes/copyStats into a lock
Matt Corallo
2017-02-10
net: fix a few races. Credit @TheBlueMatt
Cory Fields
2017-02-07
Merge #9604: [Trivial] add comment about setting peer as HB peer.
Wladimir J. van der Laan
2017-02-06
Merge #9659: Net: Turn some methods and params/variables const
Wladimir J. van der Laan
2017-02-02
net: Disallow sending messages until the version handshake is complete
Cory Fields
2017-02-02
net: deserialize the entire version message locally
Cory Fields
[next]