summaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-215-5/+5
* 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-212-1/+3
|\ \
| * | More robust battery status handling.Dion Ahmetaj2017-02-162-1/+3
| |/
* / 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-102-0/+3
* | Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj2017-02-102-1/+3
|/
* Merge pull request #1689Riccardo Spagni2017-02-115-41/+186
|\
| * Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-065-41/+186
* | extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-083-5/+6
|/
* 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
|/
* Merge pull request #1610Riccardo Spagni2017-01-221-4/+6
|\
| * rpc: fix orphan_status when getting blocksmoneromooo-monero2017-01-221-4/+6
* | p2p: always recreate a new peer id on startupmoneromooo-monero2017-01-221-0/+2
|/
* Merge pull request #1569Riccardo Spagni2017-01-153-1/+55
|\
| * specify restore height by YYYY-MM-DD formatkenshi842017-01-163-1/+55
* | Change logging to easylogging++moneromooo-monero2017-01-163-8/+33
|/
* macro to define core RPC version for avoiding future mistakekenshi842017-01-161-1/+2
* Merge pull request #1571Riccardo Spagni2017-01-152-2/+4
|\
| * fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-142-3/+5
* | rpc: add a command to get info about the current blockchainmoneromooo-monero2017-01-132-1/+4
|/
* Merge pull request #1543Riccardo Spagni2017-01-132-0/+4
|\
| * Add start_time to get_info methods and show uptimeMiguel Herranz2017-01-122-1/+5
* | wallet cli: print originating block heights of mixin keys when making transferkenshi842017-01-092-1/+11
|/
* Merge pull request #1534Riccardo Spagni2017-01-082-1/+8
|\
| * rpc: add block size to GET_BLOCK_HEADER RPCmoneromooo-monero2017-01-062-1/+4
| * rpc: add current block size to the getinfo callmoneromooo-monero2017-01-062-1/+5
* | rpc: fix mixup in tx_info serializationmoneromooo-monero2016-12-241-1/+1
|/
* rpc: new function and RPC to get alternative chain infomoneromooo-monero2016-12-173-0/+55
* Adding HTTP Digest Auth (but not yet enabled)Lee Clagett2016-12-131-0/+1
* Improve daemon RPC version handlingmoneromooo-monero2016-11-261-1/+10
* rpc: do not include output indices for pool txesmoneromooo-monero2016-11-231-5/+8
* rpc: bump version after RPC changesmoneromooo-monero2016-11-221-1/+1
* Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero2016-11-223-13/+87
* rpc: add output indices to gettransactionsmoneromooo-monero2016-11-222-0/+10
* rpc: bump RPC versionmoneromooo-monero2016-11-101-1/+1
* rpc: add a dynamic fee estimation RPC callmoneromooo-monero2016-10-313-0/+32
* Merge pull request #1247Riccardo Spagni2016-10-231-0/+4
|\
| * daemon: report transaction relay status in print_pool* commandsmoneromooo-monero2016-10-231-0/+4
* | Merge pull request #1222Riccardo Spagni2016-10-222-0/+4
|\ \
| * | rpc: add blockchain cumulative difficulty to getinfo callmoneromooo-monero2016-10-152-0/+4
* | | Merge pull request #1221Riccardo Spagni2016-10-221-1/+8
|\ \ \ | |_|/ |/| |