aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
2014-07-07Merge pull request #4472Wladimir J. van der Laan
2014-07-06Use pong receive time rather than processing timePieter Wuille
2014-07-04Show nodeid instead of addresses (for anonymity) unless otherwise requested.R E Broadley
2014-06-26add missing BOOST_FOREACH indentation in ThreadSocketHandler()Philip Kaufmann
2014-06-26small cleanup of #ifdefs in BindListenPort()Philip Kaufmann
2014-06-23build: fix build weirdness after 54372482.Cory Fields
2014-06-23Merge pull request #4388Wladimir J. van der Laan
2014-06-22Merge pull request #4309Pieter Wuille
2014-06-22add missing vhListenSocket.clear(); to CNetCleanup()Philip Kaufmann
2014-06-22remove unused CNode::Cleanup()Philip Kaufmann
2014-06-22Code simplifications after CTransaction::GetHash() cachingPieter Wuille
2014-06-21Allocate receive buffers in on the flyPieter Wuille
2014-06-12Merge pull request #2784Wladimir J. van der Laan
2014-06-11convert an if into an else if in OpenNetworkConnection()Philip Kaufmann
2014-06-11small cleanup of netPhilip Kaufmann
2014-06-09Ping automatically every 2 minutes (unconditionally)Pieter Wuille
2014-06-04Merge pull request #4247 from Diapolo/listenJeff Garzik
2014-05-30Use pnode->nLastRecv as sync score directlyHuang Le
2014-05-29rename fNoListen to fListen and move to netPhilip Kaufmann
2014-05-29Merge pull request #4132Wladimir J. van der Laan
2014-05-23Merge pull request #4152Wladimir J. van der Laan
2014-05-23Replace non-threadsafe strerrorWladimir J. van der Laan
2014-05-20add DEFAULT_UPNP constant in netPhilip Kaufmann
2014-05-10Fix addnode "onetry": Connect with OpenNetworkConnectionCozz Lovan
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