summaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
* Use boost::thread instead of std::threadHoward Chu2016-03-111-3/+3
* Blockchain: Omit verbose time stats messages by defaultwarptangent2016-03-031-1/+1
* Merge pull request #688Riccardo Spagni2016-02-292-1/+10
|\
| * simplewallet: add a new --restore-from-keys optionmoneromooo-monero2016-02-222-1/+10
| * core: check whether an update is needed straight awaymoneromooo-monero2016-02-171-1/+1
| * core: print "update needed" hard fork notifications in redmoneromooo-monero2016-02-171-2/+2
* | Wrap some more actions in a larger read txnHoward Chu2016-02-231-11/+25
* | read txn/cursor stuffHoward Chu2016-02-232-1/+14
* | core: check whether an update is needed straight awaymoneromooo-monero2016-02-231-1/+1
* | core: print "update needed" hard fork notifications in redmoneromooo-monero2016-02-231-2/+2
|/
* hardfork: add a default fork entry for v1 if none existmoneromooo-monero2016-02-081-0/+5
* blockchain: initialize m_hardfork to NULLmoneromooo-monero2016-02-081-1/+1
* core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero2016-02-084-12/+26
* blockchain: reset hardfork object when resetting blockchainmoneromooo-monero2016-02-081-0/+1
* Blockchain: Update comments on removing blockwarptangent2016-02-081-0/+5
* Move HardFork DB update to BlockchainDB::add_block()warptangent2016-02-081-3/+0
* Make HardFork object available to BlockchainDB and derived DB implementationswarptangent2016-02-081-0/+2
* Blockchain: Optionally pass in HardFork objectwarptangent2016-02-082-4/+21
* Merge pull request #643Riccardo Spagni2016-02-081-8/+10
|\
| * core: move the db lock to the data directorymoneromooo-monero2016-02-041-8/+10
* | Merge pull request #641Riccardo Spagni2016-02-082-56/+87
|\ \
| * | blockchain: revert handle_get_objects adding block id on tx not foundmoneromooo-monero2016-02-031-1/+0
| * | minor bugfixes and refactoringThomas Winget2016-02-022-56/+88
| |/
* / hardfork: allow passing chain height in get(height) for conveniencemoneromooo-monero2016-02-011-1/+4
|/
* Merge pull request #635Riccardo Spagni2016-01-312-0/+46
|\
| * core: prevent the database from being used by multiple daemonsmoneromooo-monero2016-01-312-0/+46
* | Merge pull request #634Riccardo Spagni2016-01-311-0/+1
|\ \
| * | blockchain: log number of outputs available for a new txmoneromooo-monero2016-01-311-0/+1
| |/
* | Merge pull request #631Riccardo Spagni2016-01-313-5/+2
|\ \
| * | tx_pool: fix serialization of new relayed datamoneromooo-monero2016-01-301-2/+0
| * | hardfork: fix mixup in indexing variable in get_voting_infomoneromooo-monero2016-01-301-1/+1
| * | blockchain: remove unused timermoneromooo-monero2016-01-301-1/+0
| * | blockchain: fix m_sync_counter uninitialized variable usemoneromooo-monero2016-01-301-1/+1
| |/
* | new flush_txpool command, and associated RPC callmoneromooo-monero2016-01-304-0/+41
* | tx_pool: serialize missing kept_by_block flagmoneromooo-monero2016-01-291-1/+4
|/
* tx_pool: do not accept txes not in a block if they timed out beforemoneromooo-monero2016-01-292-2/+14
* tx_pool: fix use of invalidated iteratormoneromooo-monero2016-01-291-1/+2
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-296-32/+65
* added checkpointsRiccardo Spagni2016-01-151-0/+8
* hardfork: fix accepting v2 blocks too earlymoneromooo-monero2016-01-151-2/+1
* Merge pull request #587Riccardo Spagni2015-12-311-28/+20
|\
| * Nicer looking exit when blockchain.bin is foundmoneromooo-monero2015-12-311-28/+20
* | core: do not use the persistent pool state for testsmoneromooo-monero2015-12-312-1/+7
|/
* updated copyright yearRiccardo Spagni2015-12-3131-31/+31
* fixed copyrights with bad year referencesRiccardo Spagni2015-12-312-2/+2
* blockchain: kill ioservice on scope end, rather than manuallymoneromooo-monero2015-12-301-6/+7
* miner: minor fixes on stopmoneromooo-monero2015-12-301-1/+4
* Merge pull request #573Riccardo Spagni2015-12-301-0/+22
|\
| * blockchain_db: inform user about new format if blockchain.bin is foundmoneromooo-monero2015-12-281-0/+22
* | Merge pull request #572Riccardo Spagni2015-12-301-0/+2
|\ \