summaryrefslogtreecommitdiff
path: root/src/p2p/net_node.inl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4089luigi11112018-08-151-3/+3
|\
| * p2p: connect via the bound ip, if anymoneromooo-monero2018-07-021-3/+3
* | Merge pull request #3854luigi11112018-07-191-0/+3
|\ \ | |/ |/|
| * add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-0/+3
* | Merge pull request #3982luigi11112018-06-271-16/+46
|\ \
| * | net_node: resolve host for node addresses given via command line flagsstoffu2018-06-111-13/+43
| * | cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu2018-06-111-3/+3
| |/
* | Merge pull request #3861luigi11112018-06-191-0/+14
|\ \
| * | p2p: warn when no incoming connections are seen for a whilemoneromooo-monero2018-05-261-0/+14
| |/
* / p2p: fix fallback seed node usagemoneromooo-monero2018-04-291-3/+10
|/
* Build: update CMake and p2p for in-tree miniupnpanonimal2018-04-211-10/+3
* CMake: update new location of in-tree miniupnpcanonimal2018-04-191-3/+3
* p2p: correct port number for seed nodesstoffu2018-03-221-3/+3
* p2p: fix network ID being uninitialised when using exclusive peersmoneromooo-monero2018-03-131-1/+4
* Stagenetstoffu2018-03-051-11/+25
* p2p: restore m_testnet assignment lost during rebasewhythat2018-02-181-0/+1
* options: remove testnet-* optionswhythat2018-02-161-8/+2
* Merge pull request #3196Riccardo Spagni2018-02-161-1/+2
|\
| * p2p: fix testnet/mainnet port mixupmoneromooo-monero2018-01-281-1/+2
* | Merge pull request #3226Riccardo Spagni2018-02-161-1/+1
|\ \
| * | pass large parameters by const ref, not valuemoneromooo-monero2018-02-021-1/+1
| |/
* | Merge pull request #3221Riccardo Spagni2018-02-161-0/+2
|\ \
| * | p2p: do not try to connect to peers in offline modemoneromooo-monero2018-02-011-0/+2
| |/
* | Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-291-3/+54
* | Rename delete_connections to delete_out_connectionsErik de Castro Lopo2018-01-291-1/+1
* | Rename connections_count to max_out_connection_countErik de Castro Lopo2018-01-291-10/+10
|/
* Merge pull request #3145Riccardo Spagni2018-01-271-6/+6
|\
| * p2p: don't lookup seed IPs if using an exclusive peermoneromooo-monero2018-01-171-5/+5
| * p2p: don't connect to seeds if using an exclusive peermoneromooo-monero2018-01-171-1/+1
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
* | p2p: fix picking peers off an empty gray listmoneromooo-monero2018-01-181-1/+4
|/
* Merge pull request #2928Riccardo Spagni2017-12-251-2/+5
|\
| * p2p: stop net server before closing starting connectionsmoneromooo-monero2017-12-151-2/+5
* | p2p: use size_t for arbitrary counters instead of uint8_tmoneromooo-monero2017-12-181-2/+2
* | cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-161-36/+1
* | Merge pull request #2878Riccardo Spagni2017-12-161-4/+2
|\ \
| * | core: make --offline also disable DNS lookupsmoneromooo-monero2017-11-301-4/+2
| |/
* / Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner72017-11-281-12/+10
|/
* move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-141-2/+3
* Fix an object lifetime bug in net load testsmoneromooo-monero2017-10-091-1/+1
* Upgrades to epee::net_utils::network_addressLee Clagett2017-10-051-4/+4
* Merge pull request #2428Riccardo Spagni2017-09-251-0/+2
|\
| * p2p: disable gray list housekeeping when an exclusive node is givenmoneromooo-monero2017-09-101-0/+2
* | Merge pull request #2302Riccardo Spagni2017-09-211-0/+5
|\ \
| * | p2p: add a couple early outs when the stop signal is receivedmoneromooo-monero2017-08-161-0/+5
* | | Rename m_listenning_port to m_listening_portMaxXor2017-09-011-5/+5
* | | Delete UPnP port mapping on exitMaxXor2017-08-291-43/+95
| |/ |/|
* | print peer id in 0 padded hex for consistencymoneromooo-monero2017-08-231-6/+6
* | cryptonote_protocol: misc fixes to the new sync algorithmmoneromooo-monero2017-08-211-0/+2
|/
* Merge pull request #2282Riccardo Spagni2017-08-151-0/+2
|\