aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/server.h
Commit message (Expand)AuthorAgeFilesLines
* rpc: Remove unused return type from appendCommandMarcoFalke2020-08-141-2/+2
* rpc: Assert that passed arg names are equal to hardcoded onesMarcoFalke2020-07-031-0/+2
* rpc: Add CRPCCommand constructor which takes RPCHelpManMarcoFalke2020-06-301-1/+14
* rpc: factor out RpcInterruptionPoint from dumptxoutsetMarcoFalke2020-05-221-1/+4
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Remove unused includespracticalswift2019-10-151-2/+0
* rpc: migrate JSONRPCRequest functionality into request.cppKarl-Johan Alm2019-07-051-16/+2
* [build] Move rpc utility methods to rpc/utilJohn Newbery2019-04-091-42/+0
* Remove use of CRPCTable::appendCommand in wallet codeRussell Yanofsky2019-03-051-6/+25
* convert C-style (void) parameter lists to C++ style ()Arvid Norberg2018-09-131-2/+2
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Return void instead of bool for functions that cannot failpracticalswift2018-07-271-1/+1
|/
* Merge #12757: Clarify include guard naming conventionMarcoFalke2018-04-011-3/+3
|\
| * Fix missing or inconsistent include guardspracticalswift2018-03-221-3/+3
* | Add username and ip logging for RPC method requestsGabriel Davidian2018-03-251-0/+1
|/
* Document RPC method aliasingRussell Yanofsky2018-03-151-0/+9
* [rpc] createrawtransaction: Accept sorted outputsMarcoFalke2018-03-071-1/+1
* rpc: Allow typeAny in RPCTypeCheckMarcoFalke2018-02-221-3/+3
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* Fix uninitialized URI in batch RPC requestsRussell Yanofsky2017-10-031-1/+1
* [rpc] Deprecate estimatefee RPCJohn Newbery2017-09-261-0/+2
* rpc: Push down safe mode checksAndrew Chow2017-08-291-2/+0
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan2017-08-071-1/+0
* Remove unnecessary forward class declarations in header filespracticalswift2017-06-121-3/+0
* Perform member initialization in initialization lists where possiblepracticalswift2017-06-041-1/+1
* Replace boost::function with std::function (C++11)practicalswift2017-05-131-7/+5
* refactor: Move RPCNotifyBlockChange out of `rpc/server.h`Wladimir J. van der Laan2017-03-271-1/+0
* refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan2017-03-271-1/+0
* Fix parameter naming inconsistencies between .h and .cpp filespracticalswift2017-03-191-1/+1
* Remove unused codepracticalswift2017-03-171-1/+0
* Move wallet RPC declarations to rpcwallet.hLuke Dashjr2017-02-271-11/+0
* RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" methodLuke Dashjr2017-02-271-1/+1
* Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...Luke Dashjr2017-02-271-1/+0
* RPC: Do all wallet access through new GetWalletForJSONRPCRequestLuke Dashjr2017-02-271-0/+1
* RPC/Wallet: Pass CWallet as pointer to helper functionsLuke Dashjr2017-02-271-2/+9
* [wallet] Add include_unsafe argument to listunspent RPCRussell Yanofsky2017-01-191-0/+5
* rpc: Support named argumentsWladimir J. van der Laan2017-01-051-0/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Add option to return non-segwit serialization via rpcGregory Sanders2016-12-051-0/+5
* [RPC] pass HTTP basic authentication username to the JSONRequest objectJonas Schnelli2016-10-191-1/+2
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-6/+7
* add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields2016-09-071-0/+1
* [rpc] fundrawtransaction feeRate: Use BTC/kBMarcoFalke2016-06-071-3/+12
* Add strict flag to RPCTypeCheckObjJoão Barbosa2016-04-151-1/+1
* rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-59/+0
* Create generatetoaddress rpcAndrew C2016-03-211-0/+1
* Merge #7507: Remove internal minerWladimir J. van der Laan2016-03-141-2/+0
|\