aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol
Commit message (Expand)AuthorAgeFilesLines
* node_server: fix race conditionanon2021-09-202-11/+46
* protocol: fix delayed "you are now synchronized..." messagemoneromooo-monero2021-06-211-3/+4
* Merge pull request #7691luigi11112021-05-121-1/+1
|\
| * cmake: set 3.5 as minimum versionselsta2021-04-271-1/+1
| * Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-194-26/+20
| * Revert "Merge pull request #7136"luigi11112021-04-164-20/+26
* | protocol: remove unreachable codemoneromooo-monero2021-04-171-1/+1
|/
* Merge pull request #7136luigi11112021-04-164-26/+20
|\
| * Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-164-26/+20
* | Merge pull request #7620luigi11112021-03-291-27/+41
|\ \
| * | cryptonote_protocol_handler: fix race conditionanon2021-03-221-27/+41
| |/
* | Merge pull request #7310luigi11112021-03-291-6/+3
|\ \ | |/ |/|
| * Revert "fix accessing an network address in a deleted context"selsta2021-01-121-6/+3
* | Merge pull request #7346luigi11112021-02-181-3/+0
|\ \
| * | Remove unused variables in monero codebaseKevin Barbour2021-02-091-3/+0
* | | Merge pull request #7294luigi11112021-02-151-4/+0
|\ \ \ | |/ / |/| |
| * | remove obsolete pruning debug codemoneromooo-monero2021-01-081-4/+0
* | | Merge pull request #7236luigi11112021-01-151-9/+1
|\ \ \
| * | | protocol: fix wrong command in logsmoneromooo-monero2020-12-301-9/+1
* | | | Merge pull request #7119luigi11112021-01-151-0/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | protocol: add calls to reserve where appropriatemoneromooo-monero2020-12-101-0/+7
* | | | Merge pull request #7285Alexander Blair2021-01-072-20/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Command max_bytes moved from dynamic map to static switchLee Clagett2020-12-222-20/+0
* | | | Merge pull request #7266luigi11112021-01-061-4/+9
|\ \ \ \ | |/ / / |/| | |
| * | | protocol: handle receiving a block hash we've not added yetmoneromooo-monero2021-01-021-4/+9
* | | | Merge pull request #7271Alexander Blair2021-01-031-3/+6
|\ \ \ \
| * | | | fix accessing an network address in a deleted contextmoneromooo-monero2021-01-031-3/+6
| |/ / /
* / / / add a max levin packet size by command typemoneromooo-monero2021-01-032-0/+20
|/ / /
* | | Merge pull request #7250Alexander Blair2021-01-012-1/+2
|\ \ \
| * | | Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett2020-12-172-1/+2
| | |/ | |/|
* | | Merge pull request #7246Alexander Blair2021-01-011-12/+52
|\ \ \
| * | | protocol: more sanity checks in new chain block hashesmoneromooo-monero2020-12-311-12/+52
| |/ /
* / / protocol: don't reset last request time on an idle timermoneromooo-monero2020-12-301-1/+1
|/ /
* | protocol: fix false positives dropping peersmoneromooo-monero2020-12-271-23/+21
* | Revert "Reject existing claimed blocks in sync mode"luigi11112020-12-271-18/+19
* | Merge pull request #7188Alexander Blair2020-12-262-4/+16
|\ \
| * | protocol: drop nodes if they claim new data but only give stale datamoneromooo-monero2020-12-252-4/+16
* | | Merge pull request #7154Alexander Blair2020-12-261-19/+18
|\ \ \ | |/ / |/| |
| * | protocol: reject claimed block hashes that already are in the chainmoneromooo-monero2020-12-171-0/+13
| * | protocol: drop peers we can't download anything from in sync modemoneromooo-monero2020-12-161-19/+5
* | | Merge pull request #7075luigi11112020-12-191-2/+0
|\ \ \
| * | | protocol: remove unused (and cunningly uninitialized) fieldmoneromooo-monero2020-12-151-2/+0
* | | | rpc: add a busy_syncing field to get_infomoneromooo-monero2020-12-172-0/+9
| |/ / |/| |
* | | Merge pull request #7130luigi11112020-12-122-0/+12
|\ \ \
| * | | protocol: include first new block in chain entry responsemoneromooo-monero2020-12-122-0/+12
* | | | Merge pull request #7127luigi11112020-12-121-0/+35
|\ \ \ \
| * | | | protocol: stricter checks on received chain hash listmoneromooo2020-12-111-0/+35
| |/ / /
* / / / protocol: revert incoming chain height check against local chainmoneromooo-monero2020-12-111-1/+1
|/ / /
* | | Merge pull request #7121Alexander Blair2020-12-101-1/+1
|\ \ \
| * | | protocol: one more sanity check on usable data from a peermoneromooo-monero2020-12-101-1/+1