summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815Monzero Build System22 hours1-10/+12
|
* DaemonManager: use accurate blockchain size estimateselsta2026-01-202-5/+4
|
* Update year in Cypyrightinson12024-01-272-2/+2
|
* 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-212-29/+0
|
* p2pool: Restart monerod only when needed and with proper argsdevhyper2023-01-312-0/+82
|
* DaemonManager: take dataDir into account when sending cmdselsta2022-10-072-26/+31
|
* cmake: remove unnecessary file globbingselsta2021-07-101-4/+0
|
* Merge pull request #3345luigi11112021-04-052-2/+17
|\ | | | | | | 6b0cb8d support pruning of new databases (benevanoff)
| * support pruning of new databasesbenevanoff2021-04-052-2/+17
| |
* | 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-142-30/+2
|/
* 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-282-4/+0
|
* Merge pull request #2867luigi11112020-04-282-7/+20
|\ | | | | | | 9748974 DaemonManager: fix memory leak (xiphon)
| * 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
|\ | | | | | | 636ca1c DaemonManager: async stop, simple mode wizard - show splash on stop (xiphon)
| * 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
|\ | | | | | | 8dd2a20 e04db92 d06ae80 c83c74d 1723d04 52182ef 97a9ac9 2d23917 91aff7c (TheCharlatan)
| * Migrate build system to cmakeTheCharlatan2019-11-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content in this commit is not split in order to preserve working compilation. Once this is added to master, the old build script will no longer work and all existing build toolings will require changes. Monero's cmake directory's files need to be copied to this project's cmake directory in order for the linking and function definitions to work correctly. Monero-gui has its own version check and generate file in order to not conflict with monero's destination version files. Most of the source files that are currently in monero-gui's root directory are now moved to subdirectories. This is done to preserve compilation order properly and to give some content structure. The original CMakeList file included all headers it found in subdirectories. Make sure that they are set manually to evade linking errors. The current build script always checks out latest master of the monero submodule. The submodule rules in the current CMakeLists.txt file do not enforce. An override to compile master nevertheless can still be given with `-D DEV_MODE`. To enable the linux X11 xcb linking the libraries had to be hardcoded. There does not seem to be good support for this in pkgconfig, or in existing cmake checks.
* | 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-072-13/+14
|/
* 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-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
|\ | | | | | | faacd3d start daemon automatically and detached (Jaquee)
| * start daemon automatically and detachedJaquee2017-02-232-51/+45
| |