aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.h
Commit message (Expand)AuthorAgeFilesLines
* rpc: make get_output_distribution a non-restricted RPCmoneromooo-monero2018-03-231-1/+1
* add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-161-0/+2
* Stagenetstoffu2018-03-051-4/+4
* options: remove testnet-* optionswhythat2018-02-161-3/+1
* Merge pull request #3165Riccardo Spagni2018-02-161-1/+13
|\
| * Bootstrap daemonstoffu2018-01-301-1/+13
* | Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-291-0/+2
|/
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Implement #3045, fixing RPC snakecasesNick Johnson2018-01-061-0/+18
* RPC: allow binding of restricted port in addition to core portTim L2017-11-171-1/+6
* Merge pull request #2651Riccardo Spagni2017-11-141-1/+1
|\
| * rpc: make get_coinbase_tx_sum a restricted RPCmoneromooo-monero2017-10-141-1/+1
* | Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-4/+4
|/
* Merge pull request #2470Riccardo Spagni2017-10-021-0/+4
|\
| * rpc: add new RPCs to get and set limitsMaxXor2017-09-191-0/+4
* | rpc: get_txpool_backlog is now unrestrictedmoneromooo-monero2017-09-081-1/+1
|/
* rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero2017-08-261-0/+2
* Merge pull request #2149Riccardo Spagni2017-08-071-0/+2
|\
| * cryptonote_protocol_handler: sync speedupmoneromooo-monero2017-08-071-0/+2
* | Add on_get_alt_blocks_hashes RPC callmoneroexamples2017-07-041-0/+2
|/
* Speedup print_pool_statsHoward Chu2017-06-011-0/+2
* daemon: new relay_tx command and RPCmoneromooo-monero2017-04-021-0/+2
* core, wallet: faster tx pool scanningmoneromooo-monero2017-03-231-0/+2
* daemon/rpc: updates command and RPCmoneromooo-monero2017-02-241-0/+2
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-8/+0
* p2p: always recreate a new peer id on startupmoneromooo-monero2017-01-221-0/+2
* Merge pull request #1569Riccardo Spagni2017-01-151-0/+2
|\
| * specify restore height by YYYY-MM-DD formatkenshi842017-01-161-0/+2
* | Change logging to easylogging++moneromooo-monero2017-01-161-0/+2
|/
* rpc: new function and RPC to get alternative chain infomoneromooo-monero2016-12-171-0/+2
* Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero2016-11-221-1/+3
* rpc: add a dynamic fee estimation RPC callmoneromooo-monero2016-10-311-0/+2
* changed params from start/end index to height/countDion Ahmetaj2016-10-101-2/+2
* attempted to remove whitespace spamDion Ahmetaj2016-10-101-17/+17
* added print_coinbase_tx_sum optionDion Ahmetaj2016-10-101-17/+19
* Merge pull request #1164Riccardo Spagni2016-10-041-0/+2
|\
| * daemon: implement missing print_bc and matching RPCmoneromooo-monero2016-10-021-0/+2
* | Merge pull request #1171Riccardo Spagni2016-10-041-2/+0
|\ \
| * | Removed all code related to fast_exitNanoAkron2016-10-031-2/+0
| |/
* / Noticed two spellings of the word 'response' in the codebase, one 'responce' ...NanoAkron2016-09-291-1/+1
|/
* epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero2016-09-181-0/+1
* core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero2016-08-281-0/+2
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-0/+2
* Merge pull request #902Riccardo Spagni2016-07-201-0/+2
|\
| * Add a daemon RPC version, and make simplewallet check itmoneromooo-monero2016-07-101-0/+2
* | rpc: fix get_bans and set_bans RPC names, they were missing a _moneromooo-monero2016-07-101-2/+2
|/
* Restrict also 'get_connections' and 'getbans' APIs.osensei2016-05-161-2/+2
* Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...osensei2016-05-141-2/+2
* Add GET_HASHES_FAST rpc, use it in walletHoward Chu2016-04-171-0/+2