| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815 | Monzero Build System | 4 hours | 1 | -10/+12 |
| | | |||||
| * | DaemonManager: use accurate blockchain size estimate | selsta | 2026-01-20 | 2 | -5/+4 |
| | | |||||
| * | Update year in Cypyright | inson1 | 2024-01-27 | 2 | -2/+2 |
| | | |||||
| * | 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 | 2 | -29/+0 |
| | | |||||
| * | p2pool: Restart monerod only when needed and with proper args | devhyper | 2023-01-31 | 2 | -0/+82 |
| | | |||||
| * | DaemonManager: take dataDir into account when sending cmd | selsta | 2022-10-07 | 2 | -26/+31 |
| | | |||||
| * | cmake: remove unnecessary file globbing | selsta | 2021-07-10 | 1 | -4/+0 |
| | | |||||
| * | Merge pull request #3345 | luigi1111 | 2021-04-05 | 2 | -2/+17 |
| |\ | | | | | | | 6b0cb8d support pruning of new databases (benevanoff) | ||||
| | * | support pruning of new databases | benevanoff | 2021-04-05 | 2 | -2/+17 |
| | | | |||||
| * | | 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 | 2 | -30/+2 |
| |/ | |||||
| * | 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 | 2 | -4/+0 |
| | | |||||
| * | Merge pull request #2867 | luigi1111 | 2020-04-28 | 2 | -7/+20 |
| |\ | | | | | | | 9748974 DaemonManager: fix memory leak (xiphon) | ||||
| | * | DaemonManager: fix memory leak | xiphon | 2020-04-27 | 2 | -7/+20 |
| | | | |||||
| * | | 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 | 2 | -4/+6 |
| | | |||||
| * | Merge pull request #2778 | luigi1111 | 2020-02-19 | 2 | -13/+11 |
| |\ | | | | | | | 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 | 2 | -13/+11 |
| | | | |||||
| * | | 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 | 2 | -3/+9 |
| | | |||||
| * | Merge pull request #2404 | luigi1111 | 2019-12-09 | 1 | -0/+4 |
| |\ | | | | | | | 8dd2a20 e04db92 d06ae80 c83c74d 1723d04 52182ef 97a9ac9 2d23917 91aff7c (TheCharlatan) | ||||
| | * | Migrate build system to cmake | TheCharlatan | 2019-11-27 | 1 | -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 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 | 2 | -13/+14 |
| |/ | |||||
| * | 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 | 2 | -5/+18 |
| |/ | |||||
| * | daemon: async daemon status check, don't freeze on wallet startup | xiphon | 2019-08-13 | 2 | -2/+11 |
| | | |||||
| * | qt: implement FutureScheduler, always await async code to complete | xiphon | 2019-06-24 | 2 | -17/+15 |
| | | |||||
| * | Add copyright headers | mmbyday | 2019-05-01 | 2 | -0/+56 |
| | | |||||
| * | 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 | 2 | -29/+30 |
| | | |||||
| * | Bootstrap daemon (requires #3165) | stoffu | 2018-01-30 | 2 | -2/+7 |
| | | |||||
| * | DaemonManager: support dataDir parameter + validator | Jaquee | 2017-06-02 | 2 | -2/+57 |
| | | |||||
| * | 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 | 2 | -6/+21 |
| | | |||||
| * | Daemon manager improvements | Jaquee | 2017-02-25 | 2 | -10/+80 |
| | | |||||
| * | omit --detach flag on windows | Jaquee | 2017-02-25 | 1 | -1/+6 |
| | | |||||
| * | Merge pull request #486 | Riccardo Spagni | 2017-02-24 | 2 | -51/+45 |
| |\ | | | | | | | faacd3d start daemon automatically and detached (Jaquee) | ||||
| | * | start daemon automatically and detached | Jaquee | 2017-02-23 | 2 | -51/+45 |
| | | | |||||
