aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.inl
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * p2p: fix random peer index being too largemoneromooo-monero2017-08-111-0/+2
* | Merge pull request #2236Riccardo Spagni2017-08-151-22/+22
|\ \
| * | Tweak net logs so we get more info on why networking can't startmoneromooo-monero2017-08-151-22/+22
| |/
* / p2p: fallback on seed nodes if we can't make a connectionmoneromooo-monero2017-08-091-6/+25
|/
* net_node: fix m_in_timedsync initializationmoneromooo-monero2017-08-081-0/+1
* Merge pull request #2149Riccardo Spagni2017-08-071-0/+8
|\
| * cryptonote_protocol_handler: sync speedupmoneromooo-monero2017-08-071-0/+8
* | Merge pull request #2219Riccardo Spagni2017-08-071-6/+14
|\ \
| * | p2p: close connections when exitingmoneromooo-monero2017-07-291-0/+8
| * | p2p: fix thread leakmoneromooo-monero2017-07-281-6/+6
| |/
* / move get_proof_of_trust_hash from util.h to p2p_protocol_defs.hmoneromooo-monero2017-07-271-1/+1
|/
* Remove typeid use in network_addressmoneromooo-monero2017-06-281-8/+8