summaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo on bitmonerod rpc method error.Mike C2016-03-141-3/+3
* rpc: do not return bans if they're effectively spentmoneromooo-monero2016-03-121-4/+7
* new flush_txpool command, and associated RPC callmoneromooo-monero2016-01-301-0/+54
* rpc: add missing return on error when getting a txmoneromooo-monero2016-01-301-0/+1
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-291-2/+2
* rpc: fix missing target information in RPC callmoneromooo-monero2016-01-111-0/+2
* rpc: is_key_image_spent now checks the tx pool toomoneromooo-monero2016-01-051-1/+31
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* Merge pull request #547Riccardo Spagni2015-12-221-1/+1
|\
| * Allow the wallet to access hard fork informationmoneromooo-monero2015-12-191-1/+1
* | print top block hash in daemon diff commandmoneromooo-monero2015-12-181-1/+8
|/
* Register daemon command line arguments to core if they're used in coremoneromooo-monero2015-12-081-2/+1
* Merge pull request #505Riccardo Spagni2015-11-301-0/+8
|\
| * core_rpc_server: add a --restricted-rpc optionmoneromooo-monero2015-11-271-0/+8
* | Merge pull request #503Riccardo Spagni2015-11-301-0/+1
|\ \
| * | rpc: pass current block target in rpcmoneromooo-monero2015-11-261-0/+1
| |/
* / add RPC calls and commands to get/set bansmoneromooo-monero2015-11-261-0/+43
|/
* Relay transactions when they linger too long in the poolmoneromooo-monero2015-11-211-1/+1
* rpc: fix start_mining and status RPC crashesmoneromooo-monero2015-10-281-0/+1
* rpc: fix hard_fork_info RPCmoneromooo-monero2015-10-261-0/+1
* core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONSmoneromooo-monero2015-10-131-0/+2
* core_rpc_server: add a getblock RPC command, and fix print_blockmoneromooo-monero2015-10-131-0/+60
* Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero2015-09-191-0/+23
* Merge pull request #369Riccardo Spagni2015-08-131-1/+5
|\
| * core_rpc_server: replace vector<bool> with vector<int> in RPCmoneromooo-monero2015-08-131-1/+5
* | core_rpc_server: find transactions in the pool as well as the blockchainmoneromooo-monero2015-08-111-0/+24
|/
* Add a is_key_image_spent daemon command and RPC callmoneromooo-monero2015-08-111-0/+29
* core_rpc_server: log some error messages to the consolemoneromooo-monero2015-05-281-0/+3
* core_rpc_server: reenable print_plmoneromooo-monero2015-05-281-3/+2
* Add mempool output to daemon via command and RPCwarptangent2015-04-231-3/+1
* [fix] log level change. compilation: dns, testsrfree2monero2015-04-101-0/+2
* remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-011-0/+39
* Restore daemon interactive modeThomas Winget2015-03-271-25/+25
* revert stop_daemon method to use correct exitThomas Winget2015-02-241-1/+1
* RPC calls for background daemon added inThomas Winget2015-02-241-0/+69
* Daemonize changes pulled in -- daemon buildsThomas Winget2015-02-241-23/+23
* previous hash added to GBTRiccardo Spagni2015-01-061-0/+1
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
* core_rpc_server: use do while(0) idiom in macros using ifmoneromooo-monero2014-10-061-2/+2
* core_rpc_server: fix overreads in slow_memmemmoneromooo-monero2014-10-061-8/+10
* Give up on brace initializers in initializer lists (MSVC bug)Zachary Michaels2014-09-151-1/+1
* Separate testnet address prefixZachary Michaels2014-09-151-8/+13
* Add descriptions for RPC command line paramsZachary Michaels2014-09-151-3/+9
* Separate rpc port for testnetZachary Michaels2014-09-151-5/+23
* Reorganize testnet constantsZachary Michaels2014-09-151-1/+1
* #36 simplewallet refresh include optional height paramJakob Lind2014-08-011-1/+2
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
* Add get_info command to daemon json rpcZachary Michaels2014-07-221-0/+24
* Added get_connections RPC call to daemonThomas Winget2014-07-181-0/+16
* Fix for orphan fix (check blocksize)mydesktop2014-06-111-0/+9