aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-24New interactive daemon command 'print_net_stats': Global traffic statsrbrunner71-0/+2
2019-03-17Merge pull request #5190Riccardo Spagni1-0/+1
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05epee: add SSL supportMartijn Otto1-0/+1
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon1-0/+1
2019-02-02epee: add SSL supportmoneromooo-monero1-0/+5
2019-01-28rpc: fix internal daemon calls in restricted rpc getting partial datamoneromooo-monero1-60/+60
2019-01-22Pruningmoneromooo-monero1-0/+2
2018-12-12Merge pull request #4903Riccardo Spagni1-0/+2
2018-12-04Merge pull request #4859Riccardo Spagni1-2/+1
2018-11-28add command pop_blocksJason Wong1-0/+2
2018-11-20rpc: speedup get_output_distributionmoneromooo-monero1-0/+2
2018-11-16Don't cache nettype in core_rpc_server use m_coredoy-lee1-2/+1
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero1-6/+0
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-2/+2
2018-07-19Merge pull request #4033luigi11111-1/+3
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-0/+2
2018-06-21rpc: add a non binary get_transaction_pool_hashes RPCmoneromooo-monero1-1/+3
2018-05-31Merge pull request #3561luigi11111-1/+1
2018-04-05Core RPC: optionally add POW hash to block_header_responsestoffu1-1/+1
2018-03-23rpc: make get_output_distribution a non-restricted RPCmoneromooo-monero1-1/+1
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero1-0/+2
2018-03-05Stagenetstoffu1-4/+4
2018-02-16options: remove testnet-* optionswhythat1-3/+1
2018-02-16Merge pull request #3165Riccardo Spagni1-1/+13
2018-01-30Bootstrap daemonstoffu1-1/+13
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo1-0/+2
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-06Implement #3045, fixing RPC snakecasesNick Johnson1-0/+18
2017-11-17RPC: allow binding of restricted port in addition to core portTim L1-1/+6
2017-11-14Merge pull request #2651Riccardo Spagni1-1/+1
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate1-4/+4
2017-10-14rpc: make get_coinbase_tx_sum a restricted RPCmoneromooo-monero1-1/+1
2017-10-02Merge pull request #2470Riccardo Spagni1-0/+4
2017-09-19rpc: add new RPCs to get and set limitsMaxXor1-0/+4
2017-09-08rpc: get_txpool_backlog is now unrestrictedmoneromooo-monero1-1/+1
2017-08-26rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero1-0/+2
2017-08-07Merge pull request #2149Riccardo Spagni1-0/+2
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero1-0/+2
2017-07-04Add on_get_alt_blocks_hashes RPC callmoneroexamples1-0/+2
2017-06-01Speedup print_pool_statsHoward Chu1-0/+2
2017-04-02daemon: new relay_tx command and RPCmoneromooo-monero1-0/+2
2017-03-23core, wallet: faster tx pool scanningmoneromooo-monero1-0/+2
2017-02-24daemon/rpc: updates command and RPCmoneromooo-monero1-0/+2
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-8/+0
2017-01-22p2p: always recreate a new peer id on startupmoneromooo-monero1-0/+2
2017-01-15Merge pull request #1569Riccardo Spagni1-0/+2
2017-01-16specify restore height by YYYY-MM-DD formatkenshi841-0/+2
2017-01-16Change logging to easylogging++moneromooo-monero1-0/+2
2016-12-17rpc: new function and RPC to get alternative chain infomoneromooo-monero1-0/+2
2016-11-22Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero1-1/+3
2016-10-31rpc: add a dynamic fee estimation RPC callmoneromooo-monero1-0/+2
2016-10-10changed params from start/end index to height/countDion Ahmetaj1-2/+2
2016-10-10attempted to remove whitespace spamDion Ahmetaj1-17/+17
2016-10-10added print_coinbase_tx_sum optionDion Ahmetaj1-17/+19
2016-10-04Merge pull request #1164Riccardo Spagni1-0/+2
2016-10-04Merge pull request #1171Riccardo Spagni1-2/+0
2016-10-03Removed all code related to fast_exitNanoAkron1-2/+0
2016-10-02daemon: implement missing print_bc and matching RPCmoneromooo-monero1-0/+2
2016-09-29Noticed two spellings of the word 'response' in the codebase, one 'responce' ...NanoAkron1-1/+1
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero1-0/+1
2016-08-28core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero1-0/+2
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero1-0/+2
2016-07-20Merge pull request #902Riccardo Spagni1-0/+2
2016-07-10Add a daemon RPC version, and make simplewallet check itmoneromooo-monero1-0/+2
2016-07-10rpc: fix get_bans and set_bans RPC names, they were missing a _moneromooo-monero1-2/+2
2016-05-16Restrict also 'get_connections' and 'getbans' APIs.osensei1-2/+2
2016-05-14Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...osensei1-2/+2
2016-04-17Add GET_HASHES_FAST rpc, use it in walletHoward Chu1-0/+2
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+2
2016-01-30new flush_txpool command, and associated RPC callmoneromooo-monero1-0/+2
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-11-30Merge pull request #505Riccardo Spagni1-12/+14
2015-11-27core_rpc_server: add a --restricted-rpc optionmoneromooo-monero1-12/+14
2015-11-26add RPC calls and commands to get/set bansmoneromooo-monero1-0/+4
2015-10-26rpc: fix hard_fork_info RPCmoneromooo-monero1-0/+1
2015-10-13core_rpc_server: add a getblock RPC command, and fix print_blockmoneromooo-monero1-0/+2
2015-09-19Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero1-0/+1
2015-08-11Add a is_key_image_spent daemon command and RPC callmoneromooo-monero1-0/+2
2015-05-28core_rpc_server: add a getter for the testnet flagmoneromooo-monero1-0/+1
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-0/+8
2015-03-27Restore daemon interactive modeThomas Winget1-27/+28
2015-02-24RPC calls for background daemon added inThomas Winget1-0/+11
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-1/+9
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-15Separate testnet address prefixZachary Michaels1-3/+6
2014-09-15Separate rpc port for testnetZachary Michaels1-2/+8
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-22Add get_info command to daemon json rpcZachary Michaels1-0/+2
2014-07-18Added get_connections RPC call to daemonThomas Winget1-0/+2
2014-06-02Merge pull request #20 from artifexd/wallet_refreshmonero-project1-0/+1
2014-06-01Enable wallet refresh before blockchain is saved or completely sync'd.artifexd1-0/+1
2014-05-25'mining_status' Daemon RPC commandNeozaru1-0/+2
2014-05-16Added 'save_bc' command in daemon for saving blockchain remotelyNeozaru1-0/+2
2014-04-09Port mapping with UPnPAntonio Juarez1-5/+15
2014-03-20some fixesAntonio Juarez1-16/+17
2014-03-03moved all stuff to githubAntonio Juarez1-0/+75