aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_server.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a is_key_image_spent daemon command and RPC callmoneromooo-monero2015-08-111-0/+5
|
* fix ^D exit for bitmonerodmoneromooo-monero2015-06-031-2/+2
| | | | | | It uses the async console handler differently than simplewallet, and wasn't running the same exit code, causing it to never actually exit after breaking out of the console entry loop.
* cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni2015-05-311-7/+7
|
* remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-011-2/+22
|
* Restore daemon interactive modeThomas Winget2015-03-271-1/+30
| | | | | | | 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.
* RPC calls for background daemon added inThomas Winget2015-02-241-1/+6
| | | | | | | 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.
* Daemonize changes pulled in -- daemon buildsThomas Winget2015-02-241-0/+179
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.