summaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1785Riccardo Spagni2017-02-241-1/+28
|\
| * core: protect precomputed block hashes with SHA256moneromooo-monero2017-02-231-1/+28
* | core: bound the amount of entries in bad tx semantics cachemoneromooo-monero2017-02-232-6/+16
* | core: remove a couple unused/obsolete bitsmoneromooo-monero2017-02-231-3/+0
|/
* 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-2210-10/+10
|\
| * update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-2110-10/+10
* | 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-214-41/+119
|\
| * blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-134-41/+119
* | Merge pull request #1724Riccardo Spagni2017-02-211-1/+1
|\ \
| * | blockchain_db: do not throw on expected partial results getting keysmoneromooo-monero2017-02-131-1/+1
| |/
* | Merge pull request #1731Riccardo Spagni2017-02-211-1/+1
|\ \
| * | core: add a missing newline on a string to be loggedmoneromooo-monero2017-02-141-1/+1
| |/
* | 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-202-0/+28
* | Optionally query moneropulse DNS records to check for updatesmoneromooo-monero2017-02-202-0/+64
* | core: display any fork warning at startup toomoneromooo-monero2017-02-201-1/+1
* | Merge pull request #1748Riccardo Spagni2017-02-213-58/+4
|\ \
| * | Get rid of directory lockHoward Chu2017-02-182-58/+0
| * | Add a few read txns to streamlineHoward Chu2017-02-181-0/+4
| |/
* / tx_pool: revert template filling changesmoneromooo-monero2017-02-201-0/+16
|/
* tx_pool: add a debug message when adding a tx to the poolmoneromooo-monero2017-02-121-0/+1
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-0830-5388/+616
* bugfix: infinite recursion in get_account_address_from_str_or_urlkenshi842017-02-051-1/+1
* Merge pull request #1664Riccardo Spagni2017-02-041-0/+2
|\
| * core: fix integrated addresses breaking with auto zero changemoneromooo-monero2017-02-021-0/+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 #1631Riccardo Spagni2017-02-021-4/+8
|\ \
| * | Blockfill - Sort tx pool correctlyAlexis Enston2017-01-251-2/+2
| * | Blockfill - Take TX fees into account properlyAlexis Enston2017-01-251-1/+1
| * | Consider empty block when filling with TXsAlexis Enston2017-01-251-1/+5
| |/
* | Merge pull request #1627Riccardo Spagni2017-02-022-1/+43
|\ \
| * | moved get_account_address_from_str_or_url from libcommon to libcryptonote_corekenshi842017-01-242-1/+43
| |/
* | Merge pull request #1617Riccardo Spagni2017-02-027-32/+28
|\ \ | |/ |/|
| * Remove boost/foreach.cpp includesMiguel Herranz2017-01-225-5/+0
| * Replace BOOST_REVERSE_FOREACH with ranged forMiguel Herranz2017-01-221-1/+2
| * Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz2017-01-224-26/+26
* | 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-222-0/+10
|\
| * core: cache tx hashes of failing semantics txesmoneromooo-monero2017-01-222-0/+10
* | Merge pull request #1610Riccardo Spagni2017-01-224-5/+10
|\ \
| * | rpc: fix orphan_status when getting blocksmoneromooo-monero2017-01-224-5/+10
| |/