| Commit message (Expand) | Author | Age | Files | Lines |
| * | DaemonManager: set out-peers to 16 in simple mode / bootstrap | selsta | 2020-10-18 | 1 | -0/+4 |
| * | DaemonManager: remove max-concurrency upper bound | selsta | 2020-05-29 | 1 | -2/+2 |
| * | DaemonManager: drop unused 'initialized', 'm_has_daemon' members | xiphon | 2020-04-28 | 1 | -2/+0 |
| * | Merge pull request #2867 | luigi1111 | 2020-04-28 | 1 | -6/+15 |
| |\ |
|
| | * | DaemonManager: fix memory leak | xiphon | 2020-04-27 | 1 | -6/+15 |
| * | | src: fix qt 5.15 warnings | selsta | 2020-04-28 | 1 | -2/+2 |
| |/ |
|
| * | fix multiple minor issues (c-style casts, default branch, etc.) | xiphon | 2020-02-28 | 1 | -3/+5 |
| * | Merge pull request #2778 | luigi1111 | 2020-02-19 | 1 | -12/+10 |
| |\ |
|
| | * | DaemonManager: async stop, simple mode wizard - show splash on stop | xiphon | 2020-02-16 | 1 | -12/+10 |
| * | | build: fix all warnings, treat warnings as errors | xiphon | 2020-02-16 | 1 | -3/+3 |
| |/ |
|
| * | DaemonManager: check monerod binary, error details on start failure | xiphon | 2020-02-04 | 1 | -2/+8 |
| * | DaemonManager: increase daemon start timeout to 120 seconds | xiphon | 2019-11-29 | 1 | -1/+1 |
| * | Merge pull request #2411 | luigi1111 | 2019-10-14 | 1 | -1/+1 |
| |\ |
|
| | * | DaemonManager: reset disconnectedEpoch on start, start timeout 60s | xiphon | 2019-10-09 | 1 | -1/+1 |
| * | | DaemonManager: implement async sendCommand | xiphon | 2019-10-07 | 1 | -11/+12 |
| |/ |
|
| * | Merge pull request #2385 | luigi1111 | 2019-09-14 | 1 | -7/+2 |
| |\ |
|
| | * | DaemonManager: use 'sync_info' to avoid bootstrap daemon requests | xiphon | 2019-09-09 | 1 | -7/+2 |
| * | | SimpleMode: automatic public nodes discovering and switching | xiphon | 2019-09-09 | 1 | -4/+15 |
| |/ |
|
| * | daemon: async daemon status check, don't freeze on wallet startup | xiphon | 2019-08-13 | 1 | -0/+8 |
| * | qt: implement FutureScheduler, always await async code to complete | xiphon | 2019-06-24 | 1 | -17/+11 |
| * | Add copyright headers | mmbyday | 2019-05-01 | 1 | -0/+28 |
| * | support user defined max-concurrency | xmrdsc | 2019-04-21 | 1 | -1/+3 |
| * | Wizard redesign | dsc | 2019-02-22 | 1 | -2/+2 |
| * | Dynamic monerod --max-concurrency, max 6 | dsc | 2019-01-30 | 1 | -0/+4 |
| * | Stagenet | stoffu | 2018-03-14 | 1 | -22/+22 |
| * | Bootstrap daemon (requires #3165) | stoffu | 2018-01-30 | 1 | -1/+6 |
| * | DaemonManager: support dataDir parameter + validator | Jaquee | 2017-06-02 | 1 | -1/+54 |
| * | DaemonManager: fix issues with spaces in path | Jaquee | 2017-04-12 | 1 | -5/+7 |
| * | pause refresh while starting daemon + startup timeout | Jaquee | 2017-02-25 | 1 | -6/+20 |
| * | Daemon manager improvements | Jaquee | 2017-02-25 | 1 | -10/+75 |
| * | omit --detach flag on windows | Jaquee | 2017-02-25 | 1 | -1/+6 |
| * | Merge pull request #486 | Riccardo Spagni | 2017-02-24 | 1 | -42/+35 |
| |\ |
|
| | * | start daemon automatically and detached | Jaquee | 2017-02-23 | 1 | -42/+35 |
| * | | Add updates notifier | moneromooo.monero | 2017-02-22 | 1 | -1/+2 |
| |/ |
|
| * | send custom commands to daemon | Jaquee | 2017-01-22 | 1 | -17/+40 |
| * | daemon startup flags | Jaquee | 2016-12-21 | 1 | -2/+11 |
| * | walletManager: coding conventions | Jaquee | 2016-11-27 | 1 | -14/+13 |
| * | daemonManager: wait for daemon stop on app close | Jaquee | 2016-11-26 | 1 | -0/+4 |
| * | DaemonManager: add stateChanged() | Jaquee | 2016-11-26 | 1 | -6/+15 |
| * | DaemonManager::closing() | Jacob Brydolf | 2016-11-26 | 1 | -0/+5 |
| * | DaemonManager: forward command line arguments to monerod | Jacob Brydolf | 2016-11-26 | 1 | -5/+15 |
| * | DaemonManager: console debug output | Jacob Brydolf | 2016-11-26 | 1 | -10/+2 |
| * | DaemonManager: added console updated signals | Jacob Brydolf | 2016-11-26 | 1 | -4/+13 |
| * | DaemonManager: windows support | Jacob Brydolf | 2016-11-26 | 1 | -5/+21 |
| * | onDaemonStarted/stopped signals/slots | Jaquee | 2016-11-26 | 1 | -0/+11 |
| * | WalletManager: basic functionality | Jacob Brydolf | 2016-11-26 | 1 | -0/+87 |