aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* apply bitcoin patch for miniupnpc 1.9acerix2015-10-121-1/+5
* Always use a 50% chance to choose between tried and new entriesPieter Wuille2015-06-271-2/+1
* Limit message sizes before transferPieter Wuille2015-06-271-0/+5
* prevent SOCKET leak in BindListenPort()Philip Kaufmann2015-06-271-0/+2
* Convert closesocket 'compat wrapper' to function in netbaseWladimir J. van der Laan2015-06-271-10/+9
* Introduce whitelisted peers.Pieter Wuille2015-06-271-14/+46
* Use pong receive time rather than processing timePieter Wuille2015-06-271-0/+3
* add missing BOOST_FOREACH indentation in ThreadSocketHandler()Philip Kaufmann2015-06-271-40/+41
* small cleanup of #ifdefs in BindListenPort()Philip Kaufmann2015-06-271-8/+15
* add missing vhListenSocket.clear(); to CNetCleanup()Philip Kaufmann2015-06-271-0/+1
* remove unused CNode::Cleanup()Philip Kaufmann2015-06-271-6/+0
* Ping automatically every 2 minutes (unconditionally)Pieter Wuille2015-06-271-7/+11
* rename fNoListen to fListen and move to netPhilip Kaufmann2015-06-271-1/+2
* Introduce -maxoutconnections= to set the maximum number of outbound connectionslangerhans2014-12-201-5/+4
* remove useless millisleepphantomcircuit2014-09-181-2/+0
* Avoid querying DNS seeds, if we have open connections.Jeff Garzik2014-08-281-0/+12
* Don't poll showmyip.com, it doesn't exist anymoreWladimir J. van der Laan2014-08-281-20/+1
* Use pnode->nLastRecv as sync score directlyHuang Le2014-07-091-6/+6
* Replace non-threadsafe strerrorWladimir J. van der Laan2014-07-091-12/+12
* replace custom GetFilesize() with boost::filesystem::file_size()Philip Kaufmann2014-06-291-0/+2
* rpc: add `getblockchaininfo` and `getnetworkinfo`Wladimir J. van der Laan2014-06-291-7/+2
* Better std exception logging for CAddrDbPhilip Kaufmann2014-06-291-11/+12
* Remove build-time no-IPv6 settingWladimir J. van der Laan2014-06-291-12/+0
* Prevent socket leak in ThreadSocketHandler.Gregory Maxwell2014-05-261-5/+1
* Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate.Ross Nicoll2014-03-281-2/+2
* Clarify the error message when unable to bind to portpaveljanik2014-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
| |/