81 Commits (a9dd11144152bf40fa797cc0b0c8857c03d3ad6a)

Author SHA1 Message Date
Russell Yanofsky e526b3d34c Fix misleading "Method not found" multiwallet errors 7 years ago
Alex Morcos 2264236da0 Rename -usewallet to -rpcwallet 7 years ago
Jonas Schnelli 31e07203bd
Add wallet endpoint support to bitcoin-cli (-usewallet) 7 years ago
practicalswift c53369cc24 Remove duplicate include 7 years ago
John Newbery 5c643241e5 [utils] allow square brackets for ipv6 addresses in bitcoin-cli 7 years ago
Jorge Timón f87f3626e3
Chainparams: Use a regular factory for creating chainparams 7 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 7 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 7 years ago
Ian Kelling 90a1d9a55d Docs: add details to -rpcclienttimeout doc 8 years ago
Wladimir J. van der Laan 481f289765 rpc: Named argument support for bitcoin-cli 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Matt Corallo 4cd373aea8 Un-expose mapArgs from utils.h 8 years ago
Matt Corallo 0cf86a6678 Introduce (and use) an IsArgSet accessor method 8 years ago
Matt Corallo c8042a48f0 Remove arguments to ParseConfigFile 8 years ago
Karl-Johan Alm 7f7f102b8d Switched bitcoin-cli.cpp to use RAII unique pointers with deleters. 8 years ago
Wladimir J. van der Laan fe37fbe606 bitcoin-cli: Make error message less confusing 8 years ago
Karl-Johan Alm 2f2625a0bb Removed using namespace std from bitcoin-cli/-tx and added std:: in appropriate places. 8 years ago
UdjinM6 bd0de1386e Fix exit codes: 8 years ago
instagibbs 8f329f991b Add common failure cases for rpc server connection failure 8 years ago
Wladimir J. van der Laan 23c32a9694
rpc: Change JSONRPCRequest to JSONRPCRequestObj 8 years ago
Jorge Timón 3450c18a12
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs 8 years ago
Wladimir J. van der Laan 381826dfee bitcoin-cli: More detailed error reporting 8 years ago
Puru 9a8a7d0115 bitcoin-cli.cpp: Use symbolic constant for exit code 8 years ago
Wladimir J. van der Laan 92bcca37ab rpc: Input-from-stdin mode for bitcoin-cli 9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago
Luke Dashjr d5f46832de Unify package name to as few places as possible without major changes 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Luke Dashjr 02354c93be Constrain rpcport default values to a single location in code 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
Philip Kaufmann ad5aae15b4 constify missing catch cases 9 years ago
Daniel Cousens 3cb56f3778 *: alias -h for --help 9 years ago
Jorge Timón 55a89751fa Chainparams: Translations: DRY: options and error strings 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Wladimir J. van der Laan 2190ea6c4e rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout 9 years ago
Wladimir J. van der Laan 26c9b83677 Move windows socket init to utility function 9 years ago
Wladimir J. van der Laan 40b556d374 evhttpd implementation 9 years ago
Wladimir J. van der Laan 71cbeaad9a rpc: Implement random-cookie based authentication 9 years ago
Jonas Schnelli 65ce0215a4 [bitcoin-cli] improve error output 9 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 53b4671a9d extend conversion to UniValue 9 years ago
Jeff Garzik 15982a8b69 Convert tree to using univalue. Eliminate all json_spirit uses. 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