summaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/connection_context.h
Commit message (Collapse)AuthorAgeFilesLines
* connection_context: initialize m_last_request_time to current timemoneromooo-monero2018-02-041-1/+1
| | | | This prevents spurious early peer drops
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* connection_context: initialize m_callback_request_count to 0moneromooo-monero2017-09-271-1/+1
|
* move checkpoints in a separate librarymoneromooo-monero2017-09-251-1/+1
|
* Merge pull request #2303Riccardo Spagni2017-08-171-0/+3
|\ | | | | | | | | 5a283078 cryptonote_protocol: large block sync size before v4 (moneromooo-monero) 7b747607 cryptonote_protocol: kick idle synchronizing peers (moneromooo-monero)
| * cryptonote_protocol: kick idle synchronizing peersmoneromooo-monero2017-08-161-0/+3
| | | | | | | | | | In case they dropped off downloading for any reason, they'll get sent to download again.
* | befor -> beforeNano Akron2017-08-151-4/+4
|/ | | | Really unique yet consistent spelling mistake
* protocol: fix reorgs while syncingmoneromooo-monero2017-08-121-1/+3
|
* connection_context: initialize statemoneromooo-monero2017-08-091-0/+1
| | | | | Why this was initialized properly before I have no idea, but it is not anymore. Fix it, which fixes syncing in release mode.
* cryptonote_protocol_handler: sync speedupmoneromooo-monero2017-08-071-0/+1
| | | | | | | | A block queue is now placed between block download and block processing. Blocks are now requested only from one peer (unless starved). Includes a new sync_info coommand.
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+77