Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-11 | Add a is_key_image_spent daemon command and RPC call | moneromooo-monero | 1 | -0/+36 | |
2015-08-09 | daemon: omit extra set of <> in error message | moneromooo-monero | 1 | -1/+1 | |
The string conversion already adds them | |||||
2015-08-09 | daemon: print a decoded tx in print_tx | moneromooo-monero | 1 | -0/+18 | |
in addition to the raw hex representation | |||||
2015-08-09 | daemon: fix print_tx not find transactions | moneromooo-monero | 1 | -0/+1 | |
It was not even trying to | |||||
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 1 | -7/+7 | |
2015-05-28 | rpc_command_executor: fix mining in testnet mode | moneromooo-monero | 1 | -2/+1 | |
2015-05-17 | print limits when running limit commands with no arguments | moneromooo-monero | 1 | -0/+23 | |
It's more user friendly that an error message saying the command does not exist. | |||||
2015-04-23 | Add mempool output to daemon via command and RPC | warptangent | 1 | -13/+50 | |
This is for the "print_pool" command and "get_transaction_pool" RPC method. Add mempool's spent key images to the results. | |||||
2015-04-10 | [fix] log level change. compilation: dns, tests | rfree2monero | 1 | -1/+2 | |
old unbound #warning does not block compilation unit tests build fine. Even though the RPC/P2P network type is required again | |||||
2015-04-10 | Fixes start_mining in cli interactive mode | Thomas Winget | 1 | -2/+16 | |
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -12/+140 | |
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 1 | -75/+351 | |
Daemon interactive mode is now working again. RPC mapped calls in daemon and wallet have both had connection_context removed as an argument as that argument was not being used anywhere. | |||||
2015-02-24 | RPC calls for background daemon added in | Thomas Winget | 1 | -26/+7 | |
The RPC calls the daemon executable uses to talk to the running daemon instance have mostly been added back in. Rate limiting has not been added in upstream, but is on its way in a separate effort, so those calls are still NOPed out. | |||||
2015-02-24 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 1 | -0/+435 | |
many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something. |