summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp
Commit message (Expand)AuthorAgeFilesLines
* core: bound the amount of entries in bad tx semantics cachemoneromooo-monero2017-02-231-5/+15
* updates: remove testnet casemoneromooo-monero2017-02-221-1/+1
* updates: we now have a user URL, and an automatic onemoneromooo-monero2017-02-221-1/+2
* updates: s/monerod/monero/ for the main downloadmoneromooo-monero2017-02-221-2/+2
* Merge pull request #1766Riccardo Spagni2017-02-221-1/+1
|\
| * update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* | core: do not download an update we already downloadedmoneromooo-monero2017-02-211-14/+23
|/
* Fix core_tests breaking on startupmoneromooo-monero2017-02-211-0/+2
* core: add p2p bind port options from net_nodemoneromooo-monero2017-02-211-0/+4
* Merge pull request #1727Riccardo Spagni2017-02-211-7/+23
|\
| * blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-131-7/+23
* | core: updates can now be downloaded (and SHA256 hash checked)moneromooo-monero2017-02-201-0/+30
* | core: test key images against validity domainmoneromooo-monero2017-02-201-0/+18
* | Optionally query moneropulse DNS records to check for updatesmoneromooo-monero2017-02-201-0/+49
* | Get rid of directory lockHoward Chu2017-02-181-40/+0
|/
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-2/+2
* Merge pull request #1641Riccardo Spagni2017-02-021-1/+11
|\
| * Separate data per P2P portMiguel Herranz2017-01-281-1/+11
* | Merge pull request #1642Riccardo Spagni2017-02-021-0/+1
|\ \
| * | core: set missing verifivation_failed flag when rejecting a txmoneromooo-monero2017-01-281-0/+1
| |/
* | Merge pull request #1617Riccardo Spagni2017-02-021-6/+5
|\ \ | |/ |/|
| * Remove boost/foreach.cpp includesMiguel Herranz2017-01-221-1/+0
| * Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz2017-01-221-5/+5
* | Update log messages to reflect fact we no longer need to type `exit` to save ...NanoAkron2017-01-231-5/+4
|/
* Merge pull request #1615Riccardo Spagni2017-01-221-0/+8
|\
| * core: cache tx hashes of failing semantics txesmoneromooo-monero2017-01-221-0/+8
* | Merge pull request #1610Riccardo Spagni2017-01-221-2/+2
|\ \
| * | rpc: fix orphan_status when getting blocksmoneromooo-monero2017-01-221-2/+2
| |/
* / core: early out in handle_incoming_tx if already in pool or blockchainmoneromooo-monero2017-01-211-0/+12
|/
* Change logging to easylogging++moneromooo-monero2017-01-161-32/+36
* Merge pull request #1576Riccardo Spagni2017-01-151-0/+44
|\
| * rct: split rct checks between semantics and othermoneromooo-monero2017-01-141-0/+44
* | Merge pull request #1571Riccardo Spagni2017-01-151-6/+6
|\ \
| * | fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-141-6/+6
| |/
* | Merge pull request #1506Riccardo Spagni2017-01-151-4/+7
|\ \ | |/ |/|
| * Tweak default db-sync-mode to fast:async:1Howard Chu2017-01-141-4/+7
* | Merge pull request #1543Riccardo Spagni2017-01-131-0/+7
|\ \
| * | Add start_time to get_info methods and show uptimeMiguel Herranz2017-01-121-0/+7
| |/
* | Remove db-auto-remove-logsMiguel Herranz2017-01-101-3/+0
* | Remove berkeley from db_type initializationMiguel Herranz2017-01-101-12/+0
|/
* core: fix recalculation of emission/feesmoneromooo-monero2016-12-211-7/+4
* Merge pull request #1398Riccardo Spagni2016-12-041-2/+2
|\
| * Fix a few minor typosPierre Boyer2016-12-041-2/+2
* | Fix delayed exit when syncingmoneromooo-monero2016-12-041-1/+1
|/
* Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero2016-11-221-1/+1
* add lightweight block propagation ("fluffy blocks")Dion Ahmetaj2016-11-091-0/+5
* core: notify the txpool when transactions are relayedmoneromooo-monero2016-10-231-0/+14
* patched parameter type bug that was causing failure on 32 bitDion Ahmetaj2016-10-141-1/+1
* print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj2016-10-101-5/+19
* changed params from start/end index to height/countDion Ahmetaj2016-10-101-3/+3