| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: set 3.5 as minimum version | selsta | 2021-11-29 | 1 | -1/+1 |
| | | |||||
| * | protocol: fix spurious rejection of downloaded blocks | moneromooo-monero | 2021-10-23 | 1 | -0/+1 |
| | | | | | | | when kicking a peer for inactivity, clear the set of requested blocks, or next time we requests blocks from it, we'll probably reject the incoming blocks due to missing the previous requested blocks | ||||
| * | node_server: fix race condition | anon | 2021-09-20 | 2 | -11/+46 |
| | | |||||
| * | cryptonote_protocol_handler: fix race condition | anon | 2021-03-22 | 1 | -27/+41 |
| | | |||||
| * | Command max_bytes moved from dynamic map to static switch | Lee Clagett | 2020-12-23 | 2 | -20/+0 |
| | | |||||
| * | Merge pull request #7267 | luigi1111 | 2021-01-06 | 1 | -4/+9 |
| |\ | | | | | | | c2295f5 protocol: handle receiving a block hash we've not added yet (moneromooo-monero) | ||||
| | * | protocol: handle receiving a block hash we've not added yet | moneromooo-monero | 2021-01-02 | 1 | -4/+9 |
| | | | |||||
| * | | Merge pull request #7248 | luigi1111 | 2021-01-06 | 2 | -0/+20 |
| |\ \ | |/ |/| | | | 3c7eec1 add a max levin packet size by command type (moneromooo-monero) | ||||
| | * | add a max levin packet size by command type | moneromooo-monero | 2021-01-03 | 2 | -0/+20 |
| | | | |||||
| * | | Merge pull request #7247 | Alexander Blair | 2021-01-01 | 1 | -12/+52 |
| |\ \ | | | | | | | | | | 57f7c2e53 protocol: more sanity checks in new chain block hashes (moneromooo-monero) | ||||
| | * | | protocol: more sanity checks in new chain block hashes | moneromooo-monero | 2020-12-31 | 1 | -12/+52 |
| | | | | |||||
| * | | | Merge pull request #7235 | Alexander Blair | 2021-01-01 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | | | | 00253b717 protocol: don't reset last request time on an idle timer (moneromooo-monero) | ||||
| | * | | protocol: don't reset last request time on an idle timer | moneromooo-monero | 2020-12-30 | 1 | -1/+1 |
| | |/ | | | | | | | | | this prevents losing time of "idle time" for a peer, which could otherwise be reset by another timed sync command from the peer | ||||
| * / | Add aggressive restrictions to pre-handshake p2p buffer limit | Lee Clagett | 2020-12-29 | 2 | -1/+2 |
| |/ | |||||
| * | protocol: fix false positives dropping peers | moneromooo-monero | 2020-12-27 | 1 | -23/+21 |
| | | | | | it'd trigger on reorgs | ||||
| * | Revert "Reject existing claimed blocks in sync mode" | luigi1111 | 2020-12-27 | 1 | -18/+19 |
| | | |||||
| * | Merge pull request #7189 | Alexander Blair | 2020-12-26 | 2 | -4/+16 |
| |\ | | | | | | | adcbcd8f8 protocol: drop nodes if they claim new data but only give stale data (moneromooo-monero) | ||||
| | * | protocol: drop nodes if they claim new data but only give stale data | moneromooo-monero | 2020-12-25 | 2 | -4/+16 |
| | | | | | | | | | Some joker is spending time actually doing this | ||||
| * | | Merge pull request #7155 | Alexander Blair | 2020-12-26 | 1 | -19/+18 |
| |\ \ | |/ |/| | | | | | 42ee30929 protocol: reject claimed block hashes that already are in the chain (moneromooo-monero) a436c3625 protocol: drop peers we can't download anything from in sync mode (moneromooo-monero) | ||||
| | * | protocol: reject claimed block hashes that already are in the chain | moneromooo-monero | 2020-12-17 | 1 | -0/+13 |
| | | | |||||
| | * | protocol: drop peers we can't download anything from in sync mode | moneromooo-monero | 2020-12-16 | 1 | -19/+5 |
| | | | | | | | | | | | instead of the (incorrect) check for whether we think we might have a user for it at some point in the near future. We can reconnect. | ||||
| * | | rpc: add a busy_syncing field to get_info | moneromooo-monero | 2020-12-17 | 2 | -0/+9 |
| |/ | | | | true if and pretty much only if new blocks are being added | ||||
| * | Merge pull request #7131v0.17.1.7 | luigi1111 | 2020-12-12 | 2 | -0/+12 |
| |\ | | | | | | | c1d6547 protocol: include first new block in chain entry response (moneromooo-monero) | ||||
| | * | protocol: include first new block in chain entry response | moneromooo-monero | 2020-12-12 | 2 | -0/+12 |
| | | | |||||
| * | | Merge pull request #7128 | luigi1111 | 2020-12-12 | 1 | -0/+35 |
| |\ \ | | | | | | | | | | b6b2c9b protocol: stricter checks on received chain hash list (moneromooo) | ||||
| | * | | protocol: stricter checks on received chain hash list | moneromooo | 2020-12-11 | 1 | -0/+35 |
| | |/ | |||||
| * / | protocol: revert incoming chain height check against local chain | moneromooo-monero | 2020-12-11 | 1 | -1/+1 |
| |/ | | | | | We can actually request a chain that's further away from what we have as we buffer more and more | ||||
| * | Merge pull request #7122 | Alexander Blair | 2020-12-10 | 1 | -1/+1 |
| |\ | | | | | | | 3a3370096 protocol: one more sanity check on usable data from a peer (moneromooo-monero) | ||||
| | * | protocol: one more sanity check on usable data from a peer | moneromooo-monero | 2020-12-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #7120 | Alexander Blair | 2020-12-10 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 105afa555 protocol: fix asking for pruned blocks for v10 (moneromooo-monero) | ||||
| | * | | protocol: fix asking for pruned blocks for v10 | moneromooo-monero | 2020-12-10 | 1 | -1/+1 |
| | |/ | | | | | | | Old format is still alloewd there, this is a two fork update | ||||
| * | | Merge pull request #7118 | Alexander Blair | 2020-12-10 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | ef1524ecc protocol: add a sanity check to the number of block hashes sent (moneromooo-monero) | ||||
| | * | | protocol: add a sanity check to the number of block hashes sent | moneromooo-monero | 2020-12-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #7111 | Alexander Blair | 2020-12-10 | 4 | -19/+52 |
| |\ \ \ | | | | | | | | | | | | | d729730d3 protocol: drop origin IP if a block fails to verify in sync mode (moneromooo-monero) | ||||
| | * | | | protocol: drop origin IP if a block fails to verify in sync mode | moneromooo-monero | 2020-12-10 | 4 | -19/+52 |
| | | |/ | |/| | | | | | | | | | | It would otherwise be possible for a peer to send bad blocks, then disconnect and reconnect again, escaping bans | ||||
| * | | | Merge pull request #7107 | Alexander Blair | 2020-12-10 | 1 | -1/+8 |
| |\ \ \ | |/ / |/| | | | | | f47f1a069 protocol: more restrictive checks on chain entry response (moneromooo-monero) | ||||
| | * | | protocol: more restrictive checks on chain entry response | moneromooo-monero | 2020-12-10 | 1 | -1/+8 |
| | |/ | |||||
| * | | Merge pull request #7109 | luigi1111 | 2020-12-10 | 1 | -2/+1 |
| |\ \ | | | | | | | | | | e83a220 protocol: fix switchting to adding blocks if noone's adding the next span (moneromooo-monero) | ||||
| | * | | protocol: fix switchting to adding blocks if noone's adding the next span | moneromooo-monero | 2020-12-10 | 1 | -2/+1 |
| | |/ | |||||
| * | | protocol: drop peers that don't reply to queries | moneromooo | 2020-12-06 | 2 | -10/+34 |
| | | | |||||
| * | | protocol: drop peers that decrease claimed height | moneromooo | 2020-12-04 | 1 | -1/+16 |
| | | | |||||
| * | | protocol: add scoring system to drop peers that don't behave | moneromooo | 2020-12-04 | 2 | -9/+50 |
| |/ | |||||
| * | cryptonote_core: dandelion - use local height or median height if syncing | xiphon | 2020-11-25 | 4 | -12/+59 |
| | | |||||
| * | Better log message for unusable anon networks | Howard Chu | 2020-11-16 | 2 | -13/+16 |
| | | |||||
| * | Merge pull request #6974 | luigi1111 | 2020-11-04 | 1 | -6/+4 |
| |\ | | | | | | | 58cde83 Switch to Dandelion++ fluff mode if no out connections for stem mode (vtnerd) | ||||
| | * | Switch to Dandelion++ fluff mode if no out connections for stem mode | Lee Clagett | 2020-10-06 | 1 | -6/+4 |
| | | | |||||
| * | | Merge pull request #6972 | luigi1111 | 2020-11-04 | 1 | -0/+7 |
| |\ \ | | | | | | | | | | 8965489 protocol: reject empty incoming block messages (moneromooo-monero) | ||||
| | * | | protocol: reject empty incoming block messages | moneromooo-monero | 2020-11-03 | 1 | -0/+7 |
| | |/ | |||||
| * / | Fix tx flush callback queueing | Lee Clagett | 2020-10-14 | 1 | -23/+10 |
| |/ | |||||
| * | Dandelion++: skip desynced peers in stem phase | xiphon | 2020-10-12 | 3 | -21/+27 |
| | | |||||
