aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-1/+1
* Merge pull request #1629Riccardo Spagni2017-02-021-21/+20
|\
| * Updates to epee HTTP client codeLee Clagett2017-01-251-21/+20
* | Wallet API: Create wallet from keysJaquee2017-01-301-0/+16
|/
* wallet2_api: add API to set log categoriesmoneromooo-monero2017-01-161-0/+5
* Change logging to easylogging++moneromooo-monero2017-01-161-2/+2
* wallet2_api: add solo mining APImoneromooo-monero2017-01-091-1/+37
* Merge pull request #1500Riccardo Spagni2017-01-081-1/+32
|\
| * wallet2_api: some new APIs to access daemon statemoneromooo-monero2016-12-251-1/+32
* | make openalias also available for solo miner; introduce namespace tools::dns_...kenshi842016-12-211-1/+2
|/
* wallet2_api: add an API to the OpenAlias resolvermoneromooo-monero2016-12-171-0/+8
* Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t...Randi Joseph2016-12-131-1/+3
* GUI address bookJaquee2016-12-121-0/+2
* wallet_api: add a few daemon related gettersmoneromooo-monero2016-11-291-1/+64
* wallet_api: txkey checking functions for the GUImoneromooo.monero2016-11-051-0/+153
* Wallet API: added walletExists logicJacob Brydolf2016-10-301-1/+7
* Wallet API: make sure path exists before searching for walletsJacob Brydolf2016-10-281-2/+5
* libwallet_api: Added option to restore from specific heightJacob Brydolf2016-10-081-1/+4
* wallet_api: async init, Wallet::connected status, log levelIlya Kitaev2016-07-181-0/+5
* wallet2_api: make this build (smatch needs .str() for /=)moneromooo-monero2016-07-071-1/+1
* WalletManager::findWallets: searching by "keys" files instead ofIlya Kitaev2016-06-231-5/+3
* commented regexIlya Kitaev2016-06-231-1/+1
* removed unused "using"Ilya Kitaev2016-06-231-1/+0
* Wallet API : WalletManager::findWallets() addedIlya Kitaev2016-06-231-0/+37
* api implementation splitted over separate filesIlya Kitaev2016-06-231-0/+108