| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #1075 | luigi1111 | 2018-03-13 | 1 | -1/+7 | |
| |\ \ | | | | | | | | | | 08beb71 Store wallet log in ~/Library/Logs/ in macOS | |||||
| | * | | Store wallet log in ~/Library/Logs/ in macOS | Miguel Herranz | 2018-01-31 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In macOS it is not usual to modify anything inside an application. If the user that runs the application doesn't have writing permissions the log will not be saved. This modifies the path to store them in macOS' standard location for application logs. | |||||
| * | | | Merge pull request #1015 | luigi1111 | 2018-03-13 | 2 | -0/+6 | |
| |\ \ \ | | | | | | | | | | | | | da32161 Use wallet2_api isAddressLocal utils method for isDaemonLocal check | |||||
| | * | | | Use wallet2_api isAddressLocal utils method for isDaemonLocal check | Tim L | 2017-12-11 | 2 | -0/+6 | |
| | | | | | ||||||
| * | | | | Merge pull request #1091 | luigi1111 | 2018-03-06 | 2 | -2/+7 | |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | 89ec822 removed persistentSettings.startLocalNode as it's synonym for !persistentSettings.useRemoteNode af882e8 rectified visual switch between local node & remote node fd1f4bf Bootstrap daemon (requires #3165) | |||||
| | * | | | Bootstrap daemon (requires #3165) | stoffu | 2018-01-30 | 2 | -2/+7 | |
| | | | | | ||||||
| * | | | | UnsignedTransaction: Removing the Priority enum accordingly to libwalletapi ↵ | Neozaru | 2018-01-29 | 1 | -7/+0 | |
| |/ / / | | | | | | | | | | update | |||||
| * | | | Merge pull request #1065 | luigi1111 | 2018-01-26 | 4 | -4/+4 | |
| |\ \ \ | | | | | | | | | | | | | fdd528b Update copyright for 2018 | |||||
| | * | | | Update copyright for 2018 | xmr-eric | 2018-01-08 | 4 | -4/+4 | |
| | | |/ | |/| | ||||||
| * / | | Subaddresses minimal version: supports default account only | kenshi84 | 2018-01-13 | 15 | -22/+483 | |
| |/ / | ||||||
| * | | Android: Disable password strength meter | MoroccanMalinois | 2017-12-24 | 2 | -0/+4 | |
| | | | ||||||
| * | | Merge pull request #967 | luigi1111 | 2017-12-17 | 2 | -0/+18 | |
| |\ \ | |/ |/| | | | 5cda1f5 Spend proof | |||||
| | * | Spend proof | stoffu | 2017-11-30 | 2 | -0/+18 | |
| | | | ||||||
| * | | replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compile | User | 2017-12-08 | 11 | -11/+11 | |
| |/ | ||||||
| * | Bugfix with tx proof + update | stoffu | 2017-11-26 | 1 | -5/+4 | |
| | | ||||||
| * | Tx proof | stoffu | 2017-11-20 | 4 | -12/+33 | |
| | | ||||||
| * | transactionInfo: use empty str when fee=0 | Jaquee | 2017-11-01 | 1 | -0/+2 | |
| | | ||||||
| * | add localDaemonSynced() | Jaquee | 2017-11-01 | 2 | -0/+6 | |
| | | ||||||
| * | delete addressbook in wallet destructor | Jaquee | 2017-11-01 | 1 | -0/+2 | |
| | | ||||||
| * | QrCodeScanner: parse extra parameters | Jaquee | 2017-11-01 | 4 | -6/+28 | |
| | | ||||||
| * | Merge pull request #911 | luigi1111 | 2017-10-31 | 1 | -0/+6 | |
| |\ | | | | | | | 913ef54 Store cache on exit | |||||
| | * | Store cache on exit | Jaquee | 2017-10-22 | 1 | -0/+6 | |
| | | | ||||||
| * | | show correct height after switching wallets | Jaquee | 2017-10-24 | 1 | -0/+1 | |
| | | | | | | | | | requires #2724 | |||||
| * | | add option to change wallet creation height and rescan wallet cache | Jaquee | 2017-10-23 | 2 | -1/+10 | |
| | | | ||||||
| * | | use 10 as default required confirmations | Jaquee | 2017-10-23 | 2 | -2/+3 | |
| |/ | ||||||
| * | add wallet creation height getter | Jaquee | 2017-08-24 | 1 | -0/+2 | |
| | | ||||||
| * | add daemon/wallet log path getters | Jaquee | 2017-08-24 | 2 | -0/+15 | |
| | | ||||||
| * | Merge pull request #808 | Riccardo Spagni | 2017-08-23 | 2 | -0/+20 | |
| |\ | | | | | | | 3f7e3ba check updates async (Jaquee) | |||||
| | * | check updates async | Jaquee | 2017-08-06 | 2 | -0/+20 | |
| | | | ||||||
| * | | History: Support coinbase txs | Jaquee | 2017-08-03 | 5 | -2/+15 | |
| |/ | | | | requires #2247 | |||||
| * | DaemonManager: support dataDir parameter + validator | Jaquee | 2017-06-02 | 2 | -2/+57 | |
| | | ||||||
| * | Merge pull request #706 | Riccardo Spagni | 2017-05-05 | 2 | -0/+22 | |
| |\ | | | | | | | | | f00a181 Disable rescan cache btn until we know if it's needed (Jaquee) 98b0406 Settings: Rescan wallet cache button (Jaquee) | |||||
| | * | Settings: Rescan wallet cache button | Jaquee | 2017-05-03 | 2 | -0/+22 | |
| | | | ||||||
| * | | Merge pull request #702 | Riccardo Spagni | 2017-05-05 | 1 | -0/+10 | |
| |\ \ | | | | | | | | | | f31b27d add wallet view/spend keys to seed dialog requires #2012 (Jaquee) | |||||
| | * | | add wallet view/spend keys to seed dialog | Jaquee | 2017-05-03 | 1 | -0/+10 | |
| | |/ | | | | | | | requires #2012 | |||||
| * / | DaemonManager: fix issues with spaces in path | Jaquee | 2017-04-12 | 1 | -5/+7 | |
| |/ | ||||||
| * | Merge pull request #616 | Riccardo Spagni | 2017-03-27 | 2 | -8/+0 | |
| |\ | | | | | | | | | 716010a README: QtMultimedia dependency optional (MoroccanMalinois) fb3a618 Make QtMultimedia dependency optional (MoroccanMalinois) | |||||
| | * | Make QtMultimedia dependency optional | MoroccanMalinois | 2017-03-27 | 2 | -8/+0 | |
| | | | ||||||
| * | | useForkRules() - Catch no connection error | Jaquee | 2017-03-26 | 2 | -2/+9 | |
| |/ | ||||||
| * | Use new fee multipliers after v5 fork | Jaquee | 2017-03-24 | 4 | -12/+8 | |
| | | | | | requires #1915 | |||||
| * | add WalletManager::useForkRules() | Jaquee | 2017-03-23 | 2 | -0/+12 | |
| | | ||||||
| * | preparations for background mining | Jaquee | 2017-03-03 | 2 | -3/+3 | |
| | | | | | requires #1827 | |||||
| * | Merge pull request #518 | Riccardo Spagni | 2017-03-03 | 1 | -0/+2 | |
| |\ | | | | | | | cf36420 mining: make threads parameter optional (Jaquee) | |||||
| | * | mining: make threads parameter optional | Jaquee | 2017-03-02 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge pull request #494 | Riccardo Spagni | 2017-03-03 | 2 | -1/+15 | |
| |\ \ | |/ |/| | | | 00aa231 Daemon rpc login support requires #1803 (Jaquee) | |||||
| | * | Daemon rpc login support | Jaquee | 2017-02-25 | 2 | -1/+15 | |
| | | | | | | | | | requires #1803 | |||||
| * | | Merge pull request #492 | Riccardo Spagni | 2017-02-27 | 4 | -9/+108 | |
| |\ \ | | | | | | | | | | | | | | | | 8021037 pause refresh while starting daemon + startup timeout (Jaquee) df60c81 add start/pauseRefresh() (Jaquee) 2ed59f4 Daemon manager improvements (Jaquee) | |||||
| | * | | pause refresh while starting daemon + startup timeout | Jaquee | 2017-02-25 | 2 | -6/+21 | |
| | | | | ||||||
| | * | | add start/pauseRefresh() | Jaquee | 2017-02-25 | 2 | -0/+14 | |
| | | | | ||||||
| | * | | Daemon manager improvements | Jaquee | 2017-02-25 | 2 | -10/+80 | |
| | | | | ||||||
