237 Commits (51ed9ec971614aebdbfbd9527aba365dd0afd437)

Author SHA1 Message Date
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Patrick Strateman 75ef87dd93 process received messages one at a time without sleeping between messages 11 years ago
Gavin Andresen 9038b18f46 -fuzzmessagestest=N : randomly corrupt 1-of-N sent messages 11 years ago
Josh Lehan 547c61f8d8 Adding new "addrlocal" field to RPC getpeerinfo. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Pieter Wuille 49d754d915 Run node deletions outside of cs_vNodes 11 years ago
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Josh Lehan 971bb3e901 Added ping time measurement. 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
Gavin Andresen 050d2e953f Remove #define loop from util.h 11 years ago
fcicq 98148a713e Fix fcntl include in net.cpp & netbase.cpp 11 years ago
Philip Kaufmann b3e0aaf36e fix invalid conversion error with MinGW 4.8.1 in net.cpp 11 years ago
Pieter Wuille c43da3f183 Dump addresses every 15 minutes instead of 10 seconds 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
bitsofproof c87f462b74 send tx relay flag with version 11 years ago
Philip Kaufmann 53e71135de changes to thread code (directly use boost::thread) 11 years ago
Eric Lombrozo 6e68524e95 Removed the main.h include from net.cpp. 11 years ago
Eric Lombrozo 501da2503a Using boost::signals2 to message main from net.cpp. 11 years ago
Eric Lombrozo 663224c232 Removed net.cpp's dependency on init.h. 12 years ago
Eric Lombrozo 4751d07efd Moved unrelated-to-network calls in StartNode and StopNode into init.cpp 12 years ago
Eric Lombrozo 8926263dde Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockLocator. 12 years ago
Pieter Wuille a9d9f0f5f7 Do not kill connections on recv buffer overflow 11 years ago
Pieter Wuille ba29a5590b Try to increase file descriptor rlimit if necessary 11 years ago
Wladimir J. van der Laan d23fa49c52 move WSAStartup to init 11 years ago
Jeff Garzik 1483aac5f9 net.cpp: Do not change primary process name from (default) to "bitcoin-start" 11 years ago
Pieter Wuille 86648a8d16 Add bytessent, bytesrecv and syncnode to getpeerinfo 11 years ago
Pieter Wuille 6ed71b5e4f Make sure we always have a node to do IBD from 11 years ago
Philip Kaufmann b001c87126 small indentation, space, formatting fixes (no code changes) 11 years ago
Pieter Wuille cedaa71446 Drop release times for CNode 11 years ago
Gavin Andresen b31499ec72 Clean up shutdown process 11 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 11 years ago
Gavin Andresen 1b43bf0d3a Rename util.h Sleep --> MilliSleep 11 years ago
Gavin Andresen c8c2fbe07f Shutdown cleanup prep-work 11 years ago
Matt Corallo b5afda67f2 Move mapAlreadyAskedFor to limitedmap 11 years ago
Jeff Garzik a0cafb7945 Move GenerateBitcoins() call out of net.cpp's StartNode() 11 years ago
Pieter Wuille 41b052ad87 Use per-message send buffer, rather than per connection 11 years ago
Pieter Wuille 967f24590b Some fixes to CNetMessage processing 11 years ago
Jeff Garzik b9ff2970b9 P2P: improve RX/TX flow control 12 years ago
Jeff Garzik bc2f5aa72c P2P, cosmetic: break out buffer send(2) code into separate function 12 years ago
Jeff Garzik 607dbfdeaf P2P: parse network datastream into header/data components in socket thread 12 years ago
Pieter Wuille 3427517d50 Clean up global datastructures at shutdown. 11 years ago
Matt Corallo 6a1d6e03da Add a new testnet dnsseed (currently only static list, will update) 11 years ago
Matt Corallo c2efd981aa (finally) Remove IRC Seed support now that lfnet is down. 11 years ago
Peter Todd af8998824c Add DNS seed support for testnet 12 years ago
Gavin Andresen 74fbb151de New seed nodes, from http://bitcoin.sipa.be/seeds.txt 12 years ago
Matt Corallo f2bd6c28e6 Try more than the first address for a DNS -addnode. 12 years ago
Matt Corallo f339e9e339 Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()). 12 years ago
Matt Corallo 74088e862e Use a copy in place of mapMultiArgs["-addnode"]. 12 years ago