aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
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-2/+3
2017-02-10Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj1-1/+1
2017-02-10Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj1-1/+2
2017-02-11Merge pull request #1689Riccardo Spagni1-2/+6
2017-02-11Merge pull request #1680Riccardo Spagni1-1/+1
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-2/+6
2017-02-05Clarify in/out connections for usersNanoAkron1-1/+1
2017-02-02Fix missing parenthesesMiguel Herranz1-2/+2
2017-02-02Merge pull request #1654Riccardo Spagni1-4/+6
2017-01-31Added days uptime to the status messageNanoAkron1-4/+6
2017-01-23rpc: fix bc_dyn_stats not setting grace blocksmoneromooo-monero1-0/+1
2017-01-16Change logging to easylogging++moneromooo-monero1-0/+31
2017-01-15Merge pull request #1571Riccardo Spagni1-0/+2
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero1-0/+2
2017-01-13rpc: add a command to get info about the current blockchainmoneromooo-monero1-0/+103
2017-01-12Add start_time to get_info methods and show uptimeMiguel Herranz1-1/+6
2017-01-06rpc: add block size to GET_BLOCK_HEADER RPCmoneromooo-monero1-1/+2
2016-12-17rpc: new function and RPC to get alternative chain infomoneromooo-monero1-0/+33
2016-11-09add lightweight block propagation ("fluffy blocks")Dion Ahmetaj1-0/+2
2016-10-23daemon: fix min/max tracking using the wrong sizemoneromooo-monero1-4/+4
2016-10-23daemon: even when switching branches, compile the damn thing ffsmoneromooo-monero1-1/+1
2016-10-23daemon: do not divide by 0 when the pool is emptymoneromooo-monero1-2/+2
2016-10-23Merge pull request #1250Riccardo Spagni1-0/+56
2016-10-23daemon: add a print_pool_stats daemon commandmoneromooo-monero1-0/+56
2016-10-23daemon: report transaction relay status in print_pool* commandsmoneromooo-monero1-0/+2
2016-10-15wallet: select part of the fake outs from recent outputsmoneromooo-monero1-2/+4
2016-10-10print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj1-1/+3
2016-10-10changed params from start/end index to height/countDion Ahmetaj1-5/+5
2016-10-10attempted to remove whitespace spamDion Ahmetaj1-17/+17
2016-10-10added print_coinbase_tx_sum optionDion Ahmetaj1-17/+50
2016-10-04Merge pull request #1164Riccardo Spagni1-12/+8
2016-10-04Merge pull request #1171Riccardo Spagni1-28/+0
2016-10-04Merge pull request #1149Riccardo Spagni1-1/+1
2016-10-03Removed all code related to fast_exitNanoAkron1-28/+0
2016-10-02daemon: implement missing print_bc and matching RPCmoneromooo-monero1-12/+8
2016-09-29Noticed two spellings of the word 'response' in the codebase, one 'responce' ...NanoAkron1-1/+1
2016-09-24daemon: report status at 99.9% rather than 100% when not quite syncedmoneromooo-monero1-1/+11
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero1-0/+1
2016-09-10Daemon: fix hashrate display in diff command outputiDunk54001-1/+1
2016-09-03fix remaining bitmonero and simplewallet bitsRiccardo Spagni1-2/+2
2016-08-12daemon: print time to next forkmoneromooo-monero1-1/+23
2016-07-10daemon: fix ban seconds being misinterpreted as absolutemoneromooo-monero1-3/+1
2016-04-14Merge pull request #797Riccardo Spagni1-11/+33
2016-04-09rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero1-3/+13
2016-04-05rpc: print human readable time since received when printing poolmoneromooo-monero1-11/+33
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+36
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-2/+1
2016-03-20Merge pull request #735Riccardo Spagni1-1/+1
2016-03-19rpc: fix print_tx in command line modemoneromooo-monero1-1/+1
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-1/+2
2016-03-14fix formatting error on bitmonero print_block returnMike C1-1/+1
2016-02-05daemon: remove leftover debug logmoneromooo-monero1-1/+0
2016-01-31Merge pull request #631Riccardo Spagni1-29/+43
2016-01-30daemon: fix a few issues reported by valgrindmoneromooo-monero1-29/+43
2016-01-30new flush_txpool command, and associated RPC callmoneromooo-monero1-0/+30
2016-01-28add received time to print_pool and print_pool_shRiccardo Spagni1-1/+3
2016-01-14'max limit of...' is redundant wording, rephrasebinaryFate1-1/+1
2016-01-14Print msg when successfully updating out_peersbinaryFate1-0/+2
2016-01-11daemon: fix status command when run from command linemoneromooo-monero1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-18print top block hash in daemon diff commandmoneromooo-monero1-0/+1
2015-12-07daemon: add mining status to the status commandmoneromooo-monero1-8/+22
2015-11-30Merge pull request #503Riccardo Spagni1-2/+2
2015-11-26rpc: pass current block target in rpcmoneromooo-monero1-2/+2
2015-11-26add RPC calls and commands to get/set bansmoneromooo-monero1-0/+106
2015-11-23daemon: fix blockchain height display not updating after syncmoneromooo-monero1-1/+1
2015-10-28rpc: fix start_mining and status RPC crashesmoneromooo-monero1-4/+4
2015-10-26Merge pull request #448Riccardo Spagni1-7/+9
2015-10-26rpc: fix hard_fork_info RPCmoneromooo-monero1-4/+6
2015-10-26rpc: fix a few commands not working as command linemoneromooo-monero1-3/+3
2015-10-25daemon: add a status commandmoneromooo-monero1-0/+55
2015-10-13core_rpc_server: add a getblock RPC command, and fix print_blockmoneromooo-monero1-8/+10
2015-09-19Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero1-0/+31
2015-08-11Add a is_key_image_spent daemon command and RPC callmoneromooo-monero1-0/+36
2015-08-09daemon: omit extra set of <> in error messagemoneromooo-monero1-1/+1
2015-08-09daemon: print a decoded tx in print_txmoneromooo-monero1-0/+18
2015-08-09daemon: fix print_tx not find transactionsmoneromooo-monero1-0/+1
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni1-7/+7
2015-05-28rpc_command_executor: fix mining in testnet modemoneromooo-monero1-2/+1
2015-05-17print limits when running limit commands with no argumentsmoneromooo-monero1-0/+23
2015-04-23Add mempool output to daemon via command and RPCwarptangent1-13/+50
2015-04-10[fix] log level change. compilation: dns, testsrfree2monero1-1/+2
2015-04-10Fixes start_mining in cli interactive modeThomas Winget1-2/+16
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-12/+140
2015-03-27Restore daemon interactive modeThomas Winget1-75/+351
2015-02-24RPC calls for background daemon added inThomas Winget1-26/+7
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-0/+435