63 Commits (f11fb32967dcf642f2ea8b959a9d5ea349bfa237)

Author SHA1 Message Date
Puru e8f5b0278e
bitcoin-cli.cpp: Use symbolic constant for exit code 8 years ago
Wladimir J. van der Laan 21e33231af
rpc: Input-from-stdin mode for bitcoin-cli 8 years ago
Daira Hopwood f0d1accb7d Line-wrap privacy notice. Use <> around URL and end sentence with '.'. 7 years ago
Jack Grigg 206e2b9737
Wrap error string 7 years ago
Jay Graber ab1d2d575c Add security message to license text, rm url from translation string 7 years ago
Jay Graber 54c0a28123 Add security warning to zcashd metrics display 7 years ago
Jay Graber efa9c265c4 Add security warning to zcash-cli --help and --version message output 7 years ago
Ian Kelling 629a875229
Docs: add details to -rpcclienttimeout doc 7 years ago
Karl-Johan Alm 68377e18a8
Switched bitcoin-cli.cpp to use RAII unique pointers with deleters. 8 years ago
Wladimir J. van der Laan 7c2ab05969
bitcoin-cli: Make error message less confusing 8 years ago
instagibbs 603205e381
Add common failure cases for rpc server connection failure 8 years ago
Wladimir J. van der Laan 6415573a59
bitcoin-cli: More detailed error reporting 8 years ago
Wladimir J. van der Laan 89bccddcd8
rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout 9 years ago
Wladimir J. van der Laan 167b6231c9
Move windows socket init to utility function 9 years ago
Wladimir J. van der Laan afd64f76ea
evhttpd implementation 10 years ago
Jonas Schnelli f061578b8f
[bitcoin-cli] improve error output 9 years ago
Jonas Schnelli a10a6e2a0e
[Univalue] add univalue over subtree 9 years ago
Jonas Schnelli d014114d67
Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 851f58f94e
remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 9756b7bd29
extend conversion to UniValue 9 years ago
Jeff Garzik ed21d5bd4b
Convert tree to using univalue. Eliminate all json_spirit uses. 10 years ago
Simon af02114469 Closes #1097 so zcash-cli now displays license info like zcashd. 8 years ago
Wladimir J. van der Laan e957192c54
rpc: Implement random-cookie based authentication 9 years ago
Jack Grigg 3985a40d1f Change default ports 8 years ago
Jack Grigg a1de76c7a0 Bitcoin -> Zcash in version and help text 8 years ago
Taylor Hornby aaf6495948 Rename bitcoin.conf and bitcoind.pid to zcash.conf and zcashd.pid in qa/ and src/ 8 years ago
Daniel Cousens af6edac0bd *: alias -h for --help 9 years ago
Jorge Timón b74dcb3b4a Separate CTranslationInterface from CClientUIInterface 9 years ago
Luca Venturini 1fdb9fa3f9 Help messages correctly formatted (79 chars) 10 years ago
Cory Fields a3241998e1 namespace: remove boost namespace pollution 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Gregory Maxwell 683dc4009b Disable SSLv3 (in favor of TLS) for the RPC client and server. 10 years ago
Pavel Janík 3d0a1ce193 Process help and version arguments before datadir. 10 years ago
Pieter Wuille 93a6022400 Reduce bitcoin-cli dependencies 10 years ago
Daniel Kraft af82884ab7 Add "warmup mode" for RPC server. 10 years ago
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
Luke Dashjr 0a08aa8f2a Parameterise command line option defaults, so translations are independent of them 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan 6e5fd003e0 Move `*Version()` functions to version.h/cpp 10 years ago
Wladimir J. van der Laan 733177ebd3 Remove size limit in RPC client, keep it in server 10 years ago
Jeff Garzik 3ce7e669e3 bitcoin-cli, rpcrawtransaction: harmonize "{" styling 10 years ago
Wladimir J. van der Laan 73ac7abd08 Move ui_interface to bitcoin_server.a 10 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 10 years ago
Wladimir J. van der Laan 09eb201b1b Remove `using namespace std` from header file 10 years ago
Wladimir J. van der Laan b750cf1fb9
Remove cli functionality from bitcoind 10 years ago
Jeff Garzik 0cafb63025
bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constant 10 years ago
Wladimir J. van der Laan 96b733e996 Add `-version` option to get just the version 10 years ago