| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | replace std::list with std::vector on some hot paths | moneromooo-monero | 2018-06-26 | 1 | -1/+1 |
| | | | | | also use reserve where appropriate | ||||
| * | connection_context: remove "state_" prefix from state names | moneromooo-monero | 2018-04-28 | 1 | -5/+5 |
| | | | | | It's redundant and makes it easier to print them in columns | ||||
| * | connection_context: initialize m_last_request_time to current time | moneromooo-monero | 2018-02-04 | 1 | -1/+1 |
| | | | | | This prevents spurious early peer drops | ||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | connection_context: initialize m_callback_request_count to 0 | moneromooo-monero | 2017-09-27 | 1 | -1/+1 |
| | | |||||
| * | move checkpoints in a separate library | moneromooo-monero | 2017-09-25 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2303 | Riccardo Spagni | 2017-08-17 | 1 | -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 peers | moneromooo-monero | 2017-08-16 | 1 | -0/+3 |
| | | | | | | | | | | | In case they dropped off downloading for any reason, they'll get sent to download again. | ||||
| * | | befor -> before | Nano Akron | 2017-08-15 | 1 | -4/+4 |
| |/ | | | | Really unique yet consistent spelling mistake | ||||
| * | protocol: fix reorgs while syncing | moneromooo-monero | 2017-08-12 | 1 | -1/+3 |
| | | |||||
| * | connection_context: initialize state | moneromooo-monero | 2017-08-09 | 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. | ||||
| * | cryptonote_protocol_handler: sync speedup | moneromooo-monero | 2017-08-07 | 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. | ||||
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 1 | -1/+1 |
| | | |||||
| * | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 2017-02-08 | 1 | -0/+77 |
