Age | Commit message (Expand) | Author |
2019-07-09 | Merge #16240: JSONRPCRequest-aware RPCHelpMan | MarcoFalke |
2019-07-08 | rpc: switch to using RPCHelpMan.Check() | Karl-Johan Alm |
2019-07-05 | rpc: migrate JSONRPCRequest functionality into request.cpp | Karl-Johan Alm |
2019-07-03 | Add logpath description for getrpcinfo | Gregory Sanders |
2019-07-03 | Merge #15483: rpc: Adding a 'logpath' entry to getrpcinfo | Wladimir J. van der Laan |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-05-16 | Add a 'logpath' field to getrpcinfo | darosior |
2019-04-10 | Merge #15638: Move-only: Pull wallet code out of libbitcoin_server | Wladimir J. van der Laan |
2019-04-09 | [build] Move rpc utility methods to rpc/util | John Newbery |
2019-04-05 | rpc: getrpcinfo docs | Ben Carman |
2019-03-05 | Remove use of CRPCTable::appendCommand in wallet code | Russell Yanofsky |
2019-02-11 | RPCHelpMan: Check default values are given at compile-time | MarcoFalke |
2019-01-29 | Merge #14987: RPCHelpMan: Pass through Result and Examples | MarcoFalke |
2019-01-27 | rpc: Compile on GCC4.8 | MarcoFalke |
2019-01-25 | RPCHelpMan: Pass through Result and Examples | MarcoFalke |
2019-01-14 | Merge #14982: rpc: Add getrpcinfo command | Wladimir J. van der Laan |
2019-01-02 | rpc: Add getrpcinfo command | João Barbosa |
2019-01-02 | rpc: Track active commands | João Barbosa |
2018-12-29 | Merge #13743: refactor: Replace boost::bind with std::bind | MarcoFalke |
2018-12-18 | rpc: Fix data race (UB) in InterruptRPC() | practicalswift |
2018-12-14 | rpc: Remove unused PreCommand signal | João Barbosa |
2018-12-10 | Merge #14877: rpc: Document default values for optional arguments | MarcoFalke |
2018-12-07 | rpc: Document default values for optional arguments | MarcoFalke |
2018-12-06 | Merge #14670: http: Fix HTTP server shutdown | Wladimir J. van der Laan |
2018-11-27 | rpc: Pass argument descriptions to RPCHelpMan | MarcoFalke |
2018-11-23 | rpc: Add wait argument to stop | João Barbosa |
2018-11-14 | Use RPCHelpMan for all RPCs | MarcoFalke |
2018-11-13 | rpc: Correctly name arguments | Jon Layton |
2018-11-09 | rpc: Include rpc/util.h where needed for RPCHelpMan | MarcoFalke |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-10-20 | scripted-diff: Replace boost::bind with std::bind | Chun Kuan Lee |
2018-10-20 | refactor: Use boost::scoped_connection in signal/slot, also prefer range-base... | Chun Kuan Lee |
2018-09-24 | Merge #13424: Consistently validate txid / blockhash length and encoding in r... | MarcoFalke |
2018-09-13 | convert C-style (void) parameter lists to C++ style () | Arvid Norberg |
2018-09-10 | Merge #14008: Preserve a format of RPC command definitions | Wladimir J. van der Laan |
2018-08-28 | Removes the Boost case_conv.hpp dependency. | 251 |
2018-08-20 | Preserve a format of RPC command definitions | Kostiantyn Stepaniuk |
2018-08-07 | Consistently use ParseHashV to validate hash inputs in rpc | Ben Woosley |
2018-07-27 | Return void instead of bool for functions that cannot fail | practicalswift |
2018-06-25 | Break circular dependency: init -> * -> init by extracting shutdown.h | Ben Woosley |
2018-05-14 | Merge #13116: Add Clang thread safety annotations for variables guarded by cs... | MarcoFalke |
2018-05-03 | Make it clear which functions that are intended to be translation unit local | practicalswift |
2018-04-29 | Add Clang thread safety annotations for variables guarded by cs_rpcWarmup | practicalswift |
2018-03-25 | Add username and ip logging for RPC method requests | Gabriel Davidian |
2018-03-13 | Merge #11872: [rpc] createrawtransaction: Accept sorted outputs | Wladimir J. van der Laan |
2018-02-22 | rpc: Allow typeAny in RPCTypeCheck | MarcoFalke |
2018-02-19 | Split key_io (address/key encodings) off from base58 | Pieter Wuille |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-12 | Merge #10574: Remove includes in .cpp files for things the corresponding .h f... | Wladimir J. van der Laan |
2017-11-30 | Merge #10493: Use range-based for loops (C++11) when looping over map elements | MarcoFalke |