aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * json serialization for rpc-relevant monero typesThomas Winget2017-09-051-0/+4
* | move db specific options to BlockchainDBmoneromooo-monero2017-08-291-1/+1
|/
* More DB support cleanupHoward Chu2017-08-201-6/+3
* daemon: avoid pre-log-init spew on creating directoriesmoneromooo-monero2017-02-241-1/+3
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1689Riccardo Spagni2017-02-111-3/+18
|\
| * Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-3/+18
* | extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-1/+1
|/