313 Commits (master)

Author SHA1 Message Date
Pieter Wuille d9ff591d42 Move static global randomizer seeds into CConnman 8 years ago
Pavel Janík b4fb512719 UndoReadFromDisk works on undo files (rev), not on block files. 8 years ago
R E Broadley 1f951c67a4 Allow filterclear messages for enabling TX relay only. 8 years ago
rodasmith 1d635ae61b fix op order to append first alert 8 years ago
Jeremy Rubin d1a2295f0d Made the ForEachNode* functions in src/net.cpp more pragmatic and self documenting 8 years ago
Cory Fields f60b9059e4 net: Pass best block known height into CConnman 8 years ago
Cory Fields bd72937dc4 net: move nLocalServices/nRelevantServices to CConnman 8 years ago
Cory Fields be9c796dc5 net: move SendBufferSize/ReceiveFloodSize to CConnman 8 years ago
Cory Fields 63cafa6329 net: move send/recv statistics to CConnman 8 years ago
Cory Fields 960cf2e405 net: move nLocalHostNonce to CConnman 8 years ago
Cory Fields 53347f0cb9 net: create generic functor accessors and move vNodes to CConnman 8 years ago
Cory Fields a0f3d3cdad net: move ban and addrman functions into CConnman 8 years ago
Cory Fields aaf018e3b7 net: handle nodesignals in CConnman 8 years ago
Cory Fields 5b446dd5b1 net: Pass CConnection to wallet rather than using the global 8 years ago
Cory Fields 8d58c4d81f net: Pass CConnman around as needed 8 years ago
Jeremy Rubin ec81881b86 Performance Regression Fix: Pre-Allocate txChanged vector 8 years ago
Pavel Janík 125b946cb4 Do not shadow upper local variable 'send', prevent -Wshadow compiler warning. 8 years ago
Pieter Wuille 34521e4d7d Do not store witness txn in rejection cache 8 years ago
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
Johnson Lau 482f852da6 Implement NULLDUMMY softfork 8 years ago
Pieter Wuille 5127c4f21c Add preciousblock RPC 8 years ago
Pieter Wuille 887919c7b7 Check for compatibility with download in FindNextBlocksToDownload 8 years ago
Pieter Wuille 144ed76ea0 Fix some locks 8 years ago
Pieter Wuille 35fe0393f2 Rename to PrecomputedTransactionData 8 years ago
Gregory Maxwell eb3596f7c2 Do not add random inbound peers to addrman. 8 years ago
Ethan Heilman dbb1f640e6 Added feeler connections increasing good addrs in the tried table. 8 years ago
R E Broadley 259ee09f88 Show "end" instead of many zeros when getheaders request received with a hashStop of Null. 8 years ago
MarcoFalke fa785d1211 Use __func__ to get function name for output printing 8 years ago
Pieter Wuille d2c5d044d0 Precompute sighashes 8 years ago
leijurv 1aacfc2da5
various typos 8 years ago
Jonas Schnelli b3b3c2a562
Reduce cs_main locks during ConnectTip/SyncWithWallets 8 years ago
Michael Rotarius f13c1bae52 Move AdvertiseLocal debug output to net category 8 years ago
Pieter Wuille 0fd2a33648 Use a signal to continue init after genesis activation 8 years ago
Wladimir J. van der Laan 5c9e49d12c net: Ignore `notfound` P2P messages 8 years ago
Jorge Timón c8664eeac7 Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckBlock 8 years ago
Suhas Daftuar 1d06e49834 Ignore CMPCTBLOCK messages for pruned blocks 8 years ago
Suhas Daftuar 1de2a46632 Ignore GETBLOCKTXN requests for unknown blocks 8 years ago
NicolasDorier 122786d0e0 Consensus: Remove ISM 8 years ago
Johnson Lau 1ffaff2f74 Make witness v0 outputs non-standard before segwit activation 8 years ago
NicolasDorier 7821889bce Consensus: Remove calls to error() from ContextualCheckBlock 8 years ago
Jonas Schnelli 2f32c82b3d
[Qt] show network/chain errors in the GUI 8 years ago
Pieter Wuille ab942c15bd Treat high-sigop transactions as larger rather than rejecting them 8 years ago
Suhas Daftuar 2c06bae39e Rename "block cost" to "block weight" 8 years ago
Jorge Timón 38c4c8b701 Trivial: Segwit: Don't call IsWitnessEnabled from ContextualCheckBlock 8 years ago
Jorge Timón 6f3d616dc8 Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and ContextualCheckBlock 8 years ago
NicolasDorier a3e1984651 Consensus: Trivial transform BOOST_FOREACH into for loop 8 years ago
Suhas Daftuar 96fa95361f Improve handling of unconnecting headers 8 years ago
Suhas Daftuar bb66a11396 Fix DoS vulnerability in mempool acceptance 8 years ago
Gregory Maxwell 4fbdc4365b Revert "net: Avoid duplicate getheaders requests." PR #8054 8 years ago
Wladimir J. van der Laan a5072a7730 util: Remove zero-argument versions of LogPrint and error 8 years ago