summaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* rpc: make mining_status RPC work when syncingmoneromooo-monero2017-02-231-1/+1
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1727Riccardo Spagni2017-02-211-7/+13
|\
| * blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-131-7/+13
* | Merge pull request #1737Riccardo Spagni2017-02-211-1/+1
|\ \
| * | More robust battery status handling.Dion Ahmetaj2017-02-161-1/+1
| |/
* / rpc: fix some RPC calls not returning OK status when neededmoneromooo-monero2017-02-131-0/+3
|/
* Merge pull request #1712Riccardo Spagni2017-02-121-1/+1
|\
| * rpc: fix daemon mixed style set_log 2,category:levelmoneromooo-monero2017-02-121-1/+1
* | Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj2017-02-101-0/+1
* | Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj2017-02-101-1/+1
|/
* Merge pull request #1689Riccardo Spagni2017-02-111-31/+18
|\
| * Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-31/+18
* | extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-3/+3
|/
* Merge pull request #1636Riccardo Spagni2017-02-021-0/+17
|\
| * Add concurrency check to rpc mining to ensure not too many threads. number of...Ashley Perpetual2017-01-281-0/+17
* | Merge pull request #1634Riccardo Spagni2017-02-021-1/+1
|\ \
| * | Fix invalid + of std::string and intTimothy D. Prime2017-01-261-1/+1
| |/
* | Remove boost/foreach.cpp includesMiguel Herranz2017-01-221-1/+0
* | Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz2017-01-221-7/+7
|/
* rpc: fix orphan_status when getting blocksmoneromooo-monero2017-01-221-4/+6
* Merge pull request #1569Riccardo Spagni2017-01-151-0/+30
|\
| * specify restore height by YYYY-MM-DD formatkenshi842017-01-161-0/+30
* | Change logging to easylogging++moneromooo-monero2017-01-161-8/+11
|/
* Merge pull request #1571Riccardo Spagni2017-01-151-2/+2
|\
| * fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-141-2/+2
* | rpc: add a command to get info about the current blockchainmoneromooo-monero2017-01-131-0/+1
|/
* Merge pull request #1543Riccardo Spagni2017-01-131-0/+2
|\
| * Add start_time to get_info methods and show uptimeMiguel Herranz2017-01-121-0/+2
* | wallet cli: print originating block heights of mixin keys when making transferkenshi842017-01-091-0/+2
|/
* rpc: add block size to GET_BLOCK_HEADER RPCmoneromooo-monero2017-01-061-0/+1
* rpc: add current block size to the getinfo callmoneromooo-monero2017-01-061-0/+2
* rpc: new function and RPC to get alternative chain infomoneromooo-monero2016-12-171-0/+18
* rpc: do not include output indices for pool txesmoneromooo-monero2016-11-231-5/+8
* Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero2016-11-221-1/+37
* rpc: add output indices to gettransactionsmoneromooo-monero2016-11-221-0/+8
* rpc: add a dynamic fee estimation RPC callmoneromooo-monero2016-10-311-0/+7
* Merge pull request #1222Riccardo Spagni2016-10-221-0/+2
|\
| * rpc: add blockchain cumulative difficulty to getinfo callmoneromooo-monero2016-10-151-0/+2
* | Merge pull request #1221Riccardo Spagni2016-10-221-1/+8
|\ \
| * | rpc: add missing top block hash to json getinfo callmoneromooo-monero2016-10-151-1/+8
| |/
* / wallet: select part of the fake outs from recent outputsmoneromooo-monero2016-10-151-4/+4
|/
* print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj2016-10-101-1/+3
* changed params from start/end index to height/countDion Ahmetaj2016-10-101-1/+1
* attempted to remove whitespace spamDion Ahmetaj2016-10-101-10/+10
* added print_coinbase_tx_sum optionDion Ahmetaj2016-10-101-10/+16
* Fix build after spelling corrections in core_rpc_serverJacob Brydolf2016-10-041-2/+2
* Merge pull request #1164Riccardo Spagni2016-10-041-0/+51
|\
| * daemon: implement missing print_bc and matching RPCmoneromooo-monero2016-10-021-0/+51
* | Merge pull request #1171Riccardo Spagni2016-10-041-8/+0
|\ \