aboutsummaryrefslogtreecommitdiff
path: root/src/rpcclient.cpp
AgeCommit message (Expand)Author
2014-11-20Update comments in src/rpc* to be doxygen compatibleMichael Ford
2014-11-17regression test only setmocktime RPC callGavin Andresen
2014-09-17Merge pull request #4863Wladimir J. van der Laan
2014-09-16fix missing gettransaction entries in rpcclientBenedict Chan
2014-09-16remove include of chainparams.himharrywu
2014-09-14header include cleanupPhilip Kaufmann
2014-07-15Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc...Cozz Lovan
2014-07-02added includedWatchonly argument to listreceivedbyaddress/...accountJaSK
2014-07-02added includeWatchonly argument to 'gettransaction' because it affects balanc...JaSK
2014-07-02Added argument to listtransactions and listsinceblock to include watchonly ad...JaSK
2014-07-02Added argument to listaccounts to include watchonly addressesJaSK
2014-07-02Added argument to getbalance to include watchonly addresses and fixed errors ...JaSK
2014-07-02Add support for watch-only addressesPieter Wuille
2014-06-26RPC client: Simplify command line string-to-JSON-value conversion codeJeff Garzik
2014-06-26JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr
2014-06-15Remove cli functionality from bitcoindWladimir J. van der Laan
2014-06-15bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constantJeff Garzik
2014-06-06estimatefee / estimatepriority RPC methodsGavin Andresen
2014-05-13switch from boost int types to <stdint.h>Kamil Domanski
2014-03-25improve command-line options outputCozz Lovan
2014-03-07Remove unused includes of boost lexical_castWladimir J. van der Laan
2014-02-26Replace PrintException with PrintExceptionContinue + throwWladimir J. van der Laan
2014-02-26Fix bitcoin-cli exit status codeCozz Lovan
2013-12-09some string and indentation updates in init/rpcclientPhilip Kaufmann
2013-12-03Merge pull request #3320 from laanwj/2013_11_cli_splitGavin Andresen
2013-12-03bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan
2013-11-30Add verbose boolean to getrawmempoolGavin Andresen
2013-11-27Split up bitcoinrpc (code movement only)Wladimir J. van der Laan