aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libwallet_api: fast-refresh in case of opening non-synced walletIlya Kitaev2016-09-302-6/+5
* libwallet_api: fix unhandled exception on address checkIlya Kitaev2016-09-301-12/+16
* libwallet_api: fast-refresh for new walletIlya Kitaev2016-09-302-9/+28
* wallet2: wallet2::get_daemon_blockchain_height() clean error message onIlya Kitaev2016-09-281-0/+4
* libwallet_api: Wallet::setAutoRefreshInterval sanity checkIlya Kitaev2016-09-281-1/+9
* libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-281-0/+2
* formatting: 2-spaces indentationIlya Kitaev2016-09-261-20/+20
* formatting: 2-spaces indentationIlya Kitaev2016-09-261-1/+1
* wallet2_api: milliseconds resolution for auto-refresh intervalIlya Kitaev2016-09-263-13/+13
* wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-265-4/+57
* libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev2016-09-263-3/+42
* Merge pull request #1117Riccardo Spagni2016-09-261-1/+1
|\
| * Made error message consistent with other, more helpful, messageWill Skinner2016-09-221-1/+1
* | Merge pull request #1116Riccardo Spagni2016-09-263-4/+46
|\ \
| * | wallet2_api: getter and setter for "refresh interval"Ilya Kitaev2016-09-203-1/+39
| * | wallet2_api: fixed deadlock while closing walletIlya Kitaev2016-09-201-3/+7
| |/
* | Merge pull request #1113Riccardo Spagni2016-09-261-2/+2
|\ \
| * | Fix minor typo in "need resize" message.Myagui2016-09-211-2/+2
| |/
* / Remove redundant "default" in set mixin help descJ Ryan Littlefield2016-09-191-1/+1
|/
* Merge pull request #1102v0.10.0Riccardo Spagni2016-09-1814-6/+29
|\
| * epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero2016-09-1814-6/+29
* | Merge pull request #1101Riccardo Spagni2016-09-181-36/+16
|\ \ | |/ |/|
| * fixed tag detectorRiccardo Spagni2016-09-181-36/+16
* | Merge pull request #1099Riccardo Spagni2016-09-187-37/+28
|\|
| * fix v5 heightRiccardo Spagni2016-09-181-1/+1
| * remove dead backup seed nodes, add new onesRiccardo Spagni2016-09-181-24/+6
| * fix v5 fork date descriptionRiccardo Spagni2016-09-181-1/+1
| * update versionRiccardo Spagni2016-09-181-2/+2
| * updated fork heights for v4 and v5Riccardo Spagni2016-09-181-0/+7
| * update block headersRiccardo Spagni2016-09-181-0/+0
| * add checkpointsRiccardo Spagni2016-09-181-0/+2
| * switch wallet API from std thread/mutex to boostRiccardo Spagni2016-09-182-11/+11
* | Merge pull request #1098Riccardo Spagni2016-09-181-2/+4
|\ \
| * | wallet: keep change dest separate from other destsmoneromooo-monero2016-09-181-2/+4
| |/
* | Merge pull request #1097Riccardo Spagni2016-09-181-0/+6
|\ \ | |/ |/|
| * wallet: fix empty tx in corner case sending nothingmoneromooo-monero2016-09-181-0/+6
* | Merge pull request #1094Riccardo Spagni2016-09-1816-69/+64
|\ \
| * | cmake: support BUILD_SHARED_LIBS built-in optionredfish2016-09-181-1/+1
| * | cmake: transitive deps and remove deprecated LINK_*redfish2016-09-1815-67/+63
| * | crypto: armv7: slow-hash: remove redundant source includeredfish2016-09-181-1/+0
| |/
* | Merge pull request #1093Riccardo Spagni2016-09-181-1/+2
|\ \
| * | miner: do not try to save config if the path isn't setmoneromooo-monero2016-09-181-1/+2
| |/
* | Merge pull request #1089Riccardo Spagni2016-09-181-10/+11
|\ \
| * | simplewallet: do not expose the details of tx splitting to the usermoneromooo-monero2016-09-171-10/+11
| |/
* / simplewallet: fix wrong amount in show_transfers for pending transactionsmoneromooo-monero2016-09-171-1/+1
|/
* Merge pull request #1080Riccardo Spagni2016-09-171-0/+3
|\
| * daemon: log version when startingmoneromooo-monero2016-09-161-0/+3
* | wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero2016-09-168-64/+84
|/
* Merge pull request #1077Riccardo Spagni2016-09-161-42/+295
|\
| * Add ARMv8-A AES supportHoward Chu2016-09-161-42/+295