aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/server.cpp
AgeCommit message (Expand)Author
2019-04-11rpc: getrpcinfo docsBen Carman
2019-02-11RPCHelpMan: Check default values are given at compile-timeMarcoFalke
2019-01-29Merge #14987: RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-27rpc: Compile on GCC4.8MarcoFalke
2019-01-25RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-14Merge #14982: rpc: Add getrpcinfo commandWladimir J. van der Laan
2019-01-02rpc: Add getrpcinfo commandJoão Barbosa
2019-01-02rpc: Track active commandsJoão Barbosa
2018-12-29Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke
2018-12-18rpc: Fix data race (UB) in InterruptRPC()practicalswift
2018-12-14rpc: Remove unused PreCommand signalJoão Barbosa
2018-12-10Merge #14877: rpc: Document default values for optional argumentsMarcoFalke
2018-12-07rpc: Document default values for optional argumentsMarcoFalke
2018-12-06Merge #14670: http: Fix HTTP server shutdownWladimir J. van der Laan
2018-11-27rpc: Pass argument descriptions to RPCHelpManMarcoFalke
2018-11-23rpc: Add wait argument to stopJoão Barbosa
2018-11-14Use RPCHelpMan for all RPCsMarcoFalke
2018-11-13rpc: Correctly name argumentsJon Layton
2018-11-09rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-10-20refactor: Use boost::scoped_connection in signal/slot, also prefer range-base...Chun Kuan Lee
2018-09-24Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke
2018-09-13convert C-style (void) parameter lists to C++ style ()Arvid Norberg
2018-09-10Merge #14008: Preserve a format of RPC command definitionsWladimir J. van der Laan
2018-08-28Removes the Boost case_conv.hpp dependency.251
2018-08-20Preserve a format of RPC command definitionsKostiantyn Stepaniuk
2018-08-07Consistently use ParseHashV to validate hash inputs in rpcBen Woosley
2018-07-27Return void instead of bool for functions that cannot failpracticalswift
2018-06-25Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley
2018-05-14Merge #13116: Add Clang thread safety annotations for variables guarded by cs...MarcoFalke
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-29Add Clang thread safety annotations for variables guarded by cs_rpcWarmuppracticalswift
2018-03-25Add username and ip logging for RPC method requestsGabriel Davidian
2018-03-13Merge #11872: [rpc] createrawtransaction: Accept sorted outputsWladimir J. van der Laan
2018-02-22rpc: Allow typeAny in RPCTypeCheckMarcoFalke
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-12Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan
2017-11-30Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-09Use range-based for loops (C++11) when looping over map elementspracticalswift
2017-10-03Fix uninitialized URI in batch RPC requestsRussell Yanofsky
2017-09-26[rpc] Deprecate estimatefee RPCJohn Newbery
2017-08-29rpc: Push down safe mode checksAndrew Chow
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-07rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift