Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-27 | connection_context: initialize m_callback_request_count to 0 | moneromooo-monero | 1 | -1/+1 | |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 1 | -1/+1 | |
2017-08-17 | Merge pull request #2303 | Riccardo Spagni | 1 | -0/+3 | |
5a283078 cryptonote_protocol: large block sync size before v4 (moneromooo-monero) 7b747607 cryptonote_protocol: kick idle synchronizing peers (moneromooo-monero) | |||||
2017-08-16 | cryptonote_protocol: kick idle synchronizing peers | moneromooo-monero | 1 | -0/+3 | |
In case they dropped off downloading for any reason, they'll get sent to download again. | |||||
2017-08-15 | befor -> before | Nano Akron | 1 | -4/+4 | |
Really unique yet consistent spelling mistake | |||||
2017-08-12 | protocol: fix reorgs while syncing | moneromooo-monero | 1 | -1/+3 | |
2017-08-09 | connection_context: initialize state | moneromooo-monero | 1 | -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. | |||||
2017-08-07 | cryptonote_protocol_handler: sync speedup | moneromooo-monero | 1 | -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. | |||||
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -0/+77 | |