| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | wallet_api: segfault on refresh fixed | Ilya Kitaev | 2016-07-18 | 1 | -2/+2 | |
| | | | ||||||
| | * | WalletListener functionality | Ilya Kitaev | 2016-07-18 | 2 | -12/+98 | |
| | | | ||||||
| | * | Transaction fee multiplier aka priority integraged | Ilya Kitaev | 2016-07-18 | 2 | -3/+10 | |
| | | | ||||||
| | * | Wallet::paymentIdValid | Ilya Kitaev | 2016-07-18 | 1 | -0/+6 | |
| | | | ||||||
| * | | wallet2_api: use uint64_t for amounts | moneromooo-monero | 2016-07-17 | 1 | -2/+2 | |
| |/ | ||||||
| * | wallet2_api: make this build (smatch needs .str() for /=) | moneromooo-monero | 2016-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/mbg033/bitmonero | Ilya Kitaev | 2016-06-23 | 1 | -5/+3 | |
| |\ | ||||||
| | * | PendingTransactionImpl: pointer->reference | Ilya Kitaev | 2016-06-22 | 2 | -4/+4 | |
| | | | ||||||
| | * | commented regex | Ilya Kitaev | 2016-06-22 | 1 | -1/+1 | |
| | | | ||||||
| | * | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 2016-06-20 | 2 | -8/+12 | |
| | | | ||||||
| | * | double/string to monero integer convertion methods | Ilya Kitaev | 2016-06-16 | 1 | -0/+17 | |
| | | | ||||||
| | * | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 2016-06-10 | 2 | -1/+12 | |
| | | | | | | | | | | | Wallet::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction | |||||
| | * | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 2016-06-10 | 2 | -0/+12 | |
| | | | ||||||
| | * | removed unused "using" | Ilya Kitaev | 2016-06-03 | 1 | -1/+0 | |
| | | | ||||||
| | * | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 2016-06-03 | 2 | -0/+38 | |
| | | | ||||||
| | * | WalletListener::moneySpent test | Ilya Kitaev | 2016-05-16 | 1 | -0/+8 | |
| | | | ||||||
| | * | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 2016-05-13 | 1 | -2/+21 | |
| | | | ||||||
| | * | started WalletListener | Ilya Kitaev | 2016-05-05 | 2 | -1/+57 | |
| | | | ||||||
| | * | TransactionHistory continued | Ilya Kitaev | 2016-04-29 | 3 | -11/+92 | |
| | | | ||||||
| | * | merged with upstream | Ilya Kitaev | 2016-04-26 | 3 | -2/+99 | |
| | | | ||||||
| | * | Wallet API: transaction history in progress | Ilya Kitaev | 2016-04-22 | 3 | -7/+14 | |
| | | | ||||||
| | * | Wallet API : transaction history in progress | Ilya Kitaev | 2016-04-22 | 6 | -11/+55 | |
| | | | ||||||
| | * | transaction history api in progress | Ilya Kitaev | 2016-04-20 | 2 | -0/+42 | |
| | | | ||||||
| | * | transaction history api in progress | Ilya Kitaev | 2016-04-20 | 5 | -14/+67 | |
| | | | ||||||
| | * | api implementation splitted over separate files | Ilya Kitaev | 2016-04-20 | 11 | -0/+1087 | |
| | | ||||||
| * | WalletManager::findWallets: searching by "keys" files instead of | Ilya Kitaev | 2016-06-23 | 1 | -5/+3 | |
| | | | | | "address.txt" files | |||||
| * | Wallet: payment id and integrated address | Ilya Kitaev | 2016-06-23 | 2 | -9/+53 | |
| | | ||||||
| * | PendingTransactionImpl: pointer->reference | Ilya Kitaev | 2016-06-23 | 2 | -4/+4 | |
| | | ||||||
| * | commented regex | Ilya Kitaev | 2016-06-23 | 1 | -1/+1 | |
| | | ||||||
| * | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 2016-06-23 | 2 | -8/+12 | |
| | | ||||||
| * | double/string to monero integer convertion methods | Ilya Kitaev | 2016-06-23 | 1 | -0/+17 | |
| | | ||||||
| * | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 2016-06-23 | 2 | -1/+12 | |
| | | | | | | Wallet::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction | |||||
| * | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 2016-06-23 | 2 | -0/+12 | |
| | | ||||||
| * | removed unused "using" | Ilya Kitaev | 2016-06-23 | 1 | -1/+0 | |
| | | ||||||
| * | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 2016-06-23 | 2 | -0/+38 | |
| | | ||||||
| * | WalletListener::moneySpent test | Ilya Kitaev | 2016-06-23 | 1 | -0/+8 | |
| | | ||||||
| * | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 2016-06-23 | 1 | -2/+21 | |
| | | ||||||
| * | started WalletListener | Ilya Kitaev | 2016-06-23 | 2 | -1/+57 | |
| | | ||||||
| * | TransactionHistory continued | Ilya Kitaev | 2016-06-23 | 3 | -11/+92 | |
| | | ||||||
| * | merged with upstream | Ilya Kitaev | 2016-06-23 | 3 | -2/+99 | |
| | | ||||||
| * | Wallet API : transaction history in progress | Ilya Kitaev | 2016-06-23 | 6 | -18/+69 | |
| | | ||||||
| * | transaction history api in progress | Ilya Kitaev | 2016-06-23 | 6 | -14/+109 | |
| | | ||||||
| * | api implementation splitted over separate files | Ilya Kitaev | 2016-06-23 | 11 | -0/+1087 | |
