aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return void instead of bool for functions that cannot failpracticalswift2018-07-271-2/+1
* Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-251-2/+2
* Merge #13116: Add Clang thread safety annotations for variables guarded by cs...MarcoFalke2018-05-141-3/+3
|\
| * Add Clang thread safety annotations for variables guarded by cs_rpcWarmuppracticalswift2018-04-291-3/+3
* | Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
|/
* Add username and ip logging for RPC method requestsGabriel Davidian2018-03-251-1/+5
* Merge #11872: [rpc] createrawtransaction: Accept sorted outputsWladimir J. van der Laan2018-03-131-6/+5
|\
| * rpc: Allow typeAny in RPCTypeCheckMarcoFalke2018-02-221-6/+5
* | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan2017-12-121-2/+0
|\
| * Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-2/+0
* | Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke2017-11-301-2/+2
|\ \ | |/ |/|
| * Use range-based for loops (C++11) when looping over map elementspracticalswift2017-10-091-2/+2
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-10/+10
* | Fix uninitialized URI in batch RPC requestsRussell Yanofsky2017-10-031-4/+3
|/
* [rpc] Deprecate estimatefee RPCJohn Newbery2017-09-261-0/+7
* rpc: Push down safe mode checksAndrew Chow2017-08-291-10/+5
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1
* Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan2017-08-141-3/+3
|\
| * scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-3/+3
* | rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan2017-08-071-10/+0
|/
* Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan2017-07-041-1/+0
|\
| * scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | [RPC] Add an uptime command that displays the amount of time that bitcoind ha...Ricardo Velhote2017-06-251-0/+17
|/
* Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-3/+3
|\
| * scripted-diff: Remove PAIRTYPEJorge Timón2017-06-051-1/+1
| * scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-3/+3
* | Remove unused Boost includespracticalswift2017-06-091-2/+0
|/
* Merge #10395: Replace boost::function with std::function (C++11)Pieter Wuille2017-05-171-4/+4
|\
| * Replace boost::function with std::function (C++11)practicalswift2017-05-131-4/+4
* | RPC: Allow multiple names for parametersLuke Dashjr2017-04-101-2/+12
|/
* Merge #10162: [trivial] Log calls to getblocktemplateWladimir J. van der Laan2017-04-071-3/+1
|\
| * Log calls to getblocktemplateJohn Newbery2017-04-061-3/+1
* | Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-1/+1
|/
* [rpc] Remove auth cookie on shutdownpracticalswift2017-04-021-0/+1
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-6/+7
* Merge #9575: Remove unused, non-working RPC PostCommand signalWladimir J. van der Laan2017-03-091-8/+0
|\
| * Remove unreachable code (g_rpcSignals.PostCommand)practicalswift2017-03-091-8/+0
* | Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm2017-03-081-29/+26
* | Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequestWladimir J. van der Laan2017-03-031-4/+7
|\ \
| * | RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" methodLuke Dashjr2017-02-271-4/+7
* | | remove 'label' filter for rpc command helpGregory Sanders2017-03-011-3/+0
|/ /
* | boost: remove iostreams includesCory Fields2017-02-171-2/+0
* | [wallet] Add include_unsafe argument to listunspent RPCRussell Yanofsky2017-01-191-5/+9
|/
* rpc: Support named argumentsWladimir J. van der Laan2017-01-051-9/+56
* 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/+8
* [rpc] ParseHash: Fail when length is not 64MarcoFalke2016-10-311-0/+2
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-14/+15