summaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/block_queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-16/+27
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* block_queue: fix late sanity check off by onemoneromooo-monero2019-01-281-1/+1
* Pruningmoneromooo-monero2019-01-221-47/+146
* Remove boost::lexical_cast for uuid and unused uuid functionLee Clagett2018-12-231-0/+1
* block_queue: faster check whether a block was requestedmoneromooo-monero2018-07-201-13/+26
* replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-9/+9
* Readd copyright starting datexmr-eric2018-01-261-1/+1
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* use const refs in for loops for non tiny typesmoneromooo-monero2017-12-181-1/+1
* add empty container sanity checks when using front() and back()moneromooo-monero2017-12-181-0/+1
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
* block_queue: use boost::uuids::nil_uuid where appropriatemoneromooo-monero2017-10-031-2/+1
* move checkpoints in a separate librarymoneromooo-monero2017-09-251-1/+1
* cryptonote_protocol: misc fixes to the new sync algorithmmoneromooo-monero2017-08-211-3/+25
* cryptonote_protocol: kick idle synchronizing peersmoneromooo-monero2017-08-161-0/+10
* block_queue: do not add empty spansmoneromooo-monero2017-08-151-0/+2
* protocol: fix reorgs while syncingmoneromooo-monero2017-08-121-80/+29
* cryptonote_protocol: retry stale spans earlymoneromooo-monero2017-08-071-0/+16
* cryptonote_protocol_handler: sync speedupmoneromooo-monero2017-08-071-0/+418