| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | 10 | -10/+10 | |
| |/ | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | 1 | -1/+1 | |
| |/ | ||||||
| * | 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 | 3 | -2/+10 | |
| |/ | | | | requires #2247 | |||||
| * | 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 | |
| | | | ||||||
| * | | add wallet view/spend keys to seed dialog | Jaquee | 2017-05-03 | 1 | -0/+10 | |
| |/ | | | | requires #2012 | |||||
| * | 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 | 2 | -0/+14 | |
| |\ \ | | | | | | | | | | | | | | | | 8021037 pause refresh while starting daemon + startup timeout (Jaquee) df60c81 add start/pauseRefresh() (Jaquee) 2ed59f4 Daemon manager improvements (Jaquee) | |||||
| | * | | add start/pauseRefresh() | Jaquee | 2017-02-25 | 2 | -0/+14 | |
| | |/ | ||||||
| * | | Merge pull request #490 | Riccardo Spagni | 2017-02-27 | 1 | -0/+2 | |
| |\ \ | | | | | | | | | | | | | 53c86ad remove undefined variable error (Jaquee) 023d96b avoid dangling pointers in destructor (Jaquee) | |||||
| | * | | avoid dangling pointers in destructor | Jaquee | 2017-02-25 | 1 | -0/+2 | |
| | |/ | ||||||
| * / | Improved blockchain sync status ui | Jaquee | 2017-02-24 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge pull request #486 | Riccardo Spagni | 2017-02-24 | 2 | -3/+4 | |
| |\ | | | | | | | faacd3d start daemon automatically and detached (Jaquee) | |||||
| | * | start daemon automatically and detached | Jaquee | 2017-02-23 | 2 | -3/+4 | |
| | | | ||||||
| * | | Add updates notifier | moneromooo.monero | 2017-02-22 | 2 | -0/+9 | |
| |/ | ||||||
| * | don't show daemon popup when connected | Jaquee | 2017-02-05 | 1 | -4/+7 | |
| | | ||||||
| * | sync progress improvements | Jaquee | 2017-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | async connectionStatus and init | Jaquee | 2017-01-31 | 2 | -21/+73 | |
| | | ||||||
| * | WalletManager: fix possible race | Jaquee | 2017-01-31 | 1 | -2/+3 | |
| | | ||||||
| * | WalletManager: check connection before isMining() | Jaquee | 2017-01-31 | 1 | -0/+2 | |
| | | ||||||
| * | WalletManager: restore from keys | Jaquee | 2017-01-30 | 2 | -0/+36 | |
| | | ||||||
| * | Merge pull request #427 | Riccardo Spagni | 2017-01-23 | 4 | -1/+16 | |
| |\ | | | | | | | 1d7a1f6 save qrcode to file (MoroccanMalinois) | |||||
| | * | save qrcode to file | MoroccanMalinois | 2017-01-23 | 4 | -1/+16 | |
| | | | ||||||
| * | | send custom commands to daemon | Jaquee | 2017-01-22 | 2 | -0/+9 | |
| |/ | | | | | + status button requires #1618 | |||||
| * | Settings: allow setting log categories | moneromooo.monero | 2017-01-16 | 2 | -0/+6 | |
| | | | | | requires #1589 | |||||
| * | export/import key images when cold signing | Jaquee | 2017-01-15 | 3 | -6/+13 | |
| | | ||||||
| * | Add rescan spent button | Jaquee | 2017-01-15 | 2 | -1/+7 | |
| | | ||||||
