aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2615Riccardo Spagni2017-11-141-3/+3
|\
| * Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-3/+3
* | track double spending in the txpoolmoneromooo-monero2017-11-061-1/+3
|/
* Merge pull request #2591Riccardo Spagni2017-11-061-18/+24
|\
| * Fix #2559: more flexible print_tx daemon commandbinaryFate2017-10-081-18/+24
* | Merge pull request #2599Riccardo Spagni2017-10-151-1/+2
|\ \
| * | daemon: use @N syntax to output_histogram for specific amountsmoneromooo-monero2017-10-071-1/+2
| |/
* / Subaddresseskenshi842017-10-071-1/+1
|/
* Merge pull request #2512Riccardo Spagni2017-10-021-1/+1
|\
| * Log categories can now be added to and removed frommoneromooo-monero2017-09-221-1/+1
* | Merge pull request #2470Riccardo Spagni2017-10-021-29/+96
|\ \
| * | rpc: add new RPCs to get and set limitsMaxXor2017-09-191-29/+96
* | | daemon: initialize decode_as_json in RPC requestmoneromooo-monero2017-09-251-0/+1
| |/ |/|
* | daemon: indicate whether the spent key image is mined or unconfirmedstoffu2017-09-211-1/+1
* | Use latest height for fork date estimateHoward Chu2017-09-021-2/+3
|/
* Merge pull request #2349Riccardo Spagni2017-08-271-1/+1
|\
| * txpool: add tx size median to the pool statsmoneromooo2017-08-251-1/+1
* | daemon: fix backlog estimating at max block sizemoneromooo-monero2017-08-261-2/+3
|/
* Merge pull request #2311Riccardo Spagni2017-08-251-16/+4
|\
| * print peer id in 0 padded hex for consistencymoneromooo-monero2017-08-231-16/+4
* | daemon: print estimated tx backlog in print_pool_statsmoneromooo-monero2017-08-231-2/+24
|/
* Consistently print peer id in hex and on 16 charsmoneromooo-monero2017-08-161-5/+12
* daemon: print peers' top height in sync_infomoneromooo-monero2017-08-121-1/+1
* Merge pull request #2149Riccardo Spagni2017-08-071-0/+68
|\
| * cryptonote_protocol_handler: sync speedupmoneromooo-monero2017-08-071-0/+68
* | daemon: add average seconds per block in bc_dyn_statsmoneromooo-monero2017-07-291-1/+4
|/
* Merge pull request #2170Riccardo Spagni2017-07-191-5/+4
|\
| * daemon: fix status in command line mode if using restricted rpcmoneromooo-monero2017-07-131-5/+4
* | Fix #2164 histogram outputHoward Chu2017-07-101-1/+1
|/
* Add histogram to poolstatsHoward Chu2017-06-041-1/+42
* Speedup print_pool_statsHoward Chu2017-06-011-33/+11
* Merge pull request #1956Riccardo Spagni2017-04-111-1/+3
|\
| * daemon: print average fee per byte in print_pool_statsmoneromooo-monero2017-04-041-1/+1
| * daemon: add fee/byte when print pool transaction infomoneromooo-monero2017-04-041-0/+2
* | daemon: new relay_tx command and RPCmoneromooo-monero2017-04-021-0/+28
|/
* daemon: better error reporting in commandsmoneromooo-monero2017-03-211-41/+48
* daemon: fix missing close parenthesis in alt_chain_info outputmoneromooo-monero2017-03-181-1/+1
* daemon: alt_chain_info now prints fork depthmoneromooo-monero2017-03-181-2/+14
* fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi842017-03-101-1/+1
* Merge pull request #1814Riccardo Spagni2017-03-031-2/+2
|\
| * daemon: fix bc_dyn_stats via rpcmoneromooo-monero2017-02-261-2/+2
* | Merge pull request #1804Riccardo Spagni2017-03-031-1/+1
|\ \
| * | core: move hardfork back to cryptonote_coremoneromooo-monero2017-02-251-1/+1
| |/
* / daemon/rpc: updates command and RPCmoneromooo-monero2017-02-241-0/+47
|/
* Add print_pl_stats daemon commandMiguel Herranz2017-02-231-0/+28
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* More robust battery status handling.Dion Ahmetaj2017-02-161-2/+3
* Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj2017-02-101-1/+1
* Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj2017-02-101-1/+2
* Merge pull request #1689Riccardo Spagni2017-02-111-2/+6
|\