aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/DaemonManager.h
Commit message (Expand)AuthorAgeFilesLines
* DaemonManager: remove systemd checkplowsof2023-02-211-1/+0
* p2pool: Restart monerod only when needed and with proper argsdevhyper2023-01-311-0/+3
* DaemonManager: take dataDir into account when sending cmdselsta2022-10-071-7/+7
* support pruning of new databasesbenevanoff2021-04-051-1/+2
* DaemonManager: refactoring - drop singleton usagexiphon2021-01-141-7/+2
* DaemonManager: drop unused 'initialized', 'm_has_daemon' membersxiphon2020-04-281-2/+0
* DaemonManager: fix memory leakxiphon2020-04-271-1/+5
* fix multiple minor issues (c-style casts, default branch, etc.)xiphon2020-02-281-1/+1
* DaemonManager: async stop, simple mode wizard - show splash on stopxiphon2020-02-161-1/+1
* DaemonManager: check monerod binary, error details on start failurexiphon2020-02-041-1/+1
* DaemonManager: implement async sendCommandxiphon2019-10-071-2/+2
* SimpleMode: automatic public nodes discovering and switchingxiphon2019-09-091-1/+3
* daemon: async daemon status check, don't freeze on wallet startupxiphon2019-08-131-2/+3
* qt: implement FutureScheduler, always await async code to completexiphon2019-06-241-0/+4
* Add copyright headersmmbyday2019-05-011-0/+28
* Stagenetstoffu2018-03-141-7/+8
* Bootstrap daemon (requires #3165)stoffu2018-01-301-1/+1
* DaemonManager: support dataDir parameter + validatorJaquee2017-06-021-1/+3
* pause refresh while starting daemon + startup timeoutJaquee2017-02-251-0/+1
* Daemon manager improvementsJaquee2017-02-251-0/+5
* start daemon automatically and detachedJaquee2017-02-231-9/+10
* send custom commands to daemonJaquee2017-01-221-0/+3
* daemon startup flagsJaquee2016-12-211-1/+1
* walletManager: coding conventionsJaquee2016-11-271-2/+2
* DaemonManager: add stateChanged()Jaquee2016-11-261-0/+1
* DaemonManager::closing()Jacob Brydolf2016-11-261-0/+1
* DaemonManager: forward command line arguments to monerodJacob Brydolf2016-11-261-1/+2
* DaemonManager: console debug outputJacob Brydolf2016-11-261-2/+0
* DaemonManager: added console updated signalsJacob Brydolf2016-11-261-0/+2
* onDaemonStarted/stopped signals/slotsJaquee2016-11-261-2/+1
* WalletManager: basic functionalityJacob Brydolf2016-11-261-0/+41