aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
2014-09-11remove useless millisleepphantomcircuit
2014-08-19Avoid querying DNS seeds, if we have open connections.Jeff Garzik
2014-08-18Don't poll showmyip.com, it doesn't exist anymoreWladimir J. van der Laan
2014-06-02Use pnode->nLastRecv as sync score directlyHuang Le
2014-05-23Replace non-threadsafe strerrorWladimir J. van der Laan
2014-05-06rpc: add `getblockchaininfo` and `getnetworkinfo`Wladimir J. van der Laan
2014-05-02better std::exception logging for CAddrDbPhilip Kaufmann
2014-05-01Remove build-time no-IPv6 settingWladimir J. van der Laan
2014-04-09Prevent socket leak in ThreadSocketHandler.Gregory Maxwell
2014-03-27Merge pull request #3603Wladimir J. van der Laan
2014-03-05Slightly tweak error when unable to bind portMichagogo
2014-03-05Clarify the error message when unable to bind to portpaveljanik
2014-03-05Bitcoin is running fine...paveljanik
2014-03-03replace custom GetFilesize() with boost::filesystem::file_size()Philip Kaufmann
2014-02-24Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-23Remove redundant .c_str()sWladimir J. van der Laan
2013-12-19Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein
2013-12-09Merge pull request #3373Wladimir J. van der Laan
2013-12-09Add ThreadGetMyExternalIP to net thread groupGavin Andresen
2013-12-08Add main-specific node statePieter Wuille
2013-12-04Move CAddrDB frrom db to netWladimir J. van der Laan
2013-11-26Store and use a sanitized subVerMike Hearn
2013-11-20Merge pull request #3257Wladimir J. van der Laan
2013-11-15orphan spaces cleanup ;-)Philip Kaufmann
2013-11-15core: remove includes in .cpp, if header is already in .hPhilip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-03process received messages one at a time without sleeping between messagesPatrick Strateman
2013-10-29-fuzzmessagestest=N : randomly corrupt 1-of-N sent messagesGavin Andresen
2013-10-21Adding new "addrlocal" field to RPC getpeerinfo.Josh Lehan
2013-10-20Merge pull request #2840 from sipa/nosendlockGavin Andresen
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-15Run node deletions outside of cs_vNodesPieter Wuille
2013-10-15Merge pull request #2924 from sje397/TrafficGraphWladimir J. van der Laan
2013-10-14Merge pull request #3077 from sipa/chainGavin Andresen
2013-10-14Add network traffic graphScott Ellis
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-10-04Added ping time measurement.Josh Lehan
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-08-24Merge pull request #2618 from fcicq/solaris-supportJeff Garzik
2013-07-31Remove #define loop from util.hGavin Andresen
2013-07-17Fix fcntl include in net.cpp & netbase.cppfcicq
2013-07-13fix invalid conversion error with MinGW 4.8.1 in net.cppPhilip Kaufmann
2013-06-24Dump addresses every 15 minutes instead of 10 secondsPieter Wuille
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-06-11send tx relay flag with versionbitsofproof
2013-06-10changes to thread code (directly use boost::thread)Philip Kaufmann
2013-06-06Removed the main.h include from net.cpp.Eric Lombrozo