aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/cryptonote_protocol_handler.inl (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Spagni1-33/+18
2017-06-01cryptonote_protocol_handler: fix crash in debug logmoneromooo-monero1-3/+1
2017-05-27abstracted nework addressesmoneromooo-monero1-33/+18
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-24protocol: fix "sync done" message not appearingmoneromooo-monero1-1/+3
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
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 Spagni1-2/+30
2017-02-12protocol: speed up sync by minimizing duplicate workmoneromooo-monero1-2/+30
2017-02-12cryptonote_protocol: misc fluffy block fixesmoneromooo-monero1-37/+73
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-02-02Merge pull request #1617Riccardo Spagni1-7/+7
2017-01-23Update log messages to reflect fact we no longer need to type `exit` to save ...NanoAkron1-5/+2
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-monero1-35/+16
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 #1397Riccardo Spagni1-2/+20
2016-12-04Fix delayed exit when syncingmoneromooo-monero1-2/+20
2016-12-01p2p: possibly fix crash in relay_blocksmoneromooo-monero1-11/+26
2016-11-11Merge pull request #1263Riccardo Spagni1-3/+335
2016-11-09add lightweight block propagation ("fluffy blocks")Dion Ahmetaj1-3/+335
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 #1133Riccardo Spagni1-1/+1
2016-10-03Moved logging to target functions rather than callerNanoAkron1-2/+0
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-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-20cryptonote_protocol: clarify height wordingmoneromooo-monero1-1/+1
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-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-monero1-2/+2
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-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-0/+37
2015-02-202014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero1-60/+58
2015-02-202014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero1-17/+131
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero1-10/+63
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-09moved non-critical warnings and errors to log level 1fluffypony1-5/+5
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-18Added get_connections RPC call to daemonThomas Winget1-0/+41
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.8updatemydesktop1-11/+14
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 Juarez1-16/+43
2014-03-03moved all stuff to githubAntonio Juarez1-0/+474