| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Cleanup. Dropped "bit" from bitmonero. | Randi Joseph | 2016-09-26 | 1 | -5/+11 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Cleanup. Dropped "bit" from bitmonero. | Randi Joseph | 2016-09-26 | 1 | -1/+1 | |
| | | * | | | | Dropped "bit" from bitmonero. | Randi Joseph | 2016-09-26 | 15 | -36/+36 | |
| | * | | | | | Cleanup. Dropped "bit" from bitmonero. | Randi Joseph | 2016-09-26 | 2 | -5/+5 | |
| | * | | | | | Cleanup. Dropped "bit" from bitmonero. | Randi Joseph | 2016-09-26 | 1 | -1/+1 | |
| | * | | | | | Dropped "bit" from bitmonero. | Randi Joseph | 2016-09-26 | 13 | -31/+31 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #1133 | Riccardo Spagni | 2016-10-04 | 2 | -5/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Revert "Fix fake 'network synchronized, begin using' messages" | moneromooo-monero | 2016-09-25 | 2 | -5/+2 | |
| * | | | | | | Merge pull request #1125 | Riccardo Spagni | 2016-10-04 | 1 | -2/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet: update min mixin for sweep_unmixable on v4 | moneromooo-monero | 2016-09-24 | 1 | -2/+4 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1123 | Riccardo Spagni | 2016-10-04 | 1 | -8/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | blockchain: do not reject chain histories matching only genesis | moneromooo-monero | 2016-09-24 | 1 | -8/+0 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1171 | Riccardo Spagni | 2016-10-04 | 9 | -89/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Removed all code related to fast_exit | NanoAkron | 2016-10-03 | 9 | -89/+1 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1168 | Riccardo Spagni | 2016-10-04 | 6 | -17/+35 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Brackets to prevent premature return | NanoAkron | 2016-10-04 | 1 | -0/+2 | |
| | * | | | | | | Brackets to ensure doesn't function prematurely return | NanoAkron | 2016-10-04 | 1 | -0/+2 | |
| | * | | | | | | Moved logging to target functions rather than caller | NanoAkron | 2016-10-03 | 6 | -21/+31 | |
| | * | | | | | | Added messages at log level 2 to reflect deactivation procedure | NanoAkron | 2016-10-02 | 1 | -0/+4 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1162 | Riccardo Spagni | 2016-10-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update minimum mixin in transfer_original help text | TedTheFicus | 2016-10-01 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1152 | Riccardo Spagni | 2016-10-04 | 3 | -24/+53 | |
| |\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| | * | | | | | libwallet_api: do not use fast-refresh on recovery | Ilya Kitaev | 2016-10-01 | 2 | -3/+10 | |
| | * | | | | | libwallet_api: fast-refresh in case of opening non-synced wallet | Ilya Kitaev | 2016-09-30 | 2 | -6/+5 | |
| | * | | | | | libwallet_api: fix unhandled exception on address check | Ilya Kitaev | 2016-09-30 | 1 | -12/+16 | |
| | * | | | | | libwallet_api: fast-refresh for new wallet | Ilya Kitaev | 2016-09-30 | 2 | -9/+28 | |
| * | | | | | | Merge pull request #1149 | Riccardo Spagni | 2016-10-04 | 4 | -28/+28 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Noticed two spellings of the word 'response' in the codebase, one 'responce' ... | NanoAkron | 2016-09-29 | 4 | -28/+28 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1145 | Riccardo Spagni | 2016-10-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Improving daemon startup log message | NanoAkron | 2016-09-28 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1140 | Riccardo Spagni | 2016-10-04 | 9 | -132/+848 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | wallet: cold wallet transaction signing | moneromooo-monero | 2016-09-27 | 6 | -122/+623 | |
| | * | | | | | wallet: fix log confusion between bytes and kilobytes | moneromooo-monero | 2016-09-26 | 1 | -2/+2 | |
| | * | | | | | cryptonote_core: make extra field removal more generic | moneromooo-monero | 2016-09-26 | 2 | -4/+4 | |
| | * | | | | | serialization: add support for serializing std::pair and std::list | moneromooo-monero | 2016-09-26 | 3 | -4/+219 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #1124 | Riccardo Spagni | 2016-09-29 | 1 | -1/+11 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | daemon: report status at 99.9% rather than 100% when not quite synced | moneromooo-monero | 2016-09-24 | 1 | -1/+11 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1128 | Riccardo Spagni | 2016-09-29 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | db_lmdb: do not error if dropping a non existent hard fork table | moneromooo-monero | 2016-09-24 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1129 | Riccardo Spagni | 2016-09-29 | 5 | -2/+23 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | core: make the sync chunk block count overridable | moneromooo-monero | 2016-09-24 | 5 | -2/+23 | |
| | |/ / / | ||||||
| * | | | | wallet2: wallet2::get_daemon_blockchain_height() clean error message on | Ilya Kitaev | 2016-09-28 | 1 | -0/+4 | |
| * | | | | libwallet_api: Wallet::setAutoRefreshInterval sanity check | Ilya Kitaev | 2016-09-28 | 1 | -1/+9 | |
| * | | | | libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight() | Ilya Kitaev | 2016-09-28 | 1 | -0/+2 | |
| * | | | | formatting: 2-spaces indentation | Ilya Kitaev | 2016-09-26 | 1 | -20/+20 | |
| * | | | | formatting: 2-spaces indentation | Ilya Kitaev | 2016-09-26 | 1 | -1/+1 | |
| * | | | | wallet2_api: milliseconds resolution for auto-refresh interval | Ilya Kitaev | 2016-09-26 | 3 | -13/+13 | |
| * | | | | wallet2_api: added Wallet::daemonBlockChainHeight() | Ilya Kitaev | 2016-09-26 | 5 | -4/+57 | |
| * | | | | libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock | Ilya Kitaev | 2016-09-26 | 3 | -3/+42 | |
| | |/ / |/| | | ||||||
| * | | | Merge pull request #1117 | Riccardo Spagni | 2016-09-26 | 1 | -1/+1 | |
| |\ \ \ | ||||||
