aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/block_queue.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-21copyright: bump to 2024copyCat1-1/+1
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2020-12-10protocol: drop origin IP if a block fails to verify in sync modemoneromooo-monero1-7/+8
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-16/+27
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-01-28block_queue: fix late sanity check off by onemoneromooo-monero1-1/+1
2019-01-22Pruningmoneromooo-monero1-47/+146
2018-12-23Remove boost::lexical_cast for uuid and unused uuid functionLee Clagett1-0/+1
2018-07-20block_queue: faster check whether a block was requestedmoneromooo-monero1-13/+26
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-9/+9
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-18use const refs in for loops for non tiny typesmoneromooo-monero1-1/+1
2017-12-18add empty container sanity checks when using front() and back()moneromooo-monero1-0/+1
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+1
2017-10-03block_queue: use boost::uuids::nil_uuid where appropriatemoneromooo-monero1-2/+1
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1
2017-08-21cryptonote_protocol: misc fixes to the new sync algorithmmoneromooo-monero1-3/+25
2017-08-16cryptonote_protocol: kick idle synchronizing peersmoneromooo-monero1-0/+10
2017-08-15block_queue: do not add empty spansmoneromooo-monero1-0/+2
2017-08-12protocol: fix reorgs while syncingmoneromooo-monero1-80/+29
2017-08-07cryptonote_protocol: retry stale spans earlymoneromooo-monero1-0/+16
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero1-0/+418