52 Commits (603205e3813c4530bc60984790fba1ee28695157)

Author SHA1 Message Date
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
jtimon a3d946ebdc Get rid of TestNet() 10 years ago
Stuart Cardall 5248ff4099 SetupEnvironment() - clean commit 10 years ago
Wladimir J. van der Laan 4ae5e72128
Show error message if ReadConfigFile fails 10 years ago
paveljanik db3a5e4151
Use the new name Bitcoin Core Daemon instead of Bitcoin server 10 years ago
Cozz Lovan a719903804 Fix bitcoin-cli exit status code 10 years ago
Wladimir J. van der Laan 0b47fe6bdc bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
Wladimir J. van der Laan 9d2b73d19f bitcoin-cli: Add missing SelectParamsFromCommandLine 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan 2a03a39020 Add separate bitcoin-rpc client 11 years ago