aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol
Commit message (Expand)AuthorAgeFilesLines
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-085-6/+8
* Merge pull request #1617Riccardo Spagni2017-02-022-8/+7
|\
| * Remove boost/foreach.cpp includesMiguel Herranz2017-01-221-1/+0
| * Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz2017-01-221-7/+7
* | Update log messages to reflect fact we no longer need to type `exit` to save ...NanoAkron2017-01-231-5/+2
|/
* protocol: log received messages in a separate categorymoneromooo-monero2017-01-221-8/+10
* fixups in logging init calls, and add missing net context in a logmoneromooo-monero2017-01-161-1/+1
* Change logging to easylogging++moneromooo-monero2017-01-163-53/+26
* fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-141-4/+4
* Improve language of 'node ahead by' messageNanoAkron2016-12-121-1/+1
* Update cryptonote_protocol_handler.inlGingeropolous2016-12-101-2/+2
* Merge pull request #1398Riccardo Spagni2016-12-041-8/+8
|\
| * Fix a few minor typosPierre Boyer2016-12-041-8/+8
* | Merge pull request #1397Riccardo Spagni2016-12-042-2/+22
|\ \
| * | Fix delayed exit when syncingmoneromooo-monero2016-12-042-2/+22
| |/
* / p2p: possibly fix crash in relay_blocksmoneromooo-monero2016-12-011-11/+26
|/
* Merge pull request #1263Riccardo Spagni2016-11-113-5/+387
|\
| * add lightweight block propagation ("fluffy blocks")Dion Ahmetaj2016-11-093-5/+387
* | cryptonote_protocol: drop connection when find_blockchain_supplement failsmoneromooo-monero2016-11-091-0/+1
|/
* core: notify the txpool when transactions are relayedmoneromooo-monero2016-10-231-0/+3
* Merge pull request #1139Riccardo Spagni2016-10-041-3/+3
|\
| * Update CMakeLists.txtcodehalo2016-09-271-1/+0
| * Update CMakeLists.txtcodehalo2016-09-271-1/+1
| * Update CMakeLists.txtcodehalo2016-09-271-11/+6
| * Cleanup. Dropped "bit" from bitmonero.Randi Joseph2016-09-261-5/+11
| |\
| | * Dropped "bit" from bitmonero.Randi Joseph2016-09-261-3/+3
| * | Cleanup. Dropped "bit" from bitmonero.Randi Joseph2016-09-261-3/+3
* | | Merge pull request #1133Riccardo Spagni2016-10-041-1/+1
|\ \ \
| * | | Revert "Fix fake 'network synchronized, begin using' messages"moneromooo-monero2016-09-251-1/+1
| |/ /
* | | Moved logging to target functions rather than callerNanoAkron2016-10-031-2/+0
* | | core: make the sync chunk block count overridablemoneromooo-monero2016-09-241-2/+2
|/ /
* / cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-10/+4
|/
* fix remaining bitmonero and simplewallet bitsRiccardo Spagni2016-09-031-1/+1
* Merge pull request #1012Riccardo Spagni2016-09-011-1/+4
|\
| * Show correct amount of days behind/ahead while syncingtobiasw22016-08-301-1/+4
* | Fix fake 'network synchronized, begin using' messagesThomas Winget2016-08-231-1/+1
|/
* Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-211-1/+0
* Merge pull request #737Riccardo Spagni2016-03-201-1/+1
|\
| * cryptonote_protocol: clarify height wordingmoneromooo-monero2016-03-201-1/+1
* | Print stack trace upon exceptionsmoneromooo-monero2016-03-191-0/+1
|/
* Use boost::thread instead of std::threadHoward Chu2016-03-111-1/+1
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-291-1/+1
* updated copyright yearRiccardo Spagni2015-12-317-7/+7
* Merge pull request #543Riccardo Spagni2015-12-181-1/+1
|\
| * move another non user useful log to L1moneromooo-monero2015-12-171-1/+1
* | Replace tabs with two spaces for consistency with rest of codebasewarptangent2015-12-151-267/+266
|/
* Tone down L0 logs during daemon sync some moremoneromooo-monero2015-12-142-3/+3
* Tone down a bit L0 logs during daemon syncmoneromooo-monero2015-12-141-2/+10
* Add IP blocking for misbehaving nodes (adapted from Boolberry)Javier Smooth2015-11-231-0/+4
* Relay transactions when they linger too long in the poolmoneromooo-monero2015-11-211-3/+3