aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove typeid use in network_addressmoneromooo-monero2017-06-281-2/+2
* Merge pull request #2091Riccardo Spagni2017-06-241-2/+2
|\
| * Fixed typo in rpc/core_rpc_server.cppJulien Klepatch2017-06-181-2/+2
* | Merge pull request #2052Riccardo Spagni2017-06-181-7/+33
|\ \ | |/ |/|
| * abstracted nework addressesmoneromooo-monero2017-05-271-7/+33
* | Speedup print_pool_statsHoward Chu2017-06-011-0/+8
* | Merge pull request #1982Riccardo Spagni2017-05-301-3/+3
|\ \ | |/ |/|
| * Move txpool to the databasemoneromooo-monero2017-05-251-3/+3
* | Add expected total reward to RPC "getblocktemplate".assylias2017-04-191-1/+1
|/
* daemon: new relay_tx command and RPCmoneromooo-monero2017-04-021-0/+46
* core, wallet: faster tx pool scanningmoneromooo-monero2017-03-231-0/+8
* rpc: fix BUILD_TAG mispelling (BUILDTAG)moneromooo-monero2017-03-051-2/+2
* Merge pull request #1820Riccardo Spagni2017-03-031-1/+31
|\
| * Add support for the wallet to refresh pruned blocksmoneromooo-monero2017-02-271-1/+28
| * rpc: add a default category for daemon rpcmoneromooo-monero2017-02-271-0/+3
* | daemon/rpc: updates command and RPCmoneromooo-monero2017-02-241-0/+95
|/
* 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