| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DaemonManager: use accurate blockchain size estimate | selsta | 2026-01-20 | 1 | -4/+3 |
| | | |||||
| * | Update year in Cypyright | inson1 | 2024-01-27 | 1 | -1/+1 |
| | | |||||
| * | Revert "DaemonManager.cpp: disable JIT on macOS ARM" | selsta | 2023-10-19 | 1 | -11/+2 |
| | | | | | This reverts commit 6c4a8fb81938b5067e23c819393ad272aaa01537. | ||||
| * | DaemonManager.cpp: disable JIT on macOS ARM | selsta | 2023-04-19 | 1 | -2/+11 |
| | | |||||
| * | DaemonManager: remove systemd check | plowsof | 2023-02-21 | 1 | -28/+0 |
| | | |||||
| * | p2pool: Restart monerod only when needed and with proper args | devhyper | 2023-01-31 | 1 | -0/+79 |
| | | |||||
| * | DaemonManager: take dataDir into account when sending cmd | selsta | 2022-10-07 | 1 | -19/+24 |
| | | |||||
| * | Merge pull request #3345 | luigi1111 | 2021-04-05 | 1 | -1/+15 |
| |\ | | | | | | | 6b0cb8d support pruning of new databases (benevanoff) | ||||
| | * | support pruning of new databases | benevanoff | 2021-04-05 | 1 | -1/+15 |
| | | | |||||
| * | | DaemonManager: start monerod with '--non-interactive' cli option set | xiphon | 2021-03-19 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #3314 | luigi1111 | 2021-01-29 | 1 | -4/+0 |
| |\ | | | | | | | 9cf7c7f DaemonManager: enable dns block list in simple mode (selsta) | ||||
| | * | DaemonManager: enable dns block list in simple mode | selsta | 2021-01-22 | 1 | -4/+0 |
| | | | | | | | | | Co-authored-by: xiphon <xiphon@protonmail.com> | ||||
| * | | DaemonManager: refactoring - drop singleton usage | xiphon | 2021-01-14 | 1 | -23/+0 |
| |/ | |||||
| * | DaemonManager: set out-peers to 16 in simple mode / bootstrap | selsta | 2020-10-18 | 1 | -0/+4 |
| | | |||||
| * | DaemonManager: remove max-concurrency upper bound | selsta | 2020-05-29 | 1 | -2/+2 |
| | | |||||
| * | DaemonManager: drop unused 'initialized', 'm_has_daemon' members | xiphon | 2020-04-28 | 1 | -2/+0 |
| | | |||||
| * | Merge pull request #2867 | luigi1111 | 2020-04-28 | 1 | -6/+15 |
| |\ | | | | | | | 9748974 DaemonManager: fix memory leak (xiphon) | ||||
| | * | DaemonManager: fix memory leak | xiphon | 2020-04-27 | 1 | -6/+15 |
| | | | |||||
| * | | src: fix qt 5.15 warnings | selsta | 2020-04-28 | 1 | -2/+2 |
| |/ | |||||
| * | fix multiple minor issues (c-style casts, default branch, etc.) | xiphon | 2020-02-28 | 1 | -3/+5 |
| | | |||||
| * | Merge pull request #2778 | luigi1111 | 2020-02-19 | 1 | -12/+10 |
| |\ | | | | | | | 636ca1c DaemonManager: async stop, simple mode wizard - show splash on stop (xiphon) | ||||
| | * | DaemonManager: async stop, simple mode wizard - show splash on stop | xiphon | 2020-02-16 | 1 | -12/+10 |
| | | | |||||
| * | | build: fix all warnings, treat warnings as errors | xiphon | 2020-02-16 | 1 | -3/+3 |
| |/ | |||||
| * | DaemonManager: check monerod binary, error details on start failure | xiphon | 2020-02-04 | 1 | -2/+8 |
| | | |||||
| * | DaemonManager: increase daemon start timeout to 120 seconds | xiphon | 2019-11-29 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2411 | luigi1111 | 2019-10-14 | 1 | -1/+1 |
| |\ | | | | | | | 965081c DaemonManager: reset disconnectedEpoch on start, start timeout 60s (xiphon) | ||||
| | * | DaemonManager: reset disconnectedEpoch on start, start timeout 60s | xiphon | 2019-10-09 | 1 | -1/+1 |
| | | | |||||
| * | | DaemonManager: implement async sendCommand | xiphon | 2019-10-07 | 1 | -11/+12 |
| |/ | |||||
| * | Merge pull request #2385 | luigi1111 | 2019-09-14 | 1 | -7/+2 |
| |\ | | | | | | | bc22de4 DaemonManager: use 'sync_info' to avoid bootstrap daemon requests (xiphon) | ||||
| | * | DaemonManager: use 'sync_info' to avoid bootstrap daemon requests | xiphon | 2019-09-09 | 1 | -7/+2 |
| | | | |||||
| * | | SimpleMode: automatic public nodes discovering and switching | xiphon | 2019-09-09 | 1 | -4/+15 |
| |/ | |||||
| * | daemon: async daemon status check, don't freeze on wallet startup | xiphon | 2019-08-13 | 1 | -0/+8 |
| | | |||||
| * | qt: implement FutureScheduler, always await async code to complete | xiphon | 2019-06-24 | 1 | -17/+11 |
| | | |||||
| * | Add copyright headers | mmbyday | 2019-05-01 | 1 | -0/+28 |
| | | |||||
| * | support user defined max-concurrency | xmrdsc | 2019-04-21 | 1 | -1/+3 |
| | | |||||
| * | Wizard redesign | dsc | 2019-02-22 | 1 | -2/+2 |
| | | |||||
| * | Dynamic monerod --max-concurrency, max 6 | dsc | 2019-01-30 | 1 | -0/+4 |
| | | |||||
| * | Stagenet | stoffu | 2018-03-14 | 1 | -22/+22 |
| | | |||||
| * | Bootstrap daemon (requires #3165) | stoffu | 2018-01-30 | 1 | -1/+6 |
| | | |||||
| * | DaemonManager: support dataDir parameter + validator | Jaquee | 2017-06-02 | 1 | -1/+54 |
| | | |||||
| * | DaemonManager: fix issues with spaces in path | Jaquee | 2017-04-12 | 1 | -5/+7 |
| | | |||||
| * | pause refresh while starting daemon + startup timeout | Jaquee | 2017-02-25 | 1 | -6/+20 |
| | | |||||
| * | Daemon manager improvements | Jaquee | 2017-02-25 | 1 | -10/+75 |
| | | |||||
| * | omit --detach flag on windows | Jaquee | 2017-02-25 | 1 | -1/+6 |
| | | |||||
| * | Merge pull request #486 | Riccardo Spagni | 2017-02-24 | 1 | -42/+35 |
| |\ | | | | | | | faacd3d start daemon automatically and detached (Jaquee) | ||||
| | * | start daemon automatically and detached | Jaquee | 2017-02-23 | 1 | -42/+35 |
| | | | |||||
| * | | Add updates notifier | moneromooo.monero | 2017-02-22 | 1 | -1/+2 |
| |/ | |||||
| * | send custom commands to daemon | Jaquee | 2017-01-22 | 1 | -17/+40 |
| | | | | | | + status button requires #1618 | ||||
| * | daemon startup flags | Jaquee | 2016-12-21 | 1 | -2/+11 |
| | | |||||
| * | walletManager: coding conventions | Jaquee | 2016-11-27 | 1 | -14/+13 |
| | | | | | Signed-off-by: Jaquee <jaquee.monero@gmail.com> | ||||
