summaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/cryptonote_protocol_handler.inl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4207luigi11112018-08-221-7/+12
|\
| * cryptonote_protocol: don't serialize an unneeded new block messagemoneromooo-monero2018-08-091-7/+12
* | Merge pull request #4020luigi11112018-08-151-1/+14
|\ \ | |/ |/|
| * [monerod] Added blocks remaining count during syncronisation.Jorropo2018-07-251-1/+14
* | Merge pull request #3716luigi11112018-06-271-32/+35
|\ \
| * | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-32/+35
| |/
* / cryptonote_protocol_handler: log when dropping a peermoneromooo-monero2018-06-091-0/+3
|/
* protocol: drop (and increase fails) if most blocks hashes are invalidmoneromooo-monero2018-06-031-3/+3
* protocol: do not switch to unsafe sync mode for just a few blocksmoneromooo-monero2018-05-281-1/+2
* Merge pull request #3719Riccardo Spagni2018-04-291-8/+11
|\
| * cryptonote_protocol_handler.inl: remove span read just now that failed to pas...stoffu2018-04-281-0/+3
| * cryptonote_protocol_handler.inl: fix return type mismatches (int vs bool)stoffu2018-04-281-8/+8
* | Only log an error if fork version is higher AND is not known.Thaer Khawaja2018-04-221-1/+1
|/
* Fix typos in various filesDimitris Apostolou2018-03-151-1/+1
* Merge pull request #3277Riccardo Spagni2018-03-051-1/+1
|\
| * Stagenetstoffu2018-03-051-1/+1
* | Correct spelling mistakes.Edward Betts2018-03-051-1/+1
|/
* Merge pull request #3229Riccardo Spagni2018-02-161-0/+9
|\
| * cryptonote_protocol: guard against all threads in standbymoneromooo-monero2018-02-021-0/+9
* | Merge pull request #3181Riccardo Spagni2018-02-161-2/+2
|\ \ | |/ |/|
| * daemon: don't drop RPC with busy error when running offlinemoneromooo-monero2018-01-251-2/+2
* | Merge pull request #3186Riccardo Spagni2018-01-281-1/+1
|\ \
| * | cryptonote_protocol: fix std::move usage on different typesmoneromooo-monero2018-01-261-1/+1
* | | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/ /
* | Merge pull request #3040Riccardo Spagni2018-01-251-1/+1
|\ \
| * | cryptonote_protocol: fix missing space in version mismatch messagemoneromooo-monero2017-12-311-1/+1
* | | Merge pull request #3015Riccardo Spagni2018-01-251-0/+2
|\ \ \ | |_|/ |/| |
| * | cryptonote_protocol: update target height when receiving blocksmoneromooo-monero2017-12-271-0/+2
| |/
* | Merge pull request #3004Riccardo Spagni2018-01-101-0/+5
|\ \ | |/ |/|
| * cryptonote_protocol: internal error consistency size checkmoneromooo-monero2017-12-241-0/+5
* | add empty container sanity checks when using front() and back()moneromooo-monero2017-12-181-0/+6
* | cryptonote_protocol: sanity check chain hashes from peermoneromooo-monero2017-12-181-0/+6
* | cryptonote_protocol: print peer versions when unexpectedmoneromooo-monero2017-12-181-6/+10
|/
* move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-161-1/+1
* cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-161-2/+2
* cryptonote_protocol: fix corner case looping asking for same block hashesmoneromooo-monero2017-12-031-0/+4
* make connection_id a string in RPCmoneromooo-monero2017-11-181-1/+1
* remove "using namespace std" from headersmoneromooo-monero2017-11-141-2/+2
* protocol: drop connections which don't handshake after some timemoneromooo-monero2017-10-221-3/+6
* Fix compiler warnings with Clang 6.0.0.Vasil Dimov2017-10-151-1/+1
* Merge pull request #2604Riccardo Spagni2017-10-151-3/+10
|\
| * protocol: kick idle peers by dropping themmoneromooo-monero2017-10-071-3/+10
* | Merge pull request #2469Riccardo Spagni2017-10-151-0/+12
|\ \ | |/ |/|
| * precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero2017-09-181-0/+12
* | move checkpoints in a separate librarymoneromooo-monero2017-09-251-1/+1
* | Merge pull request #2460Riccardo Spagni2017-09-251-2/+3
|\ \
| * | cryptonote_protocol: fix needless chain hashes downloadsmoneromooo-monero2017-09-171-2/+3
| |/
* / protocol: remove hop count on block propagationmoneromooo-monero2017-09-171-8/+2
|/
* Add a --fluffy-blocks option to relay blocks as fluffy blocksmoneromooo-monero2017-09-031-1/+1
* Merge pull request #2372Riccardo Spagni2017-09-021-6/+34
|\