Age | Commit message (Expand) | Author |
2015-10-23 | Merge pull request #5936 | Wladimir J. van der Laan |
2015-10-01 | [Univalue] add univalue over subtree | Jonas Schnelli |
2015-08-10 | Add optional locktime to createrawtransaction | Tom Harding |
2015-07-20 | Add importpubkey method to import a watch-only pubkey | Matt Corallo |
2015-07-20 | Add p2sh option to importaddress to import redeemScripts | Matt Corallo |
2015-07-02 | Merge pull request #6247 | Wladimir J. van der Laan |
2015-06-23 | Merge pull request #6088 | Wladimir J. van der Laan |
2015-06-17 | setban: rewrite to UniValue, allow absolute bantime | Jonas Schnelli |
2015-06-17 | [RPC] add setban/listbanned/clearbanned RPC commands | Jonas Schnelli |
2015-06-11 | Add fundrawtransaction RPC method | Matt Corallo |
2015-06-05 | Add getblockheader RPC call | Peter Todd |
2015-06-04 | Simplify RPCclient, adapt json_parse_error test | Wladimir J. van der Laan |
2015-06-04 | Remove JSON Spirit wrapper, remove JSON Spirit leftovers | Jonas Schnelli |
2015-06-04 | remove JSON Spirit UniValue wrapper | Jonas Schnelli |
2015-06-04 | univalue: add support for real, fix percision and make it json_spirit compatible | Jonas Schnelli |
2015-06-04 | special threatment for null,true,false because they are non valid json | Jonas Schnelli |
2015-06-04 | extend conversion to UniValue | Jonas Schnelli |
2015-06-04 | Convert tree to using univalue. Eliminate all json_spirit uses. | Jeff Garzik |
2015-04-30 | Merge pull request #6022 | Wladimir J. van der Laan |
2015-04-23 | Add RPC call to generate and verify merkle blocks | Matt Corallo |
2015-04-16 | Separate CTranslationInterface from CClientUIInterface | Jorge Timón |
2015-04-01 | Introduce separate 'generate' RPC call | Pieter Wuille |
2015-03-13 | Subtract fee from amount | Cozz Lovan |
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 |