aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol
Commit message (Expand)AuthorAgeFilesLines
* 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-052-2/+2
|/
* 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-162-3/+3
|\ \ | |/ |/|
| * daemon: don't drop RPC with busy error when running offlinemoneromooo-monero2018-01-252-3/+3
* | Merge pull request #3186Riccardo Spagni2018-01-281-1/+1
|\ \
| * | cryptonote_protocol: fix std::move usage on different typesmoneromooo-monero2018-01-261-1/+1
* | | Readd copyright starting datexmr-eric2018-01-262-2/+2
* | | Update 2018 copyrightxmr-eric2018-01-268-8/+8
|/ /
* | Merge pull request #3105Riccardo Spagni2018-01-251-1/+1
|\ \
| * | cryptonote_protocol: fix size_t used in wire formatmoneromooo-monero2018-01-111-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
* | 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-182-0/+7
* | 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
|/
* Merge pull request #2877Riccardo Spagni2017-12-173-10/+4
|\
| * move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-162-2/+2
| * cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-162-8/+2
* | move includes around to lessen overall loadmoneromooo-monero2017-12-163-37/+2
|/
* Merge pull request #2866Riccardo Spagni2017-12-161-1/+1
|\
| * Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner72017-11-281-1/+1
* | 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-182-3/+3
|/
* 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 #2571Riccardo Spagni2017-10-151-2/+1
|\ \
| * | block_queue: use boost::uuids::nil_uuid where appropriatemoneromooo-monero2017-10-031-2/+1
| |/
* | 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-252-2/+2
* | Merge pull request #2460Riccardo Spagni2017-09-251-2/+3
|\ \
| * | cryptonote_protocol: fix needless chain hashes downloadsmoneromooo-monero2017-09-171-2/+3
| |/
* | Merge pull request #2458Riccardo Spagni2017-09-252-14/+2
|\ \
| * | protocol: remove hop count on block propagationmoneromooo-monero2017-09-172-14/+2
| |/
* / build: auto update version info without manually deleting version.hstoffu2017-09-211-2/+0
|/
* 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
|\
| * cryptonote_protocol: error handling on cleanup_handle_incoming_blocksmoneromooo-monero2017-08-291-6/+34