aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/DaemonManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815Monzero Build System6 hours1-10/+12
|
* DaemonManager: use accurate blockchain size estimateselsta2026-01-201-4/+3
|
* Update year in Cypyrightinson12024-01-271-1/+1
|
* Revert "DaemonManager.cpp: disable JIT on macOS ARM"selsta2023-10-191-11/+2
| | | | This reverts commit 6c4a8fb81938b5067e23c819393ad272aaa01537.
* DaemonManager.cpp: disable JIT on macOS ARMselsta2023-04-191-2/+11
|
* DaemonManager: remove systemd checkplowsof2023-02-211-28/+0
|
* p2pool: Restart monerod only when needed and with proper argsdevhyper2023-01-311-0/+79
|
* DaemonManager: take dataDir into account when sending cmdselsta2022-10-071-19/+24
|
* Merge pull request #3345luigi11112021-04-051-1/+15
|\ | | | | | | 6b0cb8d support pruning of new databases (benevanoff)
| * support pruning of new databasesbenevanoff2021-04-051-1/+15
| |
* | DaemonManager: start monerod with '--non-interactive' cli option setxiphon2021-03-191-0/+1
|/
* Merge pull request #3314luigi11112021-01-291-4/+0
|\ | | | | | | 9cf7c7f DaemonManager: enable dns block list in simple mode (selsta)
| * DaemonManager: enable dns block list in simple modeselsta2021-01-221-4/+0
| | | | | | | | Co-authored-by: xiphon <xiphon@protonmail.com>
* | DaemonManager: refactoring - drop singleton usagexiphon2021-01-141-23/+0
|/
* DaemonManager: set out-peers to 16 in simple mode / bootstrapselsta2020-10-181-0/+4
|
* DaemonManager: remove max-concurrency upper boundselsta2020-05-291-2/+2
|
* DaemonManager: drop unused 'initialized', 'm_has_daemon' membersxiphon2020-04-281-2/+0
|
* Merge pull request #2867luigi11112020-04-281-6/+15
|\ | | | | | | 9748974 DaemonManager: fix memory leak (xiphon)
| * DaemonManager: fix memory leakxiphon2020-04-271-6/+15
| |
* | src: fix qt 5.15 warningsselsta2020-04-281-2/+2
|/
* fix multiple minor issues (c-style casts, default branch, etc.)xiphon2020-02-281-3/+5
|
* Merge pull request #2778luigi11112020-02-191-12/+10
|\ | | | | | | 636ca1c DaemonManager: async stop, simple mode wizard - show splash on stop (xiphon)
| * DaemonManager: async stop, simple mode wizard - show splash on stopxiphon2020-02-161-12/+10
| |
* | build: fix all warnings, treat warnings as errorsxiphon2020-02-161-3/+3
|/
* DaemonManager: check monerod binary, error details on start failurexiphon2020-02-041-2/+8
|
* DaemonManager: increase daemon start timeout to 120 secondsxiphon2019-11-291-1/+1
|
* Merge pull request #2411luigi11112019-10-141-1/+1
|\ | | | | | | 965081c DaemonManager: reset disconnectedEpoch on start, start timeout 60s (xiphon)
| * 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
|\ | | | | | | bc22de4 DaemonManager: use 'sync_info' to avoid bootstrap daemon requests (xiphon)
| * 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
|\ | | | | | | faacd3d start daemon automatically and detached (Jaquee)
| * 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
| | | | | + status button requires #1618
* daemon startup flagsJaquee2016-12-211-2/+11
|