aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemon.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-24Merge pull request #5597luigi11111-14/+21
2019-06-01add a command line option to disable ZMQ serverJethro Grassie1-14/+21
2019-05-22Add ssl_options support to monerod's rpc mode.Lee Clagett1-1/+2
2019-03-20daemon: init public_port in all ctorsmoneromooo-monero1-0/+2
2019-03-17Merge pull request #5190Riccardo Spagni1-2/+10
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon1-2/+10
2018-12-12Merge pull request #4923Riccardo Spagni1-2/+0
2018-11-30daemon: stop miner before we bring the whole thing downmoneromooo-monero1-2/+0
2018-11-16Don't cache nettype in core_rpc_server use m_coredoy-lee1-5/+2
2018-10-15daemon: fix reading past stack on exitmoneromooo-monero1-5/+10
2018-10-12daemon: do not run complex code in a signal handlermoneromooo-monero1-1/+8
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-1/+2
2018-03-05Stagenetstoffu1-2/+3
2018-02-16options: remove testnet-* optionswhythat1-11/+3
2018-02-16Merge pull request #3181Riccardo Spagni1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-25daemon: don't drop RPC with busy error when running offlinemoneromooo-monero1-1/+1
2017-12-28Merge pull request #2945Riccardo Spagni1-1/+2
2017-12-17daemon: remove some superfluous includesmoneromooo-monero1-1/+2
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+1
2017-11-17RPC: allow binding of restricted port in addition to core portTim L1-14/+26
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero1-1/+1
2017-09-05json serialization for rpc-relevant monero typesThomas Winget1-1/+40
2017-07-31some include cleanupmoneromooo-monero1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-13daemon: silence spurious warning about uninitialized variablemoneromooo-monero1-3/+3
2017-02-12daemon: fix crash on exit when miningmoneromooo-monero1-0/+2
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-1/+3
2017-01-16Change logging to easylogging++moneromooo-monero1-3/+6
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero1-1/+1
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-3/+3
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-3/+3
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero1-2/+0
2015-12-31Nicer looking exit when blockchain.bin is foundmoneromooo-monero1-1/+2
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-21Strip redundant includeshyc1-3/+3
2015-12-13daemon: fix crash exiting with ^Cmoneromooo-monero1-1/+1
2015-06-14daemon: fix an exit crashmoneromooo-monero1-1/+10
2015-06-03fix ^D exit for bitmonerodmoneromooo-monero1-1/+1
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-2/+8
2015-03-27Restore daemon interactive modeThomas Winget1-2/+18
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-250/+92
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-30Fixed segfault with checkpoints loadingThomas Winget1-2/+0
2014-09-30DNS checkpoint updating added, and daemon flag to enforce themThomas Winget1-2/+8
2014-09-30reload checkpoints file every ~hr and print if any failThomas Winget1-1/+2
2014-09-25Added ability to read chechpoint hashes from json file in data folderTomer Konforty1-0/+5
2014-09-15fixed incorrect version referenceRiccardo Spagni1-1/+1
2014-09-15Separate testnet address prefixZachary Michaels1-3/+3
2014-09-15Create testnet data dir if necessaryZachary Michaels1-0/+1
2014-09-15Separate testnet default data dirZachary Michaels1-27/+37
2014-09-15Separate network id for testnetZachary Michaels1-1/+5
2014-09-15Separate rpc port for testnetZachary Michaels1-1/+1
2014-09-15Add testnet flagZachary Michaels1-4/+13
2014-09-12versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni1-3/+3
2014-09-11Merge remote-tracking branch 'upstream/master'jebes1-17/+17
2014-09-09commented util.hjebes1-35/+34
2014-09-09moved non-critical warnings and errors to log level 1fluffypony1-17/+17
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-04-07Improvements in JSON RPCAntonio Juarez1-1/+1
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-4/+1
2014-03-20some fixesAntonio Juarez1-3/+15
2014-03-03moved all stuff to githubAntonio Juarez1-0/+234