aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* DaemonManager: remove max-concurrency upper boundselsta2020-05-291-2/+2
* DaemonManager: drop unused 'initialized', 'm_has_daemon' membersxiphon2020-04-282-4/+0
* Merge pull request #2867luigi11112020-04-282-7/+20
|\
| * DaemonManager: fix memory leakxiphon2020-04-272-7/+20
* | src: fix qt 5.15 warningsselsta2020-04-281-2/+2
|/
* fix multiple minor issues (c-style casts, default branch, etc.)xiphon2020-02-282-4/+6
* Merge pull request #2778luigi11112020-02-192-13/+11
|\
| * DaemonManager: async stop, simple mode wizard - show splash on stopxiphon2020-02-162-13/+11
* | build: fix all warnings, treat warnings as errorsxiphon2020-02-161-3/+3
|/
* DaemonManager: check monerod binary, error details on start failurexiphon2020-02-042-3/+9
* Merge pull request #2404luigi11112019-12-091-0/+4
|\
| * Migrate build system to cmakeTheCharlatan2019-11-271-0/+4
* | 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-072-13/+14
|/
* 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-092-5/+18
|/
* daemon: async daemon status check, don't freeze on wallet startupxiphon2019-08-132-2/+11
* qt: implement FutureScheduler, always await async code to completexiphon2019-06-242-17/+15
* Add copyright headersmmbyday2019-05-012-0/+56
* 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-142-29/+30
* Bootstrap daemon (requires #3165)stoffu2018-01-302-2/+7
* DaemonManager: support dataDir parameter + validatorJaquee2017-06-022-2/+57
* DaemonManager: fix issues with spaces in pathJaquee2017-04-121-5/+7
* pause refresh while starting daemon + startup timeoutJaquee2017-02-252-6/+21
* Daemon manager improvementsJaquee2017-02-252-10/+80
* omit --detach flag on windowsJaquee2017-02-251-1/+6
* Merge pull request #486Riccardo Spagni2017-02-242-51/+45
|\
| * start daemon automatically and detachedJaquee2017-02-232-51/+45
* | Add updates notifiermoneromooo.monero2017-02-221-1/+2
|/
* send custom commands to daemonJaquee2017-01-222-17/+43
* daemon startup flagsJaquee2016-12-212-3/+12
* walletManager: coding conventionsJaquee2016-11-272-16/+15
* daemonManager: wait for daemon stop on app closeJaquee2016-11-261-0/+4
* DaemonManager: add stateChanged()Jaquee2016-11-262-6/+16
* DaemonManager::closing()Jacob Brydolf2016-11-262-0/+6
* DaemonManager: forward command line arguments to monerodJacob Brydolf2016-11-262-6/+17
* DaemonManager: console debug outputJacob Brydolf2016-11-262-12/+2
* DaemonManager: added console updated signalsJacob Brydolf2016-11-262-4/+15
* DaemonManager: windows supportJacob Brydolf2016-11-261-5/+21
* onDaemonStarted/stopped signals/slotsJaquee2016-11-262-2/+12
* WalletManager: basic functionalityJacob Brydolf2016-11-262-0/+128