aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-10Merge pull request #3004Riccardo Spagni1-0/+5
2017-12-24cryptonote_protocol: internal error consistency size checkmoneromooo-monero1-0/+5
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-monero2-0/+7
2017-12-18cryptonote_protocol: sanity check chain hashes from peermoneromooo-monero1-0/+6
2017-12-18cryptonote_protocol: print peer versions when unexpectedmoneromooo-monero1-6/+10
2017-12-17Merge pull request #2877Riccardo Spagni3-10/+4
2017-12-16move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2-2/+2
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero2-8/+2
2017-12-16move includes around to lessen overall loadmoneromooo-monero3-37/+2
2017-12-16Merge pull request #2866Riccardo Spagni1-1/+1
2017-12-03cryptonote_protocol: fix corner case looping asking for same block hashesmoneromooo-monero1-0/+4
2017-11-28Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner71-1/+1
2017-11-18make connection_id a string in RPCmoneromooo-monero2-3/+3
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-2/+2
2017-10-22protocol: drop connections which don't handshake after some timemoneromooo-monero1-3/+6
2017-10-15Fix compiler warnings with Clang 6.0.0.Vasil Dimov1-1/+1
2017-10-15Merge pull request #2604Riccardo Spagni1-3/+10
2017-10-15Merge pull request #2571Riccardo Spagni1-2/+1
2017-10-15Merge pull request #2469Riccardo Spagni1-0/+12
2017-10-07protocol: kick idle peers by dropping themmoneromooo-monero1-3/+10
2017-10-03block_queue: use boost::uuids::nil_uuid where appropriatemoneromooo-monero1-2/+1
2017-09-25move checkpoints in a separate librarymoneromooo-monero2-2/+2
2017-09-25Merge pull request #2460Riccardo Spagni1-2/+3
2017-09-25Merge pull request #2458Riccardo Spagni2-14/+2
2017-09-21build: auto update version info without manually deleting version.hstoffu1-2/+0
2017-09-18precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero1-0/+12
2017-09-17cryptonote_protocol: fix needless chain hashes downloadsmoneromooo-monero1-2/+3
2017-09-17protocol: remove hop count on block propagationmoneromooo-monero2-14/+2
2017-09-03Add a --fluffy-blocks option to relay blocks as fluffy blocksmoneromooo-monero1-1/+1
2017-09-02Merge pull request #2372Riccardo Spagni1-6/+34
2017-08-29cryptonote_protocol: error handling on cleanup_handle_incoming_blocksmoneromooo-monero1-6/+34
2017-08-28cryptonote_protocol: remove old spans when received as old blocksmoneromooo-monero1-0/+1
2017-08-26Merge pull request #2314Riccardo Spagni1-0/+2
2017-08-23cryptonote_protocol: warn if we see a higher top version we expectmoneromooo-monero1-0/+2
2017-08-23cryptonote_protocol: less strict check on top version on connectmoneromooo-monero1-1/+1
2017-08-23cryptonote_protocol: update target height when syncing toomoneromooo-monero1-0/+4
2017-08-23cryptonote_protocol: simplify and remove unnecessary castsmoneromooo-monero1-5/+6
2017-08-23cryptonote_protocol: print peer top height along with its versionmoneromooo-monero1-1/+1
2017-08-22Cleanup test impact of adding safesyncmode() methodHoward Chu1-2/+2
2017-08-21cryptonote_protocol: misc fixes to the new sync algorithmmoneromooo-monero4-38/+107
2017-08-20Toggle SAFE syncmode on and off automaticallyHoward Chu1-0/+2
2017-08-17Merge pull request #2303Riccardo Spagni4-1/+42
2017-08-17Merge pull request #2300Riccardo Spagni1-1/+1
2017-08-17Merge pull request #2291Riccardo Spagni1-1/+1
2017-08-17cryptonote_protocol: large block sync size before v4moneromooo-monero1-1/+1
2017-08-16cryptonote_protocol: kick idle synchronizing peersmoneromooo-monero4-0/+41
2017-08-16Consistently print peer id in hex and on 16 charsmoneromooo-monero1-1/+1
2017-08-15befor -> beforeNano Akron1-1/+1
2017-08-15protocol: pass blockchain cumulative difficulty when syncingmoneromooo-monero2-0/+5
2017-08-15Merge pull request #2276Riccardo Spagni1-2/+2
2017-08-15Merge pull request #2275Riccardo Spagni1-1/+1
2017-08-15Merge pull request #2273Riccardo Spagni1-2/+2
2017-08-15Merge pull request #2272Riccardo Spagni2-67/+56
2017-08-15cryptonote_protocol: fix "holes" in block download schedulemoneromooo-monero1-1/+2
2017-08-15cryptonote_protocol: fix out of order additionmoneromooo-monero1-0/+37
2017-08-15block_queue: do not add empty spansmoneromooo-monero1-0/+2
2017-08-12daemon: print peers' top height in sync_infomoneromooo-monero2-1/+7
2017-08-12cryptonote_protocol_handler: log versions as unsigned intsmoneromooo-monero1-1/+1
2017-08-12protocol: fix reorgs while syncingmoneromooo-monero3-100/+45
2017-08-10tests: fix tests buildmoneromooo-monero1-2/+2
2017-08-09cryptonote_protocol: fix recv/send idle time before handshakemoneromooo-monero1-2/+2
2017-08-09cryptonote_protocol: keep target in sync with dropped connectionsmoneromooo-monero2-67/+56
2017-08-09protocol: add checks for top block hard fork versionmoneromooo-monero2-0/+13
2017-08-07Merge pull request #2149Riccardo Spagni6-159/+1012
2017-08-07Merge pull request #2242Riccardo Spagni1-1/+1
2017-08-07Merge pull request #2234Riccardo Spagni2-6/+6
2017-08-07core: thread most of handle_incoming_txmoneromooo-monero1-6/+9
2017-08-07cryptonote_protocol: retry stale spans earlymoneromooo-monero3-0/+25
2017-08-07cryptonote_protocol: light cleanupmoneromooo-monero2-26/+9
2017-08-07cryptonote_protocol: avoid spurious SYNCHRONIZED OK messagesmoneromooo-monero1-2/+12
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero5-131/+963
2017-08-02cryptonote_protocol: fix days behind calc on testnetmoneromooo-monero1-1/+1
2017-07-31some include cleanupmoneromooo-monero2-6/+6
2017-07-24cryptonote_protocol: Set send_idle_time in connection_info correctlyrbrunner71-1/+1
2017-06-28Remove typeid use in network_addressmoneromooo-monero1-1/+1
2017-06-18Merge pull request #2064Riccardo Spagni1-3/+1
2017-06-18Merge pull request #2052Riccardo Spagni2-33/+22
2017-06-01cryptonote_protocol_handler: fix crash in debug logmoneromooo-monero1-3/+1
2017-05-27abstracted nework addressesmoneromooo-monero2-33/+22
2017-05-25Move txpool to the databasemoneromooo-monero1-3/+13
2017-03-13protocol: fix wrong tx being looked up from fluffy blockmoneromooo-monero1-1/+10
2017-03-12protocol: fix fluffy to normal block dropping txesmoneromooo-monero1-1/+1
2017-02-25protocol: tone down a rate limit not implemented yet warningmoneromooo-monero1-1/+1
2017-02-24protocol: fix "sync done" message not appearingmoneromooo-monero1-1/+3
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni7-7/+7
2017-02-21Merge pull request #1736Riccardo Spagni1-1/+5
2017-02-21Merge pull request #1727Riccardo Spagni1-0/+3
2017-02-15Fix spurious synchronization status msgsHoward Chu1-1/+5
2017-02-13blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero1-0/+3
2017-02-13cryptonote_protocol: tweaks to the syncing speedupmoneromooo-monero1-6/+10
2017-02-12Merge pull request #1717Riccardo Spagni2-2/+31
2017-02-12protocol: speed up sync by minimizing duplicate workmoneromooo-monero2-2/+31
2017-02-12cryptonote_protocol: misc fluffy block fixesmoneromooo-monero2-42/+78
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi845-6/+8
2017-02-02Merge pull request #1617Riccardo Spagni2-8/+7
2017-01-23Update log messages to reflect fact we no longer need to type `exit` to save ...NanoAkron1-5/+2
2017-01-22Remove boost/foreach.cpp includesMiguel Herranz1-1/+0
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz1-7/+7
2017-01-22protocol: log received messages in a separate categorymoneromooo-monero1-8/+10
2017-01-16fixups in logging init calls, and add missing net context in a logmoneromooo-monero1-1/+1
2017-01-16Change logging to easylogging++moneromooo-monero3-53/+26
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero1-4/+4
2016-12-12Improve language of 'node ahead by' messageNanoAkron1-1/+1
2016-12-10Update cryptonote_protocol_handler.inlGingeropolous1-2/+2
2016-12-04Merge pull request #1398Riccardo Spagni1-8/+8
2016-12-04Merge pull request #1397Riccardo Spagni2-2/+22
2016-12-04Fix a few minor typosPierre Boyer1-8/+8
2016-12-04Fix delayed exit when syncingmoneromooo-monero2-2/+22
2016-12-01p2p: possibly fix crash in relay_blocksmoneromooo-monero1-11/+26
2016-11-11Merge pull request #1263Riccardo Spagni3-5/+387
2016-11-09add lightweight block propagation ("fluffy blocks")Dion Ahmetaj3-5/+387
2016-11-09cryptonote_protocol: drop connection when find_blockchain_supplement failsmoneromooo-monero1-0/+1
2016-10-23core: notify the txpool when transactions are relayedmoneromooo-monero1-0/+3
2016-10-04Merge pull request #1139Riccardo Spagni1-3/+3
2016-10-04Merge pull request #1133Riccardo Spagni1-1/+1
2016-10-03Moved logging to target functions rather than callerNanoAkron1-2/+0
2016-09-27Update CMakeLists.txtcodehalo1-1/+0
2016-09-27Update CMakeLists.txtcodehalo1-1/+1
2016-09-27Update CMakeLists.txtcodehalo1-11/+6
2016-09-26Cleanup. Dropped "bit" from bitmonero.Randi Joseph1-5/+11
2016-09-26Cleanup. Dropped "bit" from bitmonero.Randi Joseph1-3/+3
2016-09-26Dropped "bit" from bitmonero.Randi Joseph1-3/+3
2016-09-25Revert "Fix fake 'network synchronized, begin using' messages"moneromooo-monero1-1/+1
2016-09-24core: make the sync chunk block count overridablemoneromooo-monero1-2/+2
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-10/+4
2016-09-03fix remaining bitmonero and simplewallet bitsRiccardo Spagni1-1/+1
2016-09-01Merge pull request #1012Riccardo Spagni1-1/+4
2016-08-30Show correct amount of days behind/ahead while syncingtobiasw21-1/+4
2016-08-23Fix fake 'network synchronized, begin using' messagesThomas Winget1-1/+1
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-1/+0
2016-03-20Merge pull request #737Riccardo Spagni1-1/+1
2016-03-20cryptonote_protocol: clarify height wordingmoneromooo-monero1-1/+1
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-0/+1
2016-03-11Use boost::thread instead of std::threadHoward Chu1-1/+1
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-1/+1
2015-12-31updated copyright yearRiccardo Spagni7-7/+7
2015-12-18Merge pull request #543Riccardo Spagni1-1/+1
2015-12-17move another non user useful log to L1moneromooo-monero1-1/+1
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-278/+277
2015-12-14Tone down L0 logs during daemon sync some moremoneromooo-monero2-3/+3
2015-12-14Tone down a bit L0 logs during daemon syncmoneromooo-monero1-2/+10
2015-11-23Add IP blocking for misbehaving nodes (adapted from Boolberry)Javier Smooth1-0/+4
2015-11-21Relay transactions when they linger too long in the poolmoneromooo-monero1-3/+3
2015-07-15Pause miner before preparing for incoming blocksNoodleDoodleNoodleDoodleNoodleDoodleNoo1-6/+5
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-2/+10
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni2-3/+4
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero2-0/+51
2015-02-202014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero3-61/+62
2015-02-20removed not needed <netinet/in.h>rfree2monero1-1/+0
2015-02-202014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero3-113/+139
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero4-12/+408
2015-01-02year updated in licenseRiccardo Spagni5-5/+5
2014-09-09moved non-critical warnings and errors to log level 1fluffypony1-5/+5
2014-07-23License updated to BSD 3-clausefluffypony5-15/+145
2014-07-23Changed time_t to uint64_t for serializationThomas Winget1-3/+3
2014-07-18Added get_connections RPC call to daemonThomas Winget3-0/+79
2014-06-04Added static_cast to hshd.current_heightNeozaru1-1/+1
2014-06-04'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimationsNeozaru1-0/+5
2014-05-250.8.8updatemydesktop2-13/+16
2014-05-03fix genesis block hash, checkpoint, days behindmydesktop1-1/+1
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-1/+3
2014-03-20some fixesAntonio Juarez2-23/+47
2014-03-03moved all stuff to githubAntonio Juarez5-0/+780