aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet_manager.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-10-22wallet_api: enable set_strict_default_file_permissionstobtoht1-0/+5
2021-06-08wallet/api: remove Bitmonero namespace aliasselsta1-2/+0
2020-07-20wallet2_api: implement runtime proxy configurationxiphon1-0/+4
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-04-21Merge pull request #6415luigi11111-6/+14
2020-04-02wallet_api: checkUpdate - optional version and buildtag paramsxiphon1-6/+14
2020-02-11wallet2_api: wallet recovery - seed offset passphrase supportxiphon1-2/+3
2019-05-27wallet_manager: omit redundant disconnect, drop unused variablexiphon1-3/+0
2019-04-05wallet: API changes to enable passphrase entryDusan Klinec1-2/+13
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-01-02wallet api/device: set estimated restore height if none is providedselsta1-0/+2
2018-09-19query backing devicem2049r1-0/+8
2018-08-16wallet2: make --restricted-rpc available for wallet RPC onlystoffu1-5/+5
2018-08-08wallet: allow adjusting number of rounds for the key derivation functionstoffu1-12/+15
2018-06-21Wallet API: add support for wallet creation from hardware devicestoffu1-0/+20
2018-04-07WalletManagerImpl: reuse existing connection to daemon instead of reconnectiv...stoffu1-25/+19
2018-03-14device: untangle cyclic depenencystoffu1-1/+0
2018-03-08Merge pull request #3347Riccardo Spagni1-1/+1
2018-03-05Wallet API: generalize 'bool testnet' to 'NetworkType nettype'stoffu1-12/+12
2018-03-05wallet_manager: fixed typo deviuce/device.hppstoffu1-1/+1
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-2/+2
2018-01-27Merge pull request #3104Riccardo Spagni1-4/+26
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-17Wallet API: all recover options with passwordm2049r1-4/+26
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero1-2/+2
2017-11-18Tx proof (revised):stoffu1-149/+0
2017-10-29Wallet API: override update subdir when built from srcJaquee1-1/+3
2017-10-07Subaddresseskenshi841-9/+7
2017-09-25wallet2_api: check whether dynamic_cast returns NULLmoneromooo-monero1-0/+2
2017-09-23store is optional during close and defaults to true; except during descructionm2049r1-2/+2
2017-08-03Enable verifying wallet password with having to load wallet.m2049r1-0/+4
2017-03-24Wallet API: add hard fork info functionsJaquee1-20/+0
2017-03-21wallet: fix set_log not handling 0,xxx style settingsmoneromooo-monero1-1/+1
2017-03-02wallet api: add missing mining optionsJaquee1-1/+3
2017-02-22wallet2_api: add updates check apimoneromooo-monero1-0/+28
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-21Merge pull request #1747Riccardo Spagni1-1/+0
2017-02-18wallet_api: fix logging init via apimoneromooo-monero1-1/+0
2017-02-14simplewallet: validate hex input sizemoneromooo-monero1-2/+2
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-1/+1
2017-02-02Merge pull request #1629Riccardo Spagni1-21/+20
2017-01-30Wallet API: Create wallet from keysJaquee1-0/+16
2017-01-25Updates to epee HTTP client codeLee Clagett1-21/+20
2017-01-16wallet2_api: add API to set log categoriesmoneromooo-monero1-0/+5
2017-01-16Change logging to easylogging++moneromooo-monero1-2/+2
2017-01-09wallet2_api: add solo mining APImoneromooo-monero1-1/+37
2017-01-08Merge pull request #1500Riccardo Spagni1-1/+32
2016-12-25wallet2_api: some new APIs to access daemon statemoneromooo-monero1-1/+32
2016-12-21make openalias also available for solo miner; introduce namespace tools::dns_...kenshi841-1/+2
2016-12-17wallet2_api: add an API to the OpenAlias resolvermoneromooo-monero1-0/+8
2016-12-13Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t...Randi Joseph1-1/+3
2016-12-12GUI address bookJaquee1-0/+2
2016-11-29wallet_api: add a few daemon related gettersmoneromooo-monero1-1/+64
2016-11-05wallet_api: txkey checking functions for the GUImoneromooo.monero1-0/+153
2016-10-30Wallet API: added walletExists logicJacob Brydolf1-1/+7
2016-10-28Wallet API: make sure path exists before searching for walletsJacob Brydolf1-2/+5
2016-10-08libwallet_api: Added option to restore from specific heightJacob Brydolf1-1/+4
2016-07-18wallet_api: async init, Wallet::connected status, log levelIlya Kitaev1-0/+5
2016-07-07wallet2_api: make this build (smatch needs .str() for /=)moneromooo-monero1-1/+1
2016-06-23WalletManager::findWallets: searching by "keys" files instead ofIlya Kitaev1-5/+3
2016-06-23commented regexIlya Kitaev1-1/+1
2016-06-23removed unused "using"Ilya Kitaev1-1/+0
2016-06-23Wallet API : WalletManager::findWallets() addedIlya Kitaev1-0/+37
2016-06-23api implementation splitted over separate filesIlya Kitaev1-0/+108