| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815 | Monzero Build System | 6 hours | 1 | -48/+12 |
| | | |||||
| * | p2p: close zone connections before stopping net servers | selsta | 2026-06-03 | 1 | -16/+27 |
| | | |||||
| * | p2p: make stop signal idempotent | selsta | 2026-06-01 | 1 | -0/+5 |
| | | |||||
| * | Fixed dangling iterator in is_remote_host_allowed | SChernykh | 2026-05-24 | 1 | -1/+1 |
| | | | | | - m_blocked_subnets.erase(it) either moves it to the next entry, or sets it to m_blocked_subnets.end() in which case the MCLOG_CYAN will access invalid data | ||||
| * | daemon: on exit, stop the payload handler before closing cxns | j-berman | 2026-04-29 | 1 | -1/+2 |
| | | |||||
| * | daemon: remove miniupnp | tobtoht | 2026-04-26 | 1 | -188/+4 |
| | | |||||
| * | Merge pull request #10411 | tobtoht | 2026-04-20 | 1 | -2/+2 |
| |\ | | | | | | | ce5437f Add Socks v5 support to daemon and wallet (Lee *!* Clagett) | ||||
| | * | Add Socks v5 support to daemon and wallet | Lee *!* Clagett | 2026-04-16 | 1 | -2/+2 |
| | | | | | | | | | (cherry picked from commit 23e29a5074f01cbb781f7e76b0c17ad2b6797af0) | ||||
| * | | Merge pull request #10410 | tobtoht | 2026-04-18 | 1 | -1/+6 |
| |\ \ | |/ |/| | | | 1d2ae21 p2p: isolate regtest from mainnet bootstrap state (Jeetraj) | ||||
| | * | p2p: isolate regtest from mainnet bootstrap state | Jeetraj | 2026-04-10 | 1 | -1/+6 |
| | | | |||||
| * | | Merge pull request #10401 | tobtoht | 2026-04-07 | 1 | -22/+29 |
| |\ \ | | | | | | | | | | 7bc2d5a p2p: fix hanging shutdown (j-berman) | ||||
| | * | | p2p: fix hanging shutdown | j-berman | 2026-04-04 | 1 | -22/+29 |
| | |/ | |||||
| * / | Fix DNS resolve UB | Lee *!* Clagett | 2026-04-05 | 1 | -23/+20 |
| |/ | |||||
| * | Remove .no moneropulse domain from codebase | binaryFate | 2026-01-13 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #10112 | tobtoht | 2025-09-28 | 1 | -4/+0 |
| |\ | | | | | | | dd82d28 removing lza_menace seed nodes (lza_menace) | ||||
| | * | removing lza_menace seed nodes | lza_menace | 2025-09-26 | 1 | -4/+0 |
| | | | |||||
| * | | Merge pull request #10113 | tobtoht | 2025-09-28 | 1 | -101/+184 |
| |\ \ | | | | | | | | | | 2879885 p2p: Improved peer selection with /24 subnet deduplication to disadvantage 'spy nodes' [v0.18] (rbrunner7) | ||||
| | * | | p2p: Improved peer selection with /24 subnet deduplication to disadvantage ↵ | rbrunner7 | 2025-09-26 | 1 | -101/+184 |
| | |/ | | | | | | | 'spy nodes' [v0.18] | ||||
| * / | net_node: add hinto seed nodes | hinto.janai | 2025-09-26 | 1 | -0/+4 |
| |/ | |||||
| * | Merge pull request #10105 | tobtoht | 2025-09-24 | 1 | -1/+0 |
| |\ | | | | | | | f292444 remove 66.85.74.134 as seed node (Gingeropolous) | ||||
| | * | remove 66.85.74.134 as seed node | Gingeropolous | 2025-09-24 | 1 | -1/+0 |
| | | | | | | | remove 66.85.74.134 as seed node. bastards doubled the price of the server. | ||||
| * | | Skip ping connections in outgoing count | Lee *!* Clagett | 2025-08-19 | 1 | -3/+3 |
| |/ | |||||
| * | Add is_same_host check to p2p | Lee *!* Clagett | 2025-06-07 | 1 | -2/+2 |
| | | |||||
| * | Fix build with boost ASIO 0.87. Support boost 1.66+ | Lee *!* Clagett | 2025-02-14 | 1 | -14/+12 |
| | | |||||
| * | p2p/net_node.inl : update seed node | plowsof | 2025-02-09 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #9460 | tobtoht | 2025-01-22 | 1 | -17/+25 |
| |\ | | | | | | | 0cd74568d Cleanup TCP throttling code (performance) + move connection checks (Lee *!* Clagett) | ||||
| | * | Cleanup TCP throttling code (performance) + move connection checks | Lee *!* Clagett | 2024-12-19 | 1 | -17/+25 |
| | | | |||||
| * | | 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 | ||||
| * | | Skip privacy networks (on tx sends) that don't have outgoing connections | Lee *!* Clagett | 2024-03-29 | 1 | -2/+3 |
| |/ | |||||
| * | 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 |
| |/ | |||||
| * | Trimming Fat | Jeffrey | 2022-04-18 | 1 | -1/+0 |
| | | | | | Remove unused include statements or unused definitions. | ||||
| * | Merge pull request #8197 | luigi1111 | 2022-04-06 | 1 | -1/+1 |
| |\ | | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr) | ||||
| | * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | | |||||
| * | | 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 | 1 | -0/+6 |
| |\ | | | | | | | | | 9154883 node_server: fix race condition (anon) 8922f96 node_server: add race condition demo (anon) | ||||
| | * | node_server: fix race condition | anon | 2021-09-20 | 1 | -0/+6 |
| | | | |||||
| * | | Merge pull request #7616 | luigi1111 | 2021-09-09 | 1 | -1/+18 |
| |\ \ | |/ |/| | | | 4ced092 daemon: allow proxy configuration (anon, selsta, tobtoht) | ||||
