Age | Commit message (Expand) | Author |
2017-09-26 | [rpc] Deprecate estimatefee RPC | John Newbery |
2017-08-29 | rpc: Push down safe mode checks | Andrew Chow |
2017-08-14 | scripted-diff: stop using the gArgs wrappers | Marko Bencun |
2017-08-14 | Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin... | Wladimir J. van der Laan |
2017-08-07 | rpc: Move ValueFromAmount to core_write | Wladimir J. van der Laan |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-07-04 | Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> | Wladimir J. van der Laan |
2017-06-25 | [RPC] Add an uptime command that displays the amount of time that bitcoind ha... | Ricardo Velhote |
2017-06-22 | scripted-diff: Remove #include <boost/foreach.hpp> | Jorge Timón |
2017-06-13 | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE | Pieter Wuille |
2017-06-09 | Remove unused Boost includes | practicalswift |
2017-06-05 | scripted-diff: Remove PAIRTYPE | Jorge Timón |
2017-06-05 | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón |
2017-05-17 | Merge #10395: Replace boost::function with std::function (C++11) | Pieter Wuille |
2017-05-13 | Replace boost::function with std::function (C++11) | practicalswift |
2017-04-10 | RPC: Allow multiple names for parameters | Luke Dashjr |
2017-04-07 | Merge #10162: [trivial] Log calls to getblocktemplate | Wladimir J. van der Laan |
2017-04-06 | Log calls to getblocktemplate | John Newbery |
2017-04-03 | Replace includes of boost/filesystem.h with fs.h | Wladimir J. van der Laan |
2017-04-02 | [rpc] Remove auth cookie on shutdown | practicalswift |
2017-04-01 | Change LogAcceptCategory to use uint32_t rather than sets of strings. | Gregory Maxwell |
2017-03-09 | Merge #9575: Remove unused, non-working RPC PostCommand signal | Wladimir J. van der Laan |
2017-03-09 | Remove unreachable code (g_rpcSignals.PostCommand) | practicalswift |
2017-03-08 | Refactor: Remove using namespace <xxx> from rpc/ | Karl-Johan Alm |
2017-03-03 | Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest | Wladimir J. van der Laan |
2017-03-01 | remove 'label' filter for rpc command help | Gregory Sanders |
2017-02-27 | RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method | Luke Dashjr |
2017-02-17 | boost: remove iostreams includes | Cory Fields |
2017-01-19 | [wallet] Add include_unsafe argument to listunspent RPC | Russell Yanofsky |
2017-01-05 | rpc: Support named arguments | Wladimir J. van der Laan |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-05 | Add option to return non-segwit serialization via rpc | Gregory Sanders |
2016-10-31 | [rpc] ParseHash: Fail when length is not 64 | MarcoFalke |
2016-10-19 | [RPC] Give RPC commands more information about the RPC request | Jonas Schnelli |
2016-08-09 | use std::map::emplace() instead of std::map::insert() | whythat |
2016-08-09 | use c++11 std::unique_ptr instead of boost::shared_ptr | whythat |
2016-06-07 | [rpc] fundrawtransaction feeRate: Use BTC/kB | MarcoFalke |
2016-04-15 | Add strict flag to RPCTypeCheckObj | João Barbosa |
2016-03-31 | rpc: Register calls where they are defined | Wladimir J. van der Laan |
2016-03-21 | Create generatetoaddress rpc | Andrew C |
2016-03-14 | Merge #7507: Remove internal miner | Wladimir J. van der Laan |
2016-03-12 | Add autocomplete to bitcoin-qt's console window. | Luv Khemani |
2016-02-10 | Remove internal miner | Leviathn |
2016-01-21 | move rpc* to rpc/ | Daniel Cousens |