aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* blockchain_utilities: fix --data-dir optionjeffro2562026-04-221-4/+2
* zmq: add restricted rpc modeselsta2026-04-011-0/+2
* epee: update 'http_server_handlers_map2.h' macros to use fully qualified namesJeffrey Ryan2025-02-131-1/+1
* Handle case where a command line flag is not allowed in the config filealmalh2023-03-061-0/+13
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* daemon: allow proxy configurationanon2021-08-201-0/+2
* Add rpc-restricted-bind-ip optionHoward Chu2020-10-291-1/+2
* daemon: Windows - fix FAT32 warning, trailing backslash is requiredxiphon2020-09-201-1/+1
* Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-041-0/+1
* Merge pull request #6578Alexander Blair2020-07-191-0/+21
|\
| * daemon: complain if data dir resides on FAT32 volume (Windows)xiphon2020-05-211-0/+21
* | Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
|/
* remove empty statementsInterchained2020-02-171-1/+1
* Merge pull request #5878luigi11112019-09-241-11/+0
|\
| * Removed Berkeley DB and db switching logicJesus Ramirez2019-09-161-11/+0
* | simplewallet: lock console on inactivitymoneromooo-monero2019-08-281-6/+2
|/
* Merge pull request #5597luigi11112019-07-241-0/+1
|\
| * add a command line option to disable ZMQ serverJethro Grassie2019-06-011-0/+1
* | Add ssl_options support to monerod's rpc mode.Lee Clagett2019-05-221-1/+5
|/
* daemon: fix absolute/relative log file test for windowsmoneromooo-monero2019-04-161-5/+1
* daemon: if a log file has a /, interpret it from the cwdmoneromooo-monero2019-04-131-1/+6
* Merge pull request #5190Riccardo Spagni2019-03-171-1/+54
|\
| * daemon: add --public-node mode, RPC port propagation over P2Pxiphon2019-02-251-1/+54
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* daemon: print monero version at startup when calling a detached daemonmoneromooo-monero2018-11-301-10/+10
* rpc: allow to pass RPC login via RPC_LOGIN env varDusan Klinec2018-08-311-2/+5
* Merge pull request #3854luigi11112018-07-191-2/+3
|\
| * add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-2/+3
* | Merge pull request #3897luigi11112018-06-201-1/+2
|\ \
| * | mlog: --max-log-files to set the max number of rotated log filesstoffu2018-06-131-1/+2
| |/
* / daemon: fix readline interfering with std::cerr usagemoneromooo-monero2018-05-311-0/+3
|/
* daemon: read config file before reading any other argsstoffu2018-04-141-23/+22
* Stagenetstoffu2018-03-051-0/+8
* options: add testnet option dependencieswhythat2018-02-161-7/+2
* options: remove testnet-* optionswhythat2018-02-161-10/+1
* Merge pull request #3161Riccardo Spagni2018-02-161-1/+1
|\
| * daemon: exit with 0 when successfulmoneromooo-monero2018-01-201-1/+1
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
* | daemon+simplewallet: given an unknown command, show itstoffu2017-12-271-1/+1
|/
* cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-161-0/+1
* daemon & simplewallet: don't set max-concurrency when unspecifiedstoffu2017-11-161-1/+1
* wallet: rejig to avoid prompting in wallet2moneromooo-monero2017-11-141-1/+6
* move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-141-5/+2
* Merge pull request #2589Riccardo Spagni2017-10-151-2/+2
|\
| * add a command_line function to check for defaulted optionsmoneromooo-monero2017-10-061-2/+2
* | Add tools::on_startup, and warn about glibc 2.25 bug if foundmoneromooo-monero2017-10-141-1/+1
|/
* Merge pull request #2456Riccardo Spagni2017-09-251-1/+2
|\
| * daemon, wallet: add --max-log-file-size optionselsta2017-09-171-1/+2
* | Merge pull request #2044Riccardo Spagni2017-09-181-0/+3
|\ \ | |/ |/|
| * Fix various oversights/bugs in ZMQ RPC server codeThomas Winget2017-09-051-1/+0