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
/
main.cpp
Age
Commit message (
Expand
)
Author
2016-09-09
Merge #8681: Performance Regression Fix: Pre-Allocate txChanged vector
Pieter Wuille
2016-09-09
Merge #8085: p2p: Begin encapsulation
Wladimir J. van der Laan
2016-09-09
Merge #8677: Do not shadow upper local variable 'send', prevent -Wshadow comp...
Wladimir J. van der Laan
2016-09-09
Merge #8525: Do not store witness txn in rejection cache
Wladimir J. van der Laan
2016-09-08
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
net: move SendBufferSize/ReceiveFloodSize to CConnman
Cory Fields
2016-09-08
net: move send/recv statistics to CConnman
Cory Fields
2016-09-08
net: move nLocalHostNonce to CConnman
Cory Fields
2016-09-08
net: create generic functor accessors and move vNodes to CConnman
Cory Fields
2016-09-08
net: move ban and addrman functions into CConnman
Cory Fields
2016-09-08
net: handle nodesignals in CConnman
Cory Fields
2016-09-08
net: Pass CConnection to wallet rather than using the global
Cory Fields
2016-09-08
net: Pass CConnman around as needed
Cory Fields
2016-09-07
Performance Regression Fix: Pre-Allocate txChanged vector
Jeremy Rubin
2016-09-07
Do not shadow upper local variable 'send', prevent -Wshadow compiler warning.
Pavel Janík
2016-09-07
Merge #8594: Do not add random inbound peers to addrman.
Pieter Wuille
2016-09-07
Merge #8606: Fix some locks
Pieter Wuille
2016-09-05
Do not store witness txn in rejection cache
Pieter Wuille
2016-09-02
Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/
Wladimir J. van der Laan
2016-09-01
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-09-01
Merge #8524: Precompute sighashes
Pieter Wuille
2016-08-26
Check for compatibility with download in FindNextBlocksToDownload
Pieter Wuille
2016-08-26
Fix some locks
Pieter Wuille
2016-08-26
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-26
Merge #8561: Show "end" instead of many zeros when getheaders request receive...
Wladimir J. van der Laan
2016-08-25
Do not add random inbound peers to addrman.
Gregory Maxwell
2016-08-25
Merge #8462: Move AdvertiseLocal debug output to net category
Pieter Wuille
2016-08-25
Merge #7579: [Qt] show network/chain errors in the GUI
Jonas Schnelli
2016-08-25
Merge #8282: net: Feeler connections to increase online addrs in the tried ta...
Wladimir J. van der Laan
2016-08-23
Added feeler connections increasing good addrs in the tried table.
Ethan Heilman
2016-08-23
Show "end" instead of many zeros when getheaders request received with a hash...
R E Broadley
2016-08-22
Merge #8548: [wallet] Use __func__ to get function name for output printing
Wladimir J. van der Laan
2016-08-19
Use __func__ to get function name for output printing
MarcoFalke
2016-08-17
Merge #8505: Trivial: Fix typos in various files
Wladimir J. van der Laan
2016-08-16
Precompute sighashes
Pieter Wuille
2016-08-14
various typos
leijurv
2016-08-12
Reduce cs_main locks during ConnectTip/SyncWithWallets
Jonas Schnelli
2016-08-05
Move AdvertiseLocal debug output to net category
Michael Rotarius
2016-08-04
Merge #8392: Fix several node initialization issues
Wladimir J. van der Laan
2016-08-04
Merge #8391: Consensus: Remove ISM
Wladimir J. van der Laan
2016-08-01
Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con...
Pieter Wuille
2016-07-30
Use a signal to continue init after genesis activation
Pieter Wuille
2016-07-29
net: Ignore `notfound` P2P messages
Wladimir J. van der Laan
2016-07-29
Merge #8274: util: Update tinyformat
Wladimir J. van der Laan
2016-07-29
Merge #8408: Prevent fingerprinting, disk-DoS with compact blocks
Wladimir J. van der Laan
2016-07-28
Merge #8348: Trivial: Segwit: Don't call IsWitnessEnabled from ContextualChec...
Wladimir J. van der Laan
2016-07-27
Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckB...
Jorge Timón
2016-07-26
Ignore CMPCTBLOCK messages for pruned blocks
Suhas Daftuar
[next]