summaryrefslogtreecommitdiff
path: root/src/p2p
Commit message (Expand)AuthorAgeFilesLines
* p2p: fix GCC 9.1 crashmoneromooo-monero2019-06-081-4/+6
* p2p: do not send last_seen timestamp to peersmoneromooo-monero2019-04-243-12/+30
* 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-042-3/+3
|/
* 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-193-0/+6
|\
| * daemon: add '--no-sync' arg to optionally disable blockchain syncxiphon2019-02-253-0/+6
* | Merge pull request #5190Riccardo Spagni2019-03-175-12/+39
|\ \
| * | daemon: add --public-node mode, RPC port propagation over P2Pxiphon2019-02-255-12/+39
| |/
* | Update 2019 copyrightbinaryFate2019-03-059-9/+9
* | p2p: avoid busy loop when we have nothing to connect tomoneromooo-monero2019-03-051-1/+9
* | default initialize rpc structuresmoneromooo-monero2019-03-042-17/+32
* | Merge pull request #5091Riccardo Spagni2019-03-043-3/+60
|\ \
| * | i2p: initial supportJethro Grassie2019-01-303-3/+60
| |/
* / epee: add SSL supportmoneromooo-monero2019-02-022-10/+13
|/
* Adding initial support for broadcasting transactions over TorLee Clagett2019-01-289-649/+1570
* Pruningmoneromooo-monero2019-01-226-54/+234
* 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-163-16/+16
|\ \
| * | epee: better network buffer data structuremoneromooo-monero2018-12-233-16/+16
| |/
* / p2p: use vector instead of list for peer listsmoneromooo-monero2018-12-074-24/+27
|/
* Merge pull request #4854Riccardo Spagni2018-12-041-1/+3
|\
| * Removed a lot of unnecessary includesMartijn Otto2018-11-151-1/+3
* | Merge pull request #4776Riccardo Spagni2018-11-162-4/+11
|\ \
| * | p2p: less frequent incoming connections checkmoneromooo-monero2018-11-011-1/+1
| * | p2p: tone down "no incoming connections" warning to info if in peers is 0moneromooo-monero2018-11-011-3/+10
| |/
* / Expose limit-rate defaults from command line helpRaskaRuby2018-10-312-4/+4
|/
* 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
|/
* Merge pull request #4578Riccardo Spagni2018-10-151-3/+3
|\
| * Revert "p2p: connect via the bound ip, if any"moneromooo-monero2018-10-131-3/+3
* | Remove epee header dependency on cryptonote_coremoneromooo-monero2018-10-121-0/+1
|/
* 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
| |/