aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/server.cpp
AgeCommit message (Expand)Author
2016-08-09use std::map::emplace() instead of std::map::insert()whythat
2016-08-09use c++11 std::unique_ptr instead of boost::shared_ptrwhythat
2016-06-07[rpc] fundrawtransaction feeRate: Use BTC/kBMarcoFalke
2016-04-15Add strict flag to RPCTypeCheckObjJoão Barbosa
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-21Create generatetoaddress rpcAndrew C
2016-03-14Merge #7507: Remove internal minerWladimir J. van der Laan
2016-03-12Add autocomplete to bitcoin-qt's console window.Luv Khemani
2016-02-10Remove internal minerLeviathn
2016-01-21move rpc* to rpc/Daniel Cousens