summaryrefslogtreecommitdiff
path: root/src/p2p/net_node.inl
Commit message (Expand)AuthorAgeFilesLines
* p2p: do not send last_seen timestamp to peersmoneromooo-monero2019-04-241-2/+2
* Merge pull request #5425Riccardo Spagni2019-04-161-1/+8
|\
| * p2p: fix integer overflow in host bansmoneromooo-monero2019-04-111-1/+8
* | crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)stoffu2019-04-041-2/+2
|/
* Merge pull request #5334Riccardo Spagni2019-04-011-1/+1
|\
| * p2p: don't lookup seed nodes when offlinemoneromooo-monero2019-03-221-1/+1
* | Fix daemon startup parameter '--limit-rate' processing after parameter defaultsrbrunner72019-03-201-4/+2
|/
* Merge pull request #5195Riccardo Spagni2019-03-191-0/+4
|\
| * daemon: add '--no-sync' arg to optionally disable blockchain syncxiphon2019-02-251-0/+4
* | Merge pull request #5190Riccardo Spagni2019-03-171-3/+8
|\ \
| * | daemon: add --public-node mode, RPC port propagation over P2Pxiphon2019-02-251-3/+8
| |/
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
* | p2p: avoid busy loop when we have nothing to connect tomoneromooo-monero2019-03-051-1/+9
* | epee: add SSL supportmoneromooo-monero2019-02-021-7/+8
|/
* Adding initial support for broadcasting transactions over TorLee Clagett2019-01-281-432/+693
* Pruningmoneromooo-monero2019-01-221-49/+149
* Merge pull request #5029Riccardo Spagni2019-01-161-1/+1
|\
| * p2p: don't stop the idle thread when no gray peers are foundmoneromooo-monero2018-12-301-1/+1
* | Merge pull request #5001Riccardo Spagni2019-01-161-3/+4
|\ \
| * | Remove boost::lexical_cast for uuid and unused uuid functionLee Clagett2018-12-231-3/+4
| |/
* | Merge pull request #4976Riccardo Spagni2019-01-161-4/+4
|\ \
| * | epee: better network buffer data structuremoneromooo-monero2018-12-231-4/+4
| |/
* / p2p: use vector instead of list for peer listsmoneromooo-monero2018-12-071-5/+5
|/
* p2p: tone down "no incoming connections" warning to info if in peers is 0moneromooo-monero2018-11-011-3/+10
* Merge pull request #4612Riccardo Spagni2018-10-261-4/+8
|\
| * p2p: only deinitialize what's been initialized in offline modemoneromooo-monero2018-10-161-4/+8
* | p2p: a negative result from UPNP_GetValidIGD is an errormoneromooo-monero2018-10-151-2/+2
|/
* 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 #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
|\ \