index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcclient.cpp
Age
Commit message (
Expand
)
Author
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-20
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-17
regression test only setmocktime RPC call
Gavin Andresen
2014-09-17
Merge pull request #4863
Wladimir J. van der Laan
2014-09-16
fix missing gettransaction entries in rpcclient
Benedict Chan
2014-09-16
remove include of chainparams.h
imharrywu
2014-09-14
header include cleanup
Philip Kaufmann
2014-07-15
Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc...
Cozz Lovan
2014-07-02
added includedWatchonly argument to listreceivedbyaddress/...account
JaSK
2014-07-02
added includeWatchonly argument to 'gettransaction' because it affects balanc...
JaSK
2014-07-02
Added argument to listtransactions and listsinceblock to include watchonly ad...
JaSK
2014-07-02
Added argument to listaccounts to include watchonly addresses
JaSK
2014-07-02
Added argument to getbalance to include watchonly addresses and fixed errors ...
JaSK
2014-07-02
Add support for watch-only addresses
Pieter Wuille
2014-06-26
RPC client: Simplify command line string-to-JSON-value conversion code
Jeff Garzik
2014-06-26
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
Luke Dashjr
2014-06-15
Remove cli functionality from bitcoind
Wladimir J. van der Laan
2014-06-15
bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constant
Jeff Garzik
2014-06-06
estimatefee / estimatepriority RPC methods
Gavin Andresen
2014-05-13
switch from boost int types to <stdint.h>
Kamil Domanski
2014-03-25
improve command-line options output
Cozz Lovan
2014-03-07
Remove unused includes of boost lexical_cast
Wladimir J. van der Laan
2014-02-26
Replace PrintException with PrintExceptionContinue + throw
Wladimir J. van der Laan
2014-02-26
Fix bitcoin-cli exit status code
Cozz Lovan
2013-12-09
some string and indentation updates in init/rpcclient
Philip Kaufmann
2013-12-03
Merge pull request #3320 from laanwj/2013_11_cli_split
Gavin Andresen
2013-12-03
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-11-30
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan