aboutsummaryrefslogtreecommitdiff
path: root/src/p2p
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3290Riccardo Spagni2018-02-201-0/+1
|\
| * p2p: restore m_testnet assignment lost during rebasewhythat2018-02-181-0/+1
* | p2p: need libcryptonote_core due to arg_testnet_on being usedstoffu2018-02-181-0/+1
|/
* options: add testnet option dependencieswhythat2018-02-161-2/+6
* options: remove testnet-* optionswhythat2018-02-163-16/+6
* 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-162-2/+2
|\ \
| * | pass large parameters by const ref, not valuemoneromooo-monero2018-02-022-2/+2
| |/
* | 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-294-3/+63
* | Rename delete_connections to delete_out_connectionsErik de Castro Lopo2018-01-292-2/+2
* | Rename connections_count to max_out_connection_countErik de Castro Lopo2018-01-292-12/+12
|/
* 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-269-9/+9
* | p2p: fix picking peers off an empty gray listmoneromooo-monero2018-01-181-1/+4
|/
* fix some link errors in debug mode for macosstoffu2018-01-101-0/+1
* 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
* | Merge pull request #2877Riccardo Spagni2017-12-1710-1261/+90
|\ \
| * | move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-166-1214/+0
| * | cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-164-47/+90
* | | move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+2
|/ /
* | 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-285-33/+18
|/
* Merge pull request #2736Riccardo Spagni2017-11-141-2/+3
|\
| * move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-141-2/+3
* | remove "using namespace std" from headersmoneromooo-monero2017-11-141-2/+2
|/
* Fix an object lifetime bug in net load testsmoneromooo-monero2017-10-091-1/+1
* Upgrades to epee::net_utils::network_addressLee Clagett2017-10-053-15/+22
* version: fix link to new version stringsmoneromooo-monero2017-09-251-0/+1
* Merge pull request #2424Riccardo Spagni2017-09-251-20/+1
|\
| * net_peerlist: remove dead codemoneromooo-monero2017-09-251-20/+1
* | Merge pull request #2442Riccardo Spagni2017-09-251-2/+0
|\ \
| * | build: auto update version info without manually deleting version.hstoffu2017-09-211-2/+0
* | | 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
* | | Merge pull request #2376Riccardo Spagni2017-09-202-48/+102
|\ \ \ | |_|/ |/| |
| * | Rename m_listenning_port to m_listening_portMaxXor2017-09-012-7/+7
| * | Delete UPnP port mapping on exitMaxXor2017-08-292-43/+97
* | | Merge pull request #2329Riccardo Spagni2017-09-021-0/+2
|\ \ \ | |/ / |/| |
| * | p2p: init hashes after deserializing a network addressmoneromooo-monero2017-08-231-0/+2
| |/
* | print peer id in 0 padded hex for consistencymoneromooo-monero2017-08-232-6/+13