333 Commits (5d3064bc44e0b608a428e230f384bd3f846dedca)

Author SHA1 Message Date
Huang Le 09a54a65c0 Use pnode->nLastRecv as sync score directly 10 years ago
Philip Kaufmann 53a088154c rename fNoListen to fListen and move to net 10 years ago
Wladimir J. van der Laan a60838d09a Replace non-threadsafe strerror 11 years ago
Philip Kaufmann d4e1c61212 add DEFAULT_UPNP constant in net 11 years ago
Cozz Lovan b641c9cd21 Fix addnode "onetry": Connect with OpenNetworkConnection 11 years ago
Wladimir J. van der Laan d387b8ec15 rpc: add `getblockchaininfo` and `getnetworkinfo` 11 years ago
Philip Kaufmann 2fdd4c7933 better std::exception logging for CAddrDb 11 years ago
Wladimir J. van der Laan e27c4110d9 Remove build-time no-IPv6 setting 11 years ago
Gregory Maxwell d20791b0e5 Prevent socket leak in ThreadSocketHandler. 11 years ago
Michagogo d30d379beb Slightly tweak error when unable to bind port 11 years ago
paveljanik 2d2d8fae3d Clarify the error message when unable to bind to port 11 years ago
paveljanik 094eeff0ba Bitcoin is running fine... 11 years ago
Philip Kaufmann a486abd419 replace custom GetFilesize() with boost::filesystem::file_size() 11 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 11 years ago
Thomas Holenstein df840de5da
Make bitcoin compile without wallet if "db_cxx.h" is not present 11 years ago
Gavin Andresen 80ecf6702a Add ThreadGetMyExternalIP to net thread group 11 years ago
Pieter Wuille b2864d2fb3 Add main-specific node state 11 years ago
Wladimir J. van der Laan d004d7279f Move CAddrDB frrom db to net 11 years ago
Mike Hearn a946aa8d3e Store and use a sanitized subVer 11 years ago
Philip Kaufmann fabba0e6cc orphan spaces cleanup ;-) 11 years ago
Philip Kaufmann 379778bde6 core: remove includes in .cpp, if header is already in .h 11 years ago
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. 11 years ago
Eric Lombrozo 4751d07efd Moved unrelated-to-network calls in StartNode and StopNode into init.cpp 11 years ago
Eric Lombrozo 8926263dde Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockLocator. 11 years ago
Pieter Wuille a9d9f0f5f7 Do not kill connections on recv buffer overflow 12 years ago
Pieter Wuille ba29a5590b Try to increase file descriptor rlimit if necessary 12 years ago
Wladimir J. van der Laan d23fa49c52 move WSAStartup to init 12 years ago
Jeff Garzik 1483aac5f9 net.cpp: Do not change primary process name from (default) to "bitcoin-start" 12 years ago