aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/server.cpp
AgeCommit message (Expand)Author
2017-03-03Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequestWladimir J. van der Laan
2017-03-01remove 'label' filter for rpc command helpGregory Sanders
2017-02-27RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" methodLuke Dashjr
2017-02-17boost: remove iostreams includesCory Fields
2017-01-19[wallet] Add include_unsafe argument to listunspent RPCRussell Yanofsky
2017-01-05rpc: Support named argumentsWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-05Add option to return non-segwit serialization via rpcGregory Sanders
2016-10-31[rpc] ParseHash: Fail when length is not 64MarcoFalke
2016-10-19[RPC] Give RPC commands more information about the RPC requestJonas Schnelli
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