aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | cryptonote_protocol: remove old spans when received as old blocksmoneromooo-monero2017-08-281-0/+1
|/
* Merge pull request #2314Riccardo Spagni2017-08-261-0/+2
|\
| * Cleanup test impact of adding safesyncmode() methodHoward Chu2017-08-221-2/+2
| * Toggle SAFE syncmode on and off automaticallyHoward Chu2017-08-201-0/+2
* | cryptonote_protocol: warn if we see a higher top version we expectmoneromooo-monero2017-08-231-0/+2
* | cryptonote_protocol: less strict check on top version on connectmoneromooo-monero2017-08-231-1/+1
* | cryptonote_protocol: update target height when syncing toomoneromooo-monero2017-08-231-0/+4
* | cryptonote_protocol: simplify and remove unnecessary castsmoneromooo-monero2017-08-231-5/+6
* | cryptonote_protocol: print peer top height along with its versionmoneromooo-monero2017-08-231-1/+1
* | cryptonote_protocol: misc fixes to the new sync algorithmmoneromooo-monero2017-08-214-38/+107
|/
* Merge pull request #2303Riccardo Spagni2017-08-174-1/+42
|\
| * cryptonote_protocol: large block sync size before v4moneromooo-monero2017-08-171-1/+1
| * cryptonote_protocol: kick idle synchronizing peersmoneromooo-monero2017-08-164-0/+41
* | Merge pull request #2300Riccardo Spagni2017-08-171-1/+1
|\ \
| * | Consistently print peer id in hex and on 16 charsmoneromooo-monero2017-08-161-1/+1
| |/
* | Merge pull request #2291Riccardo Spagni2017-08-171-1/+1
|\ \
| * | befor -> beforeNano Akron2017-08-151-1/+1
| |/