summaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/cryptonote_protocol_handler.inl
Commit message (Expand)AuthorAgeFilesLines
* Add a --fluffy-blocks option to relay blocks as fluffy blocksmoneromooo-monero2017-09-031-1/+1
* Merge pull request #2373Riccardo Spagni2017-09-021-6/+34
|\
| * cryptonote_protocol: error handling on cleanup_handle_incoming_blocksmoneromooo-monero2017-08-291-6/+34
* | cryptonote_protocol: remove old spans when received as old blocksmoneromooo-monero2017-08-281-0/+1
|/
* Merge pull request #2319Riccardo Spagni2017-08-261-0/+2
|\
| * Cleanup test impact of adding safesyncmode() methodHoward Chu2017-08-221-2/+2
| * Toggle SAFE syncmode on and off automaticallyHoward Chu2017-08-201-0/+2
* | cryptonote_protocol: warn if we see a higher top version we expectmoneromooo-monero2017-08-231-0/+2
* | cryptonote_protocol: less strict check on top version on connectmoneromooo-monero2017-08-231-1/+1
* | cryptonote_protocol: update target height when syncing toomoneromooo-monero2017-08-231-0/+4
* | cryptonote_protocol: simplify and remove unnecessary castsmoneromooo-monero2017-08-231-5/+6
* | cryptonote_protocol: print peer top height along with its versionmoneromooo-monero2017-08-231-1/+1
* | cryptonote_protocol: misc fixes to the new sync algorithmmoneromooo-monero2017-08-211-34/+78
|/
* Merge pull request #2303Riccardo Spagni2017-08-171-1/+28
|\
| * cryptonote_protocol: large block sync size before v4moneromooo-monero2017-08-171-1/+1
| * cryptonote_protocol: kick idle synchronizing peersmoneromooo-monero2017-08-161-0/+27
* | Merge pull request #2300Riccardo Spagni2017-08-171-1/+1
|\ \
| * | Consistently print peer id in hex and on 16 charsmoneromooo-monero2017-08-161-1/+1
| |/
* | Merge pull request #2291Riccardo Spagni2017-08-171-1/+1
|\ \
| * | befor -> beforeNano Akron2017-08-151-1/+1
| |/
* / protocol: pass blockchain cumulative difficulty when syncingmoneromooo-monero2017-08-151-0/+1
|/
* Merge pull request #2276Riccardo Spagni2017-08-151-2/+2
|\
| * tests: fix tests buildmoneromooo-monero2017-08-101-2/+2
* | Merge pull request #2275Riccardo Spagni2017-08-151-1/+1
|\ \
| * | cryptonote_protocol_handler: log versions as unsigned intsmoneromooo-monero2017-08-121-1/+1
| |/
* | Merge pull request #2273Riccardo Spagni2017-08-151-2/+2
|\ \
| * | cryptonote_protocol: fix recv/send idle time before handshakemoneromooo-monero2017-08-091-2/+2
| |/
* | Merge pull request #2272Riccardo Spagni2017-08-151-67/+54
|\ \
| * | cryptonote_protocol: keep target in sync with dropped connectionsmoneromooo-monero2017-08-091-67/+54
| |/
* | cryptonote_protocol: fix "holes" in block download schedulemoneromooo-monero2017-08-151-1/+2
* | cryptonote_protocol: fix out of order additionmoneromooo-monero2017-08-151-0/+37
* | daemon: print peers' top height in sync_infomoneromooo-monero2017-08-121-1/+4
* | protocol: fix reorgs while syncingmoneromooo-monero2017-08-121-17/+13
|/
* protocol: add checks for top block hard fork versionmoneromooo-monero2017-08-091-0/+11
* Merge pull request #2149Riccardo Spagni2017-08-071-152/+472
|\
| * core: thread most of handle_incoming_txmoneromooo-monero2017-08-071-6/+9
| * cryptonote_protocol: retry stale spans earlymoneromooo-monero2017-08-071-0/+8
| * cryptonote_protocol: light cleanupmoneromooo-monero2017-08-071-22/+9
| * cryptonote_protocol: avoid spurious SYNCHRONIZED OK messagesmoneromooo-monero2017-08-071-2/+12
| * cryptonote_protocol_handler: sync speedupmoneromooo-monero2017-08-071-128/+440
* | Merge pull request #2242Riccardo Spagni2017-08-071-1/+1
|\ \
| * | cryptonote_protocol: fix days behind calc on testnetmoneromooo-monero2017-08-021-1/+1
| |/
* | Merge pull request #2234Riccardo Spagni2017-08-071-1/+1
|\ \
| * | some include cleanupmoneromooo-monero2017-07-311-1/+1
| |/
* / cryptonote_protocol: Set send_idle_time in connection_info correctlyrbrunner72017-07-241-1/+1
|/
* Remove typeid use in network_addressmoneromooo-monero2017-06-281-1/+1
* Merge pull request #2064Riccardo Spagni2017-06-181-3/+1
|\
| * cryptonote_protocol_handler: fix crash in debug logmoneromooo-monero2017-06-011-3/+1
* | Merge pull request #2052Riccardo Spagni2017-06-181-33/+18
|\ \ | |/ |/|
| * abstracted nework addressesmoneromooo-monero2017-05-271-33/+18