718 Commits (63a4dc10876bfc61c2e87d35dcf17da2f0f8c316)

Author SHA1 Message Date
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 adf5d4c2e4 net: SocketSendData returns written size 8 years ago
Cory Fields ee44fa9576 net: move messageHandlerCondition to CConnman 8 years ago
Cory Fields 960cf2e405 net: move nLocalHostNonce to CConnman 8 years ago
Cory Fields 551e0887db net: move nLastNodeId to CConnman 8 years ago
Cory Fields 6c19d92361 net: move whitelist functions into CConnman 8 years ago
Cory Fields 53347f0cb9 net: create generic functor accessors and move vNodes to CConnman 8 years ago
Cory Fields c0569c7fa1 net: Add most functions needed for vNodes to CConnman 8 years ago
Cory Fields 8ae2dac1c6 net: move added node functions to CConnman 8 years ago
Cory Fields 502dd3a8a0 net: Add oneshot functions 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 b1a5f43208 net: move OpenNetworkConnection into CConnman 8 years ago
Cory Fields 02137f11e2 net: Move socket binding into CConnman 8 years ago
Cory Fields 8d58c4d81f net: Pass CConnman around as needed 8 years ago
Cory Fields cd16f48028 net: Create CConnman to encapsulate p2p connections 8 years ago
Cory Fields d93b14dc5d net: move CBanDB and CAddrDB out of net.h/cpp 8 years ago
Ethan Heilman dbb1f640e6 Added feeler connections increasing good addrs in the tried table. 8 years ago
Pavel Janík b7c349d5e7 Do not shadow variables in networking code 8 years ago
leijurv 1aacfc2da5
various typos 8 years ago
Michael Rotarius f13c1bae52 Move AdvertiseLocal debug output to net category 8 years ago
Cory Fields 8945384bca net: Have LookupNumeric return a CService directly 8 years ago
Cory Fields 21ba407a73 net: narrow include scope after moving to netaddress 8 years ago
Cory Fields f96c7c4d91 net: Split resolving out of CService 8 years ago
Cory Fields 31d6b1d5f0 net: Split resolving out of CNetAddr 8 years ago
Pieter Wuille aa59f2ed3f Add extra message to avoid a long 'Loading banlist' 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Pieter Wuille b8a97498df BIP144: Handshake and relay (receiver side) 8 years ago
Matt Corallo 927f8eede0 Add ability to fetch CNode by NodeId 8 years ago
Gregory Maxwell 6ee7f05622 Allow disconnecting a netgroup with only one member in eviction. 8 years ago
Gregory Maxwell 5d0ca81f74 Add recently accepted blocks and txn to AttemptToEvictConnection. 8 years ago
Pieter Wuille bc0a895d81 Do not set extra flags for unfiltered DNS seed results 8 years ago
Pieter Wuille f9f5cfc506 Prevent duplicate connections where one is by name and another by ip 8 years ago
Pieter Wuille 1111b80df8 Rework addnode behaviour 8 years ago
Pieter Wuille ecd7fd37c8 Introduce REQUIRED_SERVICES constant 8 years ago
Pieter Wuille ee06e04369 Introduce enum ServiceFlags for service flags 8 years ago
Pieter Wuille 15bf863219 Don't require services in -addnode 8 years ago
Pieter Wuille 5e7ab16d29 Only store and connect to NODE_NETWORK nodes 8 years ago
Pieter Wuille fc83f18153 Verify that outbound connections have expected services 8 years ago
instagibbs 657fc19d65 rename mapAddrCount to mapNetGroupNodes 8 years ago
Pieter Wuille 888483098e Use C++11 thread-safe static initializers 8 years ago
Pieter Wuille c31b24f745 Use 64-bit SipHash of netgroups in eviction 8 years ago
Patrick Strateman 053930ffc4 Avoid recalculating vchKeyedNetGroup in eviction logic. 8 years ago
Gregory Maxwell 4d8993b346 Defer inserting into maprelay until just before relaying. 8 years ago
Pieter Wuille 52b02ecd6d Use global ::fRelayTxes instead of CNode one 8 years ago
Gregory Maxwell 6182d10503 Do not increment nAttempts by more than one for every Good connection. 8 years ago
Gregory Maxwell c769c4af11 Avoid counting failed connect attempts when probably offline. 8 years ago
Gregory Maxwell 7e908c7b82 Do not use mempool for GETDATA for tx accepted after the last mempool req. 8 years ago
Jonas Schnelli 2d83013dc5
Add support for dnsseeds with option to filter by servicebits 8 years ago