summaryrefslogtreecommitdiff
path: root/src/p2p
Commit message (Collapse)AuthorAgeFilesLines
* p2p: do not log to global when re-blocking a subnetmoneromooo-monero2023-03-191-1/+5
|
* p2p: avoid spam blocking ipv4 addresses in a blocked subnetmoneromooo-monero2023-03-191-1/+17
|
* p2p: add plowsof seed nodesselsta2023-01-271-1/+11
|
* p2p: remove offline seed nodesselsta2023-01-271-8/+0
|
* Merge pull request #8644luigi11112023-01-111-13/+3
|\ | | | | | | 38d4811 p2p: fix exclusive node DNS resolution for certain hosts [release] (Jeffrey Ryan)
| * p2p: fix exclusive node DNS resolution for certain hosts [release]Jeffrey Ryan2022-11-171-13/+3
| | | | | | | | | | | | | | | | Fixes #8633. The function `append_net_address` did not parse hostname + port addresses (e.g. `bar:29080`) correctly if the hostname did not contain a `'.'` character. @vtnerd comments 1 clear up 2nd conditional statement
* | p2p: fix back ping to discover healthy peers to connect toj-berman2022-11-151-1/+1
|/
* Merge pull request #8330luigi11112022-05-261-3/+7
|\ | | | | | | 2dab31f Don't exclusively drop tor/i2p outgoing cxns in idle loop (j-berman)
| * Don't exclusively drop tor/i2p outgoing cxns in idle loopj-berman2022-05-181-3/+7
| |
* | Don't send peerlist larger than max allowedj-berman2022-05-111-2/+6
|/
* "Change C-cast to static_cast in net_peerlist.h"Jeffrey2022-04-181-1/+1
| | | | Thanks @mj-xmr: https://github.com/monero-project/monero/pull/8211#discussion_r823870855
* Factor out move_it_backward from misc_language.hJeffrey2022-04-181-8/+15
| | | | | Relevant commit from old PR: 330df2952cb2863a591158b984c0fb7f652887ac
* Add Include statementsJeffrey2022-04-181-0/+1
|
* Trimming FatJeffrey2022-04-181-1/+0
| | | | Remove unused include statements or unused definitions.
* Boring Old DeletesJeffrey2022-04-181-53/+0
| | | | | | Here lies dozens of unused files. This commit is ONLY file deletions except for the removing of a couple of #includes and removing filenames from CmakeLists where appropriate.
* Merge pull request #8197luigi11112022-04-0610-10/+11
|\ | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr)
| * Copyright: Update to 2022mj-xmr2022-03-0410-10/+11
| |
* | replace erciccione's seednode with one on haveno's infrastructureerciccione2022-03-131-1/+1
|/
* Update net_node.inlGingeropolous2022-01-041-3/+3
|
* Merge pull request #7874luigi11112021-10-112-5/+7
|\ | | | | | | | | 9154883 node_server: fix race condition (anon) 8922f96 node_server: add race condition demo (anon)
| * node_server: fix race conditionanon2021-09-202-5/+7
| |
* | Merge pull request #7890luigi11112021-09-231-0/+5
|\ \ | | | | | | | | | 2a8a511 Quicker resource cleanup on p2p socks timeout (Lee *!* Clagett)
| * | Quicker resource cleanup on p2p socks timeoutLee *!* Clagett2021-07-291-0/+5
| |/
* | Merge pull request #7616luigi11112021-09-093-2/+24
|\ \ | |/ |/| | | 4ced092 daemon: allow proxy configuration (anon, selsta, tobtoht)
| * daemon: allow proxy configurationanon2021-08-203-2/+24
| | | | | | | | | | Co-authored-by: selsta <selsta@sent.at> Co-authored-by: tobtoht <thotbot@protonmail.com>
* | p2p: remove blocked addresses/hosts from peerlistmoneromooo-monero2021-08-053-15/+44
| |
* | add singapore.node.xmr.pm to seed nodeslza_menace2021-06-181-0/+4
|/
* Merge pull request #7691luigi11112021-05-121-1/+1
|\ | | | | | | cbd54ea cmake: set 3.5 as minimum version (selsta)
| * cmake: set 3.5 as minimum versionselsta2021-04-271-1/+1
| |
* | Merge pull request #7664luigi11112021-05-111-0/+3
|\ \ | |/ |/| | | 5871e7a net_node: add seed node (selsta)
| * net_node: add seed nodeselsta2021-04-161-0/+3
| |
* | Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-193-27/+13
| |
* | Revert "Merge pull request #7136"luigi11112021-04-163-13/+27
| | | | | | | | | | This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f.
* | Merge pull request #7258luigi11112021-04-161-2/+2
|\ \ | | | | | | | | | 1d1c430 p2p: fix cubic selection in filtered peer list (moneromooo)
| * | p2p: fix cubic selection in filtered peer listmoneromooo2021-01-011-2/+2
| | | | | | | | | | | | | | | Integer quantization biased the picks a lot (leading some indices to never be selected)
* | | Merge pull request #7136luigi11112021-04-163-27/+13
|\ \ \ | |_|/ |/| | | | | 23aae55 Remove payload copy in all outgoing p2p messages (Lee Clagett)
| * | Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-163-27/+13
| | |
* | | p2p: allow CIDR notation in DNS blocklistmoneromooo-monero2021-03-301-5/+12
| | |
* | | Merge pull request #7310luigi11112021-03-291-9/+6
|\ \ \ | | | | | | | | | | | | 76fe73b Revert 'fix accessing an network address in a deleted context' (selsta)
| * | | Revert "fix accessing an network address in a deleted context"selsta2021-01-121-9/+6
| | | | | | | | | | | | | | | | This reverts commit 4e74385a1ae9eae4ae9e8d155dfd96978eb10e7a.
* | | | Merge pull request #7238luigi11112021-03-291-4/+5
|\ \ \ \ | |_|/ / |/| | | | | | | aa3e89a p2p: fix set_peer_just_seen ignoring last_seen (moneromooo)
| * | | p2p: fix set_peer_just_seen ignoring last_seenmoneromooo2020-12-311-4/+5
| | |/ | |/|
* | | Merge pull request #7294luigi11112021-02-152-40/+0
|\ \ \ | | | | | | | | | | | | f10c9a1 remove obsolete pruning debug code (moneromooo-monero)
| * | | remove obsolete pruning debug codemoneromooo-monero2021-01-082-40/+0
| | | |
* | | | Merge pull request #7275luigi11112021-02-152-8/+15
|\ \ \ \ | | | | | | | | | | | | | | | f815740 p2p: make REQUEST_SUPPORT_FLAGS optional, pass flags in node data (moneromooo-monero)
| * | | | p2p: make REQUEST_SUPPORT_FLAGS optional, pass flags in node datamoneromooo-monero2021-01-042-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | removes a back and forth on connect, and the RPC can be removed once all peers have updated
* | | | | Merge pull request #7252luigi11112021-02-151-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | f208d98 p2p: ignore empty IP from DNS block list (moneromooo-monero)
| * | | | | p2p: ignore empty IP from DNS block listmoneromooo-monero2021-01-011-0/+2
| | |_|/ / | |/| | | | | | | | | | | | | ie, if the list ends in ;
* | | | | p2p: add --max-connections-per-ip daemon optionmoneromooo-monero2021-02-153-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Helps daemons behind a proxy get more than one connection. Defaults to 1 (no change)
* | | | | Merge pull request #7260luigi11112021-01-151-1/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | c5c278c p2p: only log to global when a blocked IP is not already blocked (moneromooo-monero)