Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-30 | new flush_txpool command, and associated RPC call | moneromooo-monero | 1 | -0/+2 | |
It can flush a particular tx, or the whole pool (the RPC command can flush a list of transactions too) | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-11-26 | add RPC calls and commands to get/set bans | moneromooo-monero | 1 | -0/+6 | |
2015-10-28 | rpc: fix start_mining and status RPC crashes | moneromooo-monero | 1 | -1/+1 | |
They check whether they're running on testnet by accessing the m_rpc_server object, which does not exist when in RPC mode. Also, fix hard_fork_info being called with the wrong API. | |||||
2015-10-25 | daemon: add a status command | moneromooo-monero | 1 | -0/+2 | |
Displays current block height and target, net hash, hard fork basic info, and connections. Useful as a basic user friendly "what's going on here" command. | |||||
2015-09-19 | Add an RPC call and daemon command to get info on hard fork voting | moneromooo-monero | 1 | -0/+2 | |
2015-08-11 | Add a is_key_image_spent daemon command and RPC call | moneromooo-monero | 1 | -0/+2 | |
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 1 | -7/+7 | |
2015-05-17 | print limits when running limit commands with no arguments | moneromooo-monero | 1 | -0/+6 | |
It's more user friendly that an error message saying the command does not exist. | |||||
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -1/+7 | |
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 1 | -1/+9 | |
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 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 1 | -0/+103 | |
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. |