aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol
Commit message (Expand)AuthorAgeFilesLines
...
* | protocol: pass blockchain cumulative difficulty when syncingmoneromooo-monero2017-08-152-0/+5
|/
* Merge pull request #2276Riccardo Spagni2017-08-151-2/+2
|\
| * tests: fix tests buildmoneromooo-monero2017-08-101-2/+2
* | Merge pull request #2275Riccardo Spagni2017-08-151-1/+1
|\ \
| * | cryptonote_protocol_handler: log versions as unsigned intsmoneromooo-monero2017-08-121-1/+1
| |/
* | Merge pull request #2273Riccardo Spagni2017-08-151-2/+2
|\ \
| * | cryptonote_protocol: fix recv/send idle time before handshakemoneromooo-monero2017-08-091-2/+2
| |/
* | Merge pull request #2272Riccardo Spagni2017-08-152-67/+56
|\ \
| * | cryptonote_protocol: keep target in sync with dropped connectionsmoneromooo-monero2017-08-092-67/+56
| |/
* | cryptonote_protocol: fix "holes" in block download schedulemoneromooo-monero2017-08-151-1/+2
* | cryptonote_protocol: fix out of order additionmoneromooo-monero2017-08-151-0/+37
* | block_queue: do not add empty spansmoneromooo-monero2017-08-151-0/+2
* | daemon: print peers' top height in sync_infomoneromooo-monero2017-08-122-1/+7
* | protocol: fix reorgs while syncingmoneromooo-monero2017-08-123-100/+45
|/
* protocol: add checks for top block hard fork versionmoneromooo-monero2017-08-092-0/+13
* Merge pull request #2149Riccardo Spagni2017-08-076-159/+1012
|\
| * core: thread most of handle_incoming_txmoneromooo-monero2017-08-071-6/+9
| * cryptonote_protocol: retry stale spans earlymoneromooo-monero2017-08-073-0/+25
| * cryptonote_protocol: light cleanupmoneromooo-monero2017-08-072-26/+9
| * cryptonote_protocol: avoid spurious SYNCHRONIZED OK messagesmoneromooo-monero2017-08-071-2/+12
| * cryptonote_protocol_handler: sync speedupmoneromooo-monero2017-08-075-131/+963
* | Merge pull request #2242Riccardo Spagni2017-08-071-1/+1
|\ \
| * | cryptonote_protocol: fix days behind calc on testnetmoneromooo-monero2017-08-021-1/+1
| |/
* | Merge pull request #2234Riccardo Spagni2017-08-072-6/+6
|\ \
| * | some include cleanupmoneromooo-monero2017-07-312-6/+6
| |/
* / cryptonote_protocol: Set send_idle_time in connection_info correctlyrbrunner72017-07-241-1/+1
|/
* Remove typeid use in network_addressmoneromooo-monero2017-06-281-1/+1
* Merge pull request #2064Riccardo Spagni2017-06-181-3/+1
|\
| * cryptonote_protocol_handler: fix crash in debug logmoneromooo-monero2017-06-011-3/+1
* | Merge pull request #2052Riccardo Spagni2017-06-182-33/+22
|\ \ | |/ |/|
| * abstracted nework addressesmoneromooo-monero2017-05-272-33/+22
* | Move txpool to the databasemoneromooo-monero2017-05-251-3/+13
|/
* protocol: fix wrong tx being looked up from fluffy blockmoneromooo-monero2017-03-131-1/+10
* protocol: fix fluffy to normal block dropping txesmoneromooo-monero2017-03-121-1/+1
* protocol: tone down a rate limit not implemented yet warningmoneromooo-monero2017-02-251-1/+1
* protocol: fix "sync done" message not appearingmoneromooo-monero2017-02-241-1/+3
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-217-7/+7
* Merge pull request #1736Riccardo Spagni2017-02-211-1/+5
|\
| * Fix spurious synchronization status msgsHoward Chu2017-02-151-1/+5
* | Merge pull request #1727Riccardo Spagni2017-02-211-0/+3
|\ \
| * | blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-131-0/+3
| |/
* / cryptonote_protocol: tweaks to the syncing speedupmoneromooo-monero2017-02-131-6/+10
|/
* Merge pull request #1717Riccardo Spagni2017-02-122-2/+31
|\
| * protocol: speed up sync by minimizing duplicate workmoneromooo-monero2017-02-122-2/+31
* | cryptonote_protocol: misc fluffy block fixesmoneromooo-monero2017-02-122-42/+78
|/
* 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
|/