aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/main.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-17remove empty statementsInterchained1-1/+1
2019-09-24Merge pull request #5878luigi11111-11/+0
2019-09-16Removed Berkeley DB and db switching logicJesus Ramirez1-11/+0
2019-08-28simplewallet: lock console on inactivitymoneromooo-monero1-6/+2
2019-07-24Merge pull request #5597luigi11111-0/+1
2019-06-01add a command line option to disable ZMQ serverJethro Grassie1-0/+1
2019-05-22Add ssl_options support to monerod's rpc mode.Lee Clagett1-1/+5
2019-04-16daemon: fix absolute/relative log file test for windowsmoneromooo-monero1-5/+1
2019-04-13daemon: if a log file has a /, interpret it from the cwdmoneromooo-monero1-1/+6
2019-03-17Merge pull request #5190Riccardo Spagni1-1/+54
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon1-1/+54
2018-11-30daemon: print monero version at startup when calling a detached daemonmoneromooo-monero1-10/+10
2018-08-31rpc: allow to pass RPC login via RPC_LOGIN env varDusan Klinec1-2/+5
2018-07-19Merge pull request #3854luigi11111-2/+3
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-2/+3
2018-06-20Merge pull request #3897luigi11111-1/+2
2018-06-13mlog: --max-log-files to set the max number of rotated log filesstoffu1-1/+2
2018-05-31daemon: fix readline interfering with std::cerr usagemoneromooo-monero1-0/+3
2018-04-14daemon: read config file before reading any other argsstoffu1-23/+22
2018-03-05Stagenetstoffu1-0/+8
2018-02-16options: add testnet option dependencieswhythat1-7/+2
2018-02-16options: remove testnet-* optionswhythat1-10/+1
2018-02-16Merge pull request #3161Riccardo Spagni1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-20daemon: exit with 0 when successfulmoneromooo-monero1-1/+1
2017-12-27daemon+simplewallet: given an unknown command, show itstoffu1-1/+1
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero1-0/+1
2017-11-16daemon & simplewallet: don't set max-concurrency when unspecifiedstoffu1-1/+1
2017-11-14wallet: rejig to avoid prompting in wallet2moneromooo-monero1-1/+6
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero1-5/+2
2017-10-15Merge pull request #2589Riccardo Spagni1-2/+2
2017-10-14Add tools::on_startup, and warn about glibc 2.25 bug if foundmoneromooo-monero1-1/+1
2017-10-06add a command_line function to check for defaulted optionsmoneromooo-monero1-2/+2
2017-09-25Merge pull request #2456Riccardo Spagni1-1/+2
2017-09-18Merge pull request #2044Riccardo Spagni1-0/+3
2017-09-17daemon, wallet: add --max-log-file-size optionselsta1-1/+2
2017-09-05Fix various oversights/bugs in ZMQ RPC server codeThomas Winget1-1/+0
2017-09-05json serialization for rpc-relevant monero typesThomas Winget1-0/+4
2017-08-29move db specific options to BlockchainDBmoneromooo-monero1-1/+1
2017-08-20More DB support cleanupHoward Chu1-6/+3
2017-02-24daemon: avoid pre-log-init spew on creating directoriesmoneromooo-monero1-1/+3
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-11Merge pull request #1689Riccardo Spagni1-3/+18
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-3/+18
2017-01-16Change logging to easylogging++moneromooo-monero1-43/+23
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero1-1/+2
2016-09-16daemon: log version when startingmoneromooo-monero1-0/+3
2016-07-27cmake,common: flag for stack traceredfish1-1/+6
2016-06-30daemon: print exception errors when failing to parse config filemoneromooo-monero1-1/+10
2016-06-19Merge pull request #775Riccardo Spagni1-0/+2
2016-04-28Print stack trace on exceptionsmoneromooo-monero1-0/+2
2016-04-28add a --max-concurrency flagmoneromooo-monero1-0/+4
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero1-1/+1
2015-12-31update versionRiccardo Spagni1-2/+2
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-22Merge pull request #552Riccardo Spagni1-1/+0
2015-12-21Strip redundant includeshyc1-1/+0
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-11/+11
2015-12-08Register daemon command line arguments to core if they're used in coremoneromooo-monero1-14/+3
2015-11-21Fix startup crash when using a locale boost does not likemoneromooo-monero1-0/+2
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+6
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni1-7/+7
2015-05-28daemon: Set log file default to use data dirwarptangent1-1/+16
2015-04-10[fix] log level change. compilation: dns, testsrfree2monero1-1/+1
2015-04-07Merge BlockchainDB into upstreamThomas Winget1-0/+15
2015-04-02Network 1.7; Quieted the debug a bit.rfree2monero1-1/+5
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-1/+9
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-0/+15
2015-03-01sending commands to forked daemon works on testnet nowThomas Winget1-0/+4
2015-03-01Fix tests building -- function signatures changedThomas Winget1-0/+2
2015-02-24RPC calls for background daemon added inThomas Winget1-24/+27
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-0/+229