aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #4152Wladimir J. van der Laan2014-05-231-12/+12
|\ \
| * | Replace non-threadsafe strerrorWladimir J. van der Laan2014-05-231-12/+12
| |/
* / Fix addnode "onetry": Connect with OpenNetworkConnectionCozz Lovan2014-05-101-3/+0
|/
* rpc: add `getblockchaininfo` and `getnetworkinfo`Wladimir J. van der Laan2014-05-061-7/+2
* better std::exception logging for CAddrDbPhilip Kaufmann2014-05-021-9/+10
* Remove build-time no-IPv6 settingWladimir J. van der Laan2014-05-011-12/+0
* Prevent socket leak in ThreadSocketHandler.Gregory Maxwell2014-04-091-5/+1
* Merge pull request #3603Wladimir J. van der Laan2014-03-271-2/+4
|\
| * replace custom GetFilesize() with boost::filesystem::file_size()Philip Kaufmann2014-03-031-2/+4
* | Slightly tweak error when unable to bind portMichagogo2014-03-051-1/+1
* | Clarify the error message when unable to bind to portpaveljanik2014-03-051-1/+1
* | Bitcoin is running fine...paveljanik2014-03-051-2/+2
|/
* Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan2014-02-241-1/+1
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-22/+22
* Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein2013-12-191-1/+0
* Merge pull request #3373Wladimir J. van der Laan2013-12-091-3/+3
|\
| * Add ThreadGetMyExternalIP to net thread groupGavin Andresen2013-12-091-3/+3
* | Add main-specific node statePieter Wuille2013-12-081-22/+10
|/
* Move CAddrDB frrom db to netWladimir J. van der Laan2013-12-041-0/+100
* Store and use a sanitized subVerMike Hearn2013-11-261-1/+1
* Merge pull request #3257Wladimir J. van der Laan2013-11-201-3/+0
|\
| * core: remove includes in .cpp, if header is already in .hPhilip Kaufmann2013-11-151-3/+0
* | orphan spaces cleanup ;-)Philip Kaufmann2013-11-151-7/+7
|/
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-30/+32
* process received messages one at a time without sleeping between messagesPatrick Strateman2013-11-031-2/+16
* -fuzzmessagestest=N : randomly corrupt 1-of-N sent messagesGavin Andresen2013-10-291-0/+35
* Adding new "addrlocal" field to RPC getpeerinfo.Josh Lehan2013-10-211-0/+3
* Merge pull request #2840 from sipa/nosendlockGavin Andresen2013-10-201-1/+2
|\
| * Run node deletions outside of cs_vNodesPieter Wuille2013-10-151-1/+2
* | Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\ \ | |/ |/|
| * Bump Year Number to 2013super32013-10-201-1/+1
* | Merge pull request #2924 from sje397/TrafficGraphWladimir J. van der Laan2013-10-151-5/+32
|\ \
| * | Add network traffic graphScott Ellis2013-10-141-5/+32
* | | Merge pull request #3077 from sipa/chainGavin Andresen2013-10-141-0/+4
|\ \ \ | |/ / |/| |
| * | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-0/+4
| |/
* / Added ping time measurement.Josh Lehan2013-10-041-0/+15
|/
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-48/+47
* autotools: switch to autotools buildsystemCory Fields2013-09-051-0/+7
* Merge pull request #2618 from fcicq/solaris-supportJeff Garzik2013-08-241-0/+4
|\
| * Fix fcntl include in net.cpp & netbase.cppfcicq2013-07-171-0/+4
* | Remove #define loop from util.hGavin Andresen2013-07-311-6/+6
* | fix invalid conversion error with MinGW 4.8.1 in net.cppPhilip Kaufmann2013-07-131-0/+4
|/
* Dump addresses every 15 minutes instead of 10 secondsPieter Wuille2013-06-241-1/+4
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-130/+20
* send tx relay flag with versionbitsofproof2013-06-111-1/+1
* changes to thread code (directly use boost::thread)Philip Kaufmann2013-06-101-7/+4
* Removed the main.h include from net.cpp.Eric Lombrozo2013-06-061-7/+1
* Using boost::signals2 to message main from net.cpp.Eric Lombrozo2013-06-051-24/+6
* Removed net.cpp's dependency on init.h.Eric Lombrozo2013-06-051-3/+25