| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Skip ping connections in outgoing count | Lee *!* Clagett | 2025-08-19 | 2 | -4/+6 |
| | | |||||
| * | Merge pull request #9949 | tobtoht | 2025-07-08 | 1 | -2/+2 |
| |\ | | | | | | | ac22479 Add is_same_host check to p2p (Lee *!* Clagett) | ||||
| | * | Add is_same_host check to p2p | Lee *!* Clagett | 2025-06-07 | 1 | -2/+2 |
| | | | |||||
| * | | cmake: don't redefine project | tobtoht | 2025-06-24 | 1 | -3/+0 |
| |/ | |||||
| * | Fix build with boost ASIO 0.87. Support boost 1.66+ | Lee *!* Clagett | 2025-02-14 | 3 | -18/+16 |
| | | |||||
| * | Set response limits on http server connections | Lee *!* Clagett | 2025-02-14 | 1 | -1/+1 |
| | | |||||
| * | p2p/net_node.inl : update seed node | plowsof | 2025-02-09 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #9460 | tobtoht | 2025-01-22 | 2 | -18/+30 |
| |\ | | | | | | | 0cd74568d Cleanup TCP throttling code (performance) + move connection checks (Lee *!* Clagett) | ||||
| | * | Cleanup TCP throttling code (performance) + move connection checks | Lee *!* Clagett | 2024-12-19 | 2 | -18/+30 |
| | | | |||||
| * | | Fix --anonymous-inbound data leak | Lee *!* Clagett | 2025-01-03 | 1 | -11/+14 |
| | | | |||||
| * | | p2p: allow comments in banlist files | jeffro256 | 2024-12-13 | 1 | -0/+10 |
| |/ | | | | In-line comments explicitly explaining banned hosts/subnets might help assuage fears of some good banlists' arbitaryiness. | ||||
| * | Merge pull request #9323 | luigi1111 | 2024-05-20 | 1 | -9/+8 |
| |\ | | | | | | | 1123ae9 net_node: update seed nodes (selsta) | ||||
| | * | net_node: update seed nodes | selsta | 2024-05-12 | 1 | -9/+8 |
| | | | | | | | | | Also remove port for I2P seed nodes | ||||
| * | | Merge pull request #9306 | luigi1111 | 2024-05-20 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | 755dddd common: support boost filesystem copy_options. Co-authored-by: selsta <selsta@sent.at> (0xFFFC0000) | ||||
| | * | | common: support boost filesystem copy_options. | 0xFFFC0000 | 2024-05-01 | 1 | -1/+2 |
| | |/ | | | | | | | Co-authored-by: selsta <selsta@sent.at> | ||||
| * / | Skip privacy networks (on tx sends) that don't have outgoing connections | Lee *!* Clagett | 2024-03-29 | 1 | -2/+3 |
| |/ | |||||
| * | Disable/fix ports with I2P | Lee Clagett | 2024-01-30 | 1 | -1/+1 |
| | | |||||
| * | p2p: do not log to global when re-blocking a subnet | moneromooo-monero | 2023-03-19 | 1 | -1/+5 |
| | | |||||
| * | p2p: avoid spam blocking ipv4 addresses in a blocked subnet | moneromooo-monero | 2023-03-19 | 1 | -1/+17 |
| | | |||||
| * | p2p: add plowsof seed nodes | selsta | 2023-01-27 | 1 | -1/+11 |
| | | |||||
| * | p2p: remove offline seed nodes | selsta | 2023-01-27 | 1 | -8/+0 |
| | | |||||
| * | Merge pull request #8644 | luigi1111 | 2023-01-11 | 1 | -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 Ryan | 2022-11-17 | 1 | -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 to | j-berman | 2022-11-15 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #8330 | luigi1111 | 2022-05-26 | 1 | -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 loop | j-berman | 2022-05-18 | 1 | -3/+7 |
| | | | |||||
| * | | Don't send peerlist larger than max allowed | j-berman | 2022-05-11 | 1 | -2/+6 |
| |/ | |||||
| * | "Change C-cast to static_cast in net_peerlist.h" | Jeffrey | 2022-04-18 | 1 | -1/+1 |
| | | | | | Thanks @mj-xmr: https://github.com/monero-project/monero/pull/8211#discussion_r823870855 | ||||
| * | Factor out move_it_backward from misc_language.h | Jeffrey | 2022-04-18 | 1 | -8/+15 |
| | | | | | | Relevant commit from old PR: 330df2952cb2863a591158b984c0fb7f652887ac | ||||
| * | Add Include statements | Jeffrey | 2022-04-18 | 1 | -0/+1 |
| | | |||||
| * | Trimming Fat | Jeffrey | 2022-04-18 | 1 | -1/+0 |
| | | | | | Remove unused include statements or unused definitions. | ||||
| * | Boring Old Deletes | Jeffrey | 2022-04-18 | 1 | -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 #8197 | luigi1111 | 2022-04-06 | 10 | -10/+11 |
| |\ | | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr) | ||||
| | * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 10 | -10/+11 |
| | | | |||||
| * | | replace erciccione's seednode with one on haveno's infrastructure | erciccione | 2022-03-13 | 1 | -1/+1 |
| |/ | |||||
| * | Update net_node.inl | Gingeropolous | 2022-01-04 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #7874 | luigi1111 | 2021-10-11 | 2 | -5/+7 |
| |\ | | | | | | | | | 9154883 node_server: fix race condition (anon) 8922f96 node_server: add race condition demo (anon) | ||||
| | * | node_server: fix race condition | anon | 2021-09-20 | 2 | -5/+7 |
| | | | |||||
| * | | Merge pull request #7890 | luigi1111 | 2021-09-23 | 1 | -0/+5 |
| |\ \ | | | | | | | | | | 2a8a511 Quicker resource cleanup on p2p socks timeout (Lee *!* Clagett) | ||||
| | * | | Quicker resource cleanup on p2p socks timeout | Lee *!* Clagett | 2021-07-29 | 1 | -0/+5 |
| | |/ | |||||
| * | | Merge pull request #7616 | luigi1111 | 2021-09-09 | 3 | -2/+24 |
| |\ \ | |/ |/| | | | 4ced092 daemon: allow proxy configuration (anon, selsta, tobtoht) | ||||
| | * | daemon: allow proxy configuration | anon | 2021-08-20 | 3 | -2/+24 |
| | | | | | | | | | | | Co-authored-by: selsta <selsta@sent.at> Co-authored-by: tobtoht <thotbot@protonmail.com> | ||||
| * | | p2p: remove blocked addresses/hosts from peerlist | moneromooo-monero | 2021-08-05 | 3 | -15/+44 |
| | | | |||||
| * | | add singapore.node.xmr.pm to seed nodes | lza_menace | 2021-06-18 | 1 | -0/+4 |
| |/ | |||||
| * | Merge pull request #7691 | luigi1111 | 2021-05-12 | 1 | -1/+1 |
| |\ | | | | | | | cbd54ea cmake: set 3.5 as minimum version (selsta) | ||||
| | * | cmake: set 3.5 as minimum version | selsta | 2021-04-27 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #7664 | luigi1111 | 2021-05-11 | 1 | -0/+3 |
| |\ \ | |/ |/| | | | 5871e7a net_node: add seed node (selsta) | ||||
| | * | net_node: add seed node | selsta | 2021-04-16 | 1 | -0/+3 |
| | | | |||||
| * | | Remove payload copy in all outgoing p2p messages | Lee Clagett | 2021-01-19 | 3 | -27/+13 |
| | | | |||||
| * | | Revert "Merge pull request #7136" | luigi1111 | 2021-04-16 | 3 | -13/+27 |
| | | | | | | | | | | | This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f. | ||||
