aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* updated copyright yearRiccardo Spagni2015-12-315-5/+5
* Merge pull request #547Riccardo Spagni2015-12-222-1/+3
|\
| * Allow the wallet to access hard fork informationmoneromooo-monero2015-12-192-1/+3
* | print top block hash in daemon diff commandmoneromooo-monero2015-12-182-1/+10
|/
* Register daemon command line arguments to core if they're used in coremoneromooo-monero2015-12-081-2/+1
* Merge pull request #505Riccardo Spagni2015-11-302-12/+22
|\
| * core_rpc_server: add a --restricted-rpc optionmoneromooo-monero2015-11-272-12/+22
* | Merge pull request #503Riccardo Spagni2015-11-302-0/+2
|\ \
| * | rpc: pass current block target in rpcmoneromooo-monero2015-11-262-0/+2
| |/
* / add RPC calls and commands to get/set bansmoneromooo-monero2015-11-263-0/+112
|/
* 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-282-0/+3
* rpc: fix hard_fork_info RPCmoneromooo-monero2015-10-262-0/+2
* core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONSmoneromooo-monero2015-10-132-0/+6
* core_rpc_server: add a getblock RPC command, and fix print_blockmoneromooo-monero2015-10-133-0/+94
* Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero2015-09-194-0/+60
* Merge pull request #369Riccardo Spagni2015-08-132-2/+6
|\
| * core_rpc_server: replace vector<bool> with vector<int> in RPCmoneromooo-monero2015-08-132-2/+6
* | 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-113-0/+56
* core_rpc_server: add a getter for the testnet flagmoneromooo-monero2015-05-281-0/+1
* 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-232-4/+15
* [fix] log level change. compilation: dns, testsrfree2monero2015-04-101-0/+2
* remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-014-0/+122
* Restore daemon interactive modeThomas Winget2015-03-272-52/+53
* revert stop_daemon method to use correct exitThomas Winget2015-02-241-1/+1
* RPC calls for background daemon added inThomas Winget2015-02-243-1/+254
* Daemonize changes pulled in -- daemon buildsThomas Winget2015-02-242-24/+32
* previous hash added to GBTRiccardo Spagni2015-01-062-0/+3
* year updated in licenseRiccardo Spagni2015-01-025-5/+5
* cmake: support 2.8.7Ben Boeckel2014-10-241-1/+1
* cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
* cmake: refactor common code with librariesBen Boeckel2014-10-231-9/+1
* cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+57
* 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-152-11/+19
* Add descriptions for RPC command line paramsZachary Michaels2014-09-151-3/+9
* Separate rpc port for testnetZachary Michaels2014-09-152-7/+31
* Reorganize testnet constantsZachary Michaels2014-09-151-1/+1
* #36 simplewallet refresh include optional height paramJakob Lind2014-08-012-2/+4
* License updated to BSD 3-clausefluffypony2014-07-234-12/+116
* Missed serializing a get_connections RPC response parameterThomas Winget2014-07-221-0/+1
* Add get_info command to daemon json rpcZachary Michaels2014-07-222-0/+26
* Added get_connections RPC call to daemonThomas Winget2014-07-183-0/+37
* Match empty RPC request with other requestsZachary Michaels2014-07-011-1/+5
* Switch list to vector for RPC serializationZachary Michaels2014-07-011-2/+2