aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/DaemonManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* DaemonManager: increase daemon start timeout to 120 secondsxiphon2019-11-291-1/+1
* Merge pull request #2411luigi11112019-10-141-1/+1
|\
| * DaemonManager: reset disconnectedEpoch on start, start timeout 60sxiphon2019-10-091-1/+1
* | DaemonManager: implement async sendCommandxiphon2019-10-071-11/+12
|/
* Merge pull request #2385luigi11112019-09-141-7/+2
|\
| * DaemonManager: use 'sync_info' to avoid bootstrap daemon requestsxiphon2019-09-091-7/+2
* | SimpleMode: automatic public nodes discovering and switchingxiphon2019-09-091-4/+15
|/
* daemon: async daemon status check, don't freeze on wallet startupxiphon2019-08-131-0/+8
* qt: implement FutureScheduler, always await async code to completexiphon2019-06-241-17/+11
* Add copyright headersmmbyday2019-05-011-0/+28
* support user defined max-concurrencyxmrdsc2019-04-211-1/+3
* Wizard redesigndsc2019-02-221-2/+2
* Dynamic monerod --max-concurrency, max 6dsc2019-01-301-0/+4
* Stagenetstoffu2018-03-141-22/+22
* Bootstrap daemon (requires #3165)stoffu2018-01-301-1/+6
* DaemonManager: support dataDir parameter + validatorJaquee2017-06-021-1/+54
* DaemonManager: fix issues with spaces in pathJaquee2017-04-121-5/+7
* pause refresh while starting daemon + startup timeoutJaquee2017-02-251-6/+20
* Daemon manager improvementsJaquee2017-02-251-10/+75
* omit --detach flag on windowsJaquee2017-02-251-1/+6
* Merge pull request #486Riccardo Spagni2017-02-241-42/+35
|\
| * start daemon automatically and detachedJaquee2017-02-231-42/+35
* | Add updates notifiermoneromooo.monero2017-02-221-1/+2
|/
* send custom commands to daemonJaquee2017-01-221-17/+40
* daemon startup flagsJaquee2016-12-211-2/+11
* walletManager: coding conventionsJaquee2016-11-271-14/+13
* daemonManager: wait for daemon stop on app closeJaquee2016-11-261-0/+4
* DaemonManager: add stateChanged()Jaquee2016-11-261-6/+15
* DaemonManager::closing()Jacob Brydolf2016-11-261-0/+5
* DaemonManager: forward command line arguments to monerodJacob Brydolf2016-11-261-5/+15
* DaemonManager: console debug outputJacob Brydolf2016-11-261-10/+2
* DaemonManager: added console updated signalsJacob Brydolf2016-11-261-4/+13
* DaemonManager: windows supportJacob Brydolf2016-11-261-5/+21
* onDaemonStarted/stopped signals/slotsJaquee2016-11-261-0/+11
* WalletManager: basic functionalityJacob Brydolf2016-11-261-0/+87