aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_parser_executor.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-14Merge pull request #5525luigi11111-2/+29
2019-07-24Merge pull request #5582luigi11111-10/+16
2019-07-24Merge pull request #5530luigi11111-12/+0
2019-07-16allow blocking whole subnetsmoneromooo-monero1-0/+7
2019-05-30rpc: in/out peers can now return the setting's valuemoneromooo-monero1-10/+16
2019-05-22Add ssl_options support to monerod's rpc mode.Lee Clagett1-1/+2
2019-05-10remove obsolete save_graph skeleton codemoneromooo-monero1-12/+0
2019-05-09daemon: add optional arguments to alt_chain_infomoneromooo-monero1-2/+29
2019-03-24New interactive daemon command 'print_net_stats': Global traffic statsrbrunner71-0/+7
2019-03-17Merge pull request #5185Riccardo Spagni1-0/+5
2019-03-09daemon: new mining_status commandmoneromooo-monero1-0/+5
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-02-23miner: it can now autodetect the optimal number of threadsmoneromooo-monero1-3/+10
2019-01-28Merge pull request #5080Riccardo Spagni1-2/+27
2019-01-22Pruningmoneromooo-monero1-0/+23
2019-01-18daemon: extend 'print_pl' command, optional filter by type and limitxiphon1-2/+27
2018-12-26daemon: add a +hex option to print_blockmoneromooo-monero1-3/+15
2018-11-28add command pop_blocksJason Wong1-0/+25
2018-07-19Merge pull request #3973luigi11111-3/+3
2018-06-26alt_chain_info can now give more info about a particular alt chainmoneromooo-monero1-3/+3
2018-06-20Merge pull request #3757luigi11111-2/+17
2018-05-31Merge pull request #3583luigi11111-1/+1
2018-05-06handle optional miner params bettercryptochangements341-2/+17
2018-04-25Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner71-6/+0
2018-04-13daemon: add a version commandmoneromooo-monero1-0/+7
2018-04-08Add a space in mining to testnet/stagenet stringcryptochangements341-1/+1
2018-03-05Stagenetstoffu1-18/+32
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo1-0/+17
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-18catch const exceptionsmoneromooo-monero1-3/+3
2017-11-06Merge pull request #2591Riccardo Spagni1-2/+17
2017-10-15Merge pull request #2599Riccardo Spagni1-9/+23
2017-10-15Merge pull request #2573Riccardo Spagni1-6/+13
2017-10-08Fix #2559: more flexible print_tx daemon commandbinaryFate1-2/+17
2017-10-07daemon: use @N syntax to output_histogram for specific amountsmoneromooo-monero1-9/+23
2017-10-07Subaddresseskenshi841-8/+11
2017-10-03daemon: catch out of range exceptions too when calling stoll/stoimoneromooo-monero1-6/+13
2017-10-02Merge pull request #2512Riccardo Spagni1-1/+6
2017-09-22Log categories can now be added to and removed frommoneromooo-monero1-1/+6
2017-09-19rpc: add new RPCs to get and set limitsMaxXor1-18/+21
2017-08-07Merge pull request #2149Riccardo Spagni1-0/+7
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero1-0/+7
2017-07-27Move OpenAlias console input back from libsmoneromooo-monero1-1/+2
2017-04-02daemon: new relay_tx command and RPCmoneromooo-monero1-0/+15
2017-02-24daemon/rpc: updates command and RPCmoneromooo-monero1-0/+11
2017-02-23Add print_pl_stats daemon commandMiguel Herranz1-0/+7
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-16More robust battery status handling.Dion Ahmetaj1-3/+9
2017-02-10Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj1-3/+10
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-2/+2
2017-01-16Change logging to easylogging++moneromooo-monero1-10/+13
2017-01-13rpc: add a command to get info about the current blockchainmoneromooo-monero1-0/+18
2016-12-21make openalias also available for solo miner; introduce namespace tools::dns_...kenshi841-7/+25
2016-12-17rpc: new function and RPC to get alternative chain infomoneromooo-monero1-0/+11
2016-10-23daemon: add a print_pool_stats daemon commandmoneromooo-monero1-0/+7
2016-10-10changed params from start/end index to height/countDion Ahmetaj1-8/+8
2016-10-10attempted to remove whitespace spamDion Ahmetaj1-10/+10
2016-10-10added print_coinbase_tx_sum optionDion Ahmetaj1-10/+32
2016-10-03Removed all code related to fast_exitNanoAkron1-6/+0
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero1-1/+2
2016-08-30Fix incorrect help usage for the threads option to start_miningQuanah Gibson-Mount1-1/+1
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+18
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-1/+0
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-0/+1
2016-01-30new flush_txpool command, and associated RPC callmoneromooo-monero1-0/+18
2016-01-02daemon: fix ban length using wrong parametermoneromooo-monero1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-11-26add RPC calls and commands to get/set bansmoneromooo-monero1-0/+29
2015-10-28rpc: fix start_mining and status RPC crashesmoneromooo-monero1-1/+3
2015-10-25daemon: add a status commandmoneromooo-monero1-0/+7
2015-09-19Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero1-0/+22
2015-08-11Add a is_key_image_spent daemon command and RPC callmoneromooo-monero1-0/+20
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni1-7/+7
2015-05-17print limits when running limit commands with no argumentsmoneromooo-monero1-3/+12
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-0/+37
2015-03-27Restore daemon interactive modeThomas Winget1-1/+3
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-0/+297