aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/server.h
AgeCommit message (Expand)Author
2017-11-03Fix uninitialized URI in batch RPC requestsRussell Yanofsky
2017-08-07rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan
2017-06-12Remove unnecessary forward class declarations in header filespracticalswift
2017-06-04Perform member initialization in initialization lists where possiblepracticalswift
2017-05-13Replace boost::function with std::function (C++11)practicalswift
2017-03-27refactor: Move RPCNotifyBlockChange out of `rpc/server.h`Wladimir J. van der Laan
2017-03-27refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan
2017-03-19Fix parameter naming inconsistencies between .h and .cpp filespracticalswift
2017-03-17Remove unused codepracticalswift
2017-02-27Move wallet RPC declarations to rpcwallet.hLuke Dashjr
2017-02-27RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" methodLuke Dashjr
2017-02-27Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...Luke Dashjr
2017-02-27RPC: Do all wallet access through new GetWalletForJSONRPCRequestLuke Dashjr
2017-02-27RPC/Wallet: Pass CWallet as pointer to helper functionsLuke Dashjr
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-19[RPC] pass HTTP basic authentication username to the JSONRequest objectJonas Schnelli
2016-10-19[RPC] Give RPC commands more information about the RPC requestJonas Schnelli
2016-09-07add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields
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-21rpc: update inline comments to refer to new file pathsDaniel Cousens
2016-01-21move rpc* to rpc/Daniel Cousens