summaryrefslogtreecommitdiff
path: root/src/p2p
Commit message (Expand)AuthorAgeFilesLines
* Revert "p2p: connect via the bound ip, if any"moneromooo-monero2018-10-131-3/+3
* Merge pull request #4089luigi11112018-08-151-3/+3
|\
| * p2p: connect via the bound ip, if anymoneromooo-monero2018-07-021-3/+3
* | Merge pull request #4075luigi11112018-07-191-1/+0
|\ \
| * | remove epee from link lines where it's redundantmoneromooo-monero2018-06-281-1/+0
| |/
* | 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-192-0/+16
|\ \
| * | p2p: warn when no incoming connections are seen for a whilemoneromooo-monero2018-05-262-0/+16
| |/
* / p2p: fix fallback seed node usagemoneromooo-monero2018-04-292-3/+11
|/
* Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner72018-04-251-2/+2
* 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
* Merge pull request #3502Riccardo Spagni2018-04-121-1/+1
|\
| * fix lambda compile error on openbsdmoneromooo-monero2018-03-271-1/+1
* | 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-053-18/+34
* 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
| |/