summaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Source updates are in a source subdirectorymoneromooo-monero2017-09-221-2/+4
* rpc: get_txpool_backlog is now unrestrictedmoneromooo-monero2017-09-111-1/+1
* Merge pull request #2356Riccardo Spagni2017-08-263-0/+49
|\
| * rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero2017-08-263-0/+49
* | rpc: decrease memory usage a bit in getblocks.binmoneromooo-monero2017-08-261-4/+7
|/
* change mixin to ring size in user visible placesmoneromooo-monero2017-08-071-1/+1
* Merge pull request #2149Riccardo Spagni2017-08-073-0/+93
|\
| * cryptonote_protocol_handler: sync speedupmoneromooo-monero2017-08-073-1/+94
* | Add on_get_alt_blocks_hashes RPC callmoneroexamples2017-07-043-1/+44
|/
* 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 #2066Riccardo Spagni2017-06-181-1/+16
|\ \
| * | Add histogram to poolstatsHoward Chu2017-06-041-1/+16
| |/
* | Merge pull request #2052Riccardo Spagni2017-06-182-8/+43
|\ \ | |/ |/|
| * abstracted nework addressesmoneromooo-monero2017-05-272-9/+44
* | Speedup print_pool_statsHoward Chu2017-06-013-1/+56
* | 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-192-2/+4
|/
* daemon: new relay_tx command and RPCmoneromooo-monero2017-04-023-1/+70
* core, wallet: faster tx pool scanningmoneromooo-monero2017-03-233-1/+31
* rpc: fix BUILD_TAG mispelling (BUILDTAG)moneromooo-monero2017-03-051-2/+2
* Merge pull request #1820Riccardo Spagni2017-03-032-2/+34
|\
| * Add support for the wallet to refresh pruned blocksmoneromooo-monero2017-02-272-2/+31
| * rpc: add a default category for daemon rpcmoneromooo-monero2017-02-271-0/+3
* | daemon/rpc: updates command and RPCmoneromooo-monero2017-02-243-0/+132
|/
* Merge pull request #1781Riccardo Spagni2017-02-241-1/+1
|\
| * rpc: s/rcp/rpc/moneromooo-monero2017-02-231-1/+1
* | 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-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
|\