summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Cleanup. Dropped "bit" from bitmonero.Randi Joseph2016-09-261-5/+11
| |\ \ \ \
| | * | | | Cleanup. Dropped "bit" from bitmonero.Randi Joseph2016-09-261-1/+1
| | * | | | Dropped "bit" from bitmonero.Randi Joseph2016-09-2615-36/+36
| * | | | | Cleanup. Dropped "bit" from bitmonero.Randi Joseph2016-09-262-5/+5
| * | | | | Cleanup. Dropped "bit" from bitmonero.Randi Joseph2016-09-261-1/+1
| * | | | | Dropped "bit" from bitmonero.Randi Joseph2016-09-2613-31/+31
| | |_|/ / | |/| | |
* | | | | Merge pull request #1133Riccardo Spagni2016-10-042-5/+2
|\ \ \ \ \
| * | | | | Revert "Fix fake 'network synchronized, begin using' messages"moneromooo-monero2016-09-252-5/+2
* | | | | | Merge pull request #1125Riccardo Spagni2016-10-041-2/+4
|\ \ \ \ \ \
| * | | | | | wallet: update min mixin for sweep_unmixable on v4moneromooo-monero2016-09-241-2/+4
| |/ / / / /
* | | | | | Merge pull request #1123Riccardo Spagni2016-10-041-8/+0
|\ \ \ \ \ \
| * | | | | | blockchain: do not reject chain histories matching only genesismoneromooo-monero2016-09-241-8/+0
| |/ / / / /
* | | | | | Merge pull request #1171Riccardo Spagni2016-10-049-89/+1
|\ \ \ \ \ \
| * | | | | | Removed all code related to fast_exitNanoAkron2016-10-039-89/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1168Riccardo Spagni2016-10-046-17/+35
|\ \ \ \ \ \
| * | | | | | Brackets to prevent premature returnNanoAkron2016-10-041-0/+2
| * | | | | | Brackets to ensure doesn't function prematurely returnNanoAkron2016-10-041-0/+2
| * | | | | | Moved logging to target functions rather than callerNanoAkron2016-10-036-21/+31
| * | | | | | Added messages at log level 2 to reflect deactivation procedureNanoAkron2016-10-021-0/+4
| |/ / / / /
* | | | | | Merge pull request #1162Riccardo Spagni2016-10-041-1/+1
|\ \ \ \ \ \
| * | | | | | Update minimum mixin in transfer_original help textTedTheFicus2016-10-011-1/+1
| |/ / / / /
* | | | | | Merge pull request #1152Riccardo Spagni2016-10-043-24/+53
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | libwallet_api: do not use fast-refresh on recoveryIlya Kitaev2016-10-012-3/+10
| * | | | | 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
* | | | | | Merge pull request #1149Riccardo Spagni2016-10-044-28/+28
|\ \ \ \ \ \
| * | | | | | Noticed two spellings of the word 'response' in the codebase, one 'responce' ...NanoAkron2016-09-294-28/+28
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1145Riccardo Spagni2016-10-041-1/+1
|\ \ \ \ \ \
| * | | | | | Improving daemon startup log messageNanoAkron2016-09-281-1/+1
| |/ / / / /
* | | | | | Merge pull request #1140Riccardo Spagni2016-10-049-132/+848
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | wallet: cold wallet transaction signingmoneromooo-monero2016-09-276-122/+623
| * | | | | wallet: fix log confusion between bytes and kilobytesmoneromooo-monero2016-09-261-2/+2
| * | | | | cryptonote_core: make extra field removal more genericmoneromooo-monero2016-09-262-4/+4
| * | | | | serialization: add support for serializing std::pair and std::listmoneromooo-monero2016-09-263-4/+219
| | |_|/ / | |/| | |
* | | | | Merge pull request #1124Riccardo Spagni2016-09-291-1/+11
|\ \ \ \ \
| * | | | | daemon: report status at 99.9% rather than 100% when not quite syncedmoneromooo-monero2016-09-241-1/+11
| |/ / / /
* | | | | Merge pull request #1128Riccardo Spagni2016-09-291-1/+1
|\ \ \ \ \
| * | | | | db_lmdb: do not error if dropping a non existent hard fork tablemoneromooo-monero2016-09-241-1/+1
| |/ / / /
* | | | | Merge pull request #1129Riccardo Spagni2016-09-295-2/+23
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | core: make the sync chunk block count overridablemoneromooo-monero2016-09-245-2/+23
| |/ / /
* | | | 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
|\ \ \