aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-03-29Merge pull request #7326luigi11111-1/+3
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-1/+0
2021-01-21bootstrap_daemon: proxy configuration supportxiphon1-1/+3
2020-12-31Header row for peer list in sync_infoDenis Goddard1-0/+1
2020-12-22restrict public node checks a littlemoneromooo-monero1-0/+4
2020-08-16Merge pull request #6703Alexander Blair1-1/+3
2020-08-16Merge pull request #6689Alexander Blair1-2/+4
2020-07-24daemon: don't print "(pruned)" for coinbase txesmoneromooo-monero1-1/+3
2020-07-19Merge pull request #6512Alexander Blair1-1/+1
2020-06-25daemon: print sampling time in print_net_statsmoneromooo-monero1-2/+4
2020-05-24daemon: remove time based "update needed" status stringmoneromooo-monero1-2/+1
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-04-21Merge pull request #6408luigi11111-2/+2
2020-04-04Merge pull request #6353luigi11111-3/+7
2020-03-29daemon: fix print_net_stats RPC callsmoneromooo-monero1-2/+2
2020-02-28Merge pull request #6225Alexander Blair1-3/+3
2020-02-28Merge pull request #6211Alexander Blair1-1/+2
2020-02-24daemon: if no banned IPs print somethingsumogr1-3/+7
2020-02-06Merge pull request #6096Alexander Blair1-3/+32
2020-02-06Merge pull request #6095Alexander Blair1-0/+24
2020-02-06Merge pull request #6053Alexander Blair1-2/+2
2019-12-12Merge pull request #6054luigi11111-1/+1
2019-12-12print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero1-3/+3
2019-12-02rpc: add bad-blocks to flush_cache RPCmoneromooo-monero1-1/+2
2019-11-12rpc: Only show version string if it matches expected patternNathan Dorfman1-1/+2
2019-11-12daemon: Use rpc for "version" commandNathan Dorfman1-0/+35
2019-11-04daemon: allow printing N blocks from the end of the chainmoneromooo-monero1-3/+32
2019-11-04daemon: add +meta print_tx parametermoneromooo-monero1-0/+24
2019-10-29daemon: handle printing higher hash ratesmoneromooo-monero1-1/+1
2019-10-29always print peer IDs in the same formatmoneromooo-monero1-2/+2
2019-10-25rpc: add a flush_cache RPCmoneromooo-monero1-0/+28
2019-10-25Merge pull request #5357luigi11111-1/+51
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-1/+51
2019-10-24daemon: print difficulty in decimal, as it used to bemoneromooo-monero1-8/+8
2019-10-24Merge pull request #6001luigi11111-1/+2
2019-10-24Merge pull request #6000luigi11111-1/+2
2019-10-18daemon: fix coinbase txes always being seen as prunedmoneromooo-monero1-1/+2
2019-10-18daemon: add miner tx hash in print_block outputmoneromooo-monero1-1/+2
2019-10-07Print cdifficulty and don't serialize miner tx hash twiceDoyle1-0/+1
2019-09-14Merge pull request #5868luigi11111-1/+1
2019-09-08Merge pull request #5849luigi11111-4/+9
2019-09-08Merge pull request #5840luigi11111-0/+36
2019-08-28daemon: print mining algorithm in mining_status even when not miningmoneromooo-monero1-1/+1
2019-08-23daemon: add pruned and publicrpc flags to print_plmoneromooo-monero1-4/+9
2019-08-23daemon: implement 'set_bootstrap_daemon' commandxiphon1-0/+36
2019-08-20daemon: fix merge error removing the "never seen before" timestamp checkmoneromooo-monero1-1/+1
2019-08-19daemon: fix print_pl only printing public zone peersmoneromooo-monero1-7/+6
2019-08-15Merge pull request #5659luigi11111-17/+40
2019-08-14Merge pull request #5525luigi11111-4/+62
2019-07-31Add IPv6 supportThomas Winget1-1/+1
2019-07-30daemon: print 128bit diff properlystoffu1-17/+40
2019-07-24Merge pull request #5595luigi11111-0/+15
2019-07-24Merge pull request #5588luigi11111-0/+1
2019-07-24Merge pull request #5582luigi11111-4/+8
2019-07-24Merge pull request #5573luigi11111-1/+1
2019-07-24Merge pull request #5530luigi11111-53/+0
2019-07-16allow blocking whole subnetsmoneromooo-monero1-13/+40
2019-06-01daemon: add more chain specific info in alt_chain_infomoneromooo-monero1-0/+44
2019-05-31daemon: display peer address type in print_cnmoneromooo-monero1-0/+15
2019-05-30rpc: in/out peers can now return the setting's valuemoneromooo-monero1-4/+8
2019-05-30add cumulative difficulty to diff commandwowario1-0/+1
2019-05-24daemon: fix "never seen before" time span display for peersmoneromooo-monero1-1/+1
2019-05-22Add ssl_options support to monerod's rpc mode.Lee Clagett1-1/+2
2019-05-10remove obsolete save_graph skeleton codemoneromooo-monero1-53/+0
2019-05-09daemon: add optional arguments to alt_chain_infomoneromooo-monero1-5/+17
2019-05-09daemon: sort alt chains by heightmoneromooo-monero1-1/+3
2019-05-02blockchain: keep a rolling long term block weight medianmoneromooo-monero1-1/+1
2019-04-16Merge pull request #5446Riccardo Spagni1-1/+1
2019-04-15daemon: remove debug infomoneromooo-monero1-1/+1
2019-04-14daemon: fix ratio not being floating pointmoneromooo-monero1-1/+1
2019-04-11Merge pull request #5378Riccardo Spagni1-1/+1
2019-04-04wallet: new option to start background miningmoneromooo-monero1-4/+5
2019-04-01Allow pruning before v10moneromooo-monero1-1/+1
2019-03-24New interactive daemon command 'print_net_stats': Global traffic statsrbrunner71-0/+60
2019-03-17Merge pull request #5190Riccardo Spagni1-1/+2
2019-03-17Merge pull request #5185Riccardo Spagni1-1/+76
2019-03-09daemon: new mining_status commandmoneromooo-monero1-1/+76
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-04Merge pull request #4054Riccardo Spagni1-0/+2
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero1-0/+1
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon1-1/+2
2019-02-02epee: add SSL supportmoneromooo-monero1-0/+2
2019-01-28Merge pull request #5062Riccardo Spagni1-3/+3
2019-01-28rpc: fix internal daemon calls in restricted rpc getting partial datamoneromooo-monero1-3/+3
2019-01-28Merge pull request #5080Riccardo Spagni1-5/+15
2019-01-22Pruningmoneromooo-monero1-13/+110
2019-01-18daemon: extend 'print_pl' command, optional filter by type and limitxiphon1-5/+15
2019-01-16Merge pull request #5019Riccardo Spagni1-2/+6
2018-12-26daemon: add a +hex option to print_blockmoneromooo-monero1-2/+6
2018-12-26daemon: print human friendly timestamp toomoneromooo-monero1-2/+2
2018-11-28add command pop_blocksJason Wong1-0/+27
2018-11-16Merge pull request #4777Riccardo Spagni1-4/+4
2018-11-01daemon: use msg_writer, not cout, to display informationmoneromooo-monero1-4/+4
2018-11-01Merge pull request #4648Riccardo Spagni1-1/+13
2018-10-19daemon: fix base fee stating /kB even when it is per bytemoneromooo-monero1-1/+13
2018-10-18daemon: Show mining addressRicardo de Vries1-1/+1
2018-10-02daemon: do not display uptime when not knownmoneromooo-monero1-5/+15
2018-09-18Merge pull request #4341Riccardo Spagni1-0/+2
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-12/+15
2018-09-05daemon: request no PoW hashes we don't need when asking for blocksmoneromooo-monero1-0/+2
2018-07-24daemon.print_bc: don't print difficulty twicestoffu1-1/+1
2018-07-19Merge pull request #4029luigi11111-1/+3
2018-07-19Merge pull request #3973luigi11111-6/+26
2018-06-26alt_chain_info can now give more info about a particular alt chainmoneromooo-monero1-6/+26
2018-06-20daemon: show a bit more info with print_blockstoffu1-1/+3
2018-06-19Merge pull request #3851luigi11111-1/+1
2018-06-16Merge pull request #3725luigi11111-1/+1
2018-05-31Merge pull request #3561luigi11111-0/+3
2018-05-26fix build with GCC 8.1.0moneromooo-monero1-1/+1
2018-05-19daemon: request unpruned transactions for print_txmoneromooo-monero1-0/+1
2018-04-28daemon: print peer state in sync_infomoneromooo-monero1-1/+1
2018-04-25Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner71-6/+6
2018-04-05Core RPC: optionally add POW hash to block_header_responsestoffu1-0/+3
2018-03-05Stagenetstoffu1-3/+3
2018-02-16Merge pull request #3165Riccardo Spagni1-4/+21
2018-01-30Bootstrap daemonstoffu1-4/+21
2018-01-29Fix in_peers/out_peers RPC operationsErik de Castro Lopo1-2/+2
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo1-0/+32
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-28Merge pull request #2946Riccardo Spagni1-1/+1
2017-12-18use const refs in for loops for non tiny typesmoneromooo-monero1-1/+1
2017-12-17daemon: print num txes in print_bcmoneromooo-monero1-1/+1
2017-11-20Merge pull request #2783Riccardo Spagni1-0/+4
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-1/+1
2017-11-14Merge pull request #2615Riccardo Spagni1-3/+3
2017-11-10Print msg upon success for commands that were silentbinaryFate1-0/+4
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate1-3/+3
2017-11-06track double spending in the txpoolmoneromooo-monero1-1/+3
2017-11-06Merge pull request #2591Riccardo Spagni1-18/+24
2017-10-15Merge pull request #2599Riccardo Spagni1-1/+2
2017-10-08Fix #2559: more flexible print_tx daemon commandbinaryFate1-18/+24
2017-10-07daemon: use @N syntax to output_histogram for specific amountsmoneromooo-monero1-1/+2
2017-10-07Subaddresseskenshi841-1/+1
2017-10-02Merge pull request #2512Riccardo Spagni1-1/+1
2017-10-02Merge pull request #2470Riccardo Spagni1-29/+96
2017-09-25daemon: initialize decode_as_json in RPC requestmoneromooo-monero1-0/+1
2017-09-22Log categories can now be added to and removed frommoneromooo-monero1-1/+1
2017-09-21daemon: indicate whether the spent key image is mined or unconfirmedstoffu1-1/+1
2017-09-19rpc: add new RPCs to get and set limitsMaxXor1-29/+96
2017-09-02Use latest height for fork date estimateHoward Chu1-2/+3
2017-08-27Merge pull request #2349Riccardo Spagni1-1/+1
2017-08-26daemon: fix backlog estimating at max block sizemoneromooo-monero1-2/+3
2017-08-25txpool: add tx size median to the pool statsmoneromooo1-1/+1
2017-08-25Merge pull request #2311Riccardo Spagni1-16/+4
2017-08-23print peer id in 0 padded hex for consistencymoneromooo-monero1-16/+4
2017-08-23daemon: print estimated tx backlog in print_pool_statsmoneromooo-monero1-2/+24
2017-08-16Consistently print peer id in hex and on 16 charsmoneromooo-monero1-5/+12
2017-08-12daemon: print peers' top height in sync_infomoneromooo-monero1-1/+1
2017-08-07Merge pull request #2149Riccardo Spagni1-0/+68
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero1-0/+68
2017-07-29daemon: add average seconds per block in bc_dyn_statsmoneromooo-monero1-1/+4
2017-07-19Merge pull request #2170Riccardo Spagni1-5/+4
2017-07-13daemon: fix status in command line mode if using restricted rpcmoneromooo-monero1-5/+4
2017-07-10Fix #2164 histogram outputHoward Chu1-1/+1
2017-06-04Add histogram to poolstatsHoward Chu1-1/+42
2017-06-01Speedup print_pool_statsHoward Chu1-34/+12
2017-04-11Merge pull request #1956Riccardo Spagni1-1/+3
2017-04-04daemon: print average fee per byte in print_pool_statsmoneromooo-monero1-1/+1
2017-04-04daemon: add fee/byte when print pool transaction infomoneromooo-monero1-0/+2
2017-04-02daemon: new relay_tx command and RPCmoneromooo-monero1-0/+28
2017-03-21daemon: better error reporting in commandsmoneromooo-monero1-41/+48
2017-03-18daemon: fix missing close parenthesis in alt_chain_info outputmoneromooo-monero1-1/+1
2017-03-18daemon: alt_chain_info now prints fork depthmoneromooo-monero1-2/+14
2017-03-10fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi841-1/+1
2017-03-03Merge pull request #1814Riccardo Spagni1-2/+2
2017-03-03Merge pull request #1804Riccardo Spagni1-1/+1
2017-02-26daemon: fix bc_dyn_stats via rpcmoneromooo-monero1-2/+2
2017-02-25core: move hardfork back to cryptonote_coremoneromooo-monero1-1/+1
2017-02-24daemon/rpc: updates command and RPCmoneromooo-monero1-0/+47
2017-02-23Add print_pl_stats daemon commandMiguel Herranz1-0/+28
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