3 Commits (70370ae502df8756f3a067a00ccd61b9fc819581)

Author SHA1 Message Date
Wladimir J. van der Laan 48ba56cdfd Delimit code with #ifdef ENABLE_WALLET 11 years ago
Wladimir J. van der Laan bbb093652e Move HelpExample* from rpcwallet to rpcserver 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
Gavin Andresen c8b74258ba setgenerate creates multiple blocks in -regtest mode 11 years ago
Gavin Andresen 480e75ceab RPC client option: -rpcwait, to wait for server start 11 years ago
Philip Kaufmann 379778bde6 core: remove includes in .cpp, if header is already in .h 11 years ago
sje a6099ef319 Issue #1865 - Clean up RPC help messages 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Pieter Wuille 722fa283d0 Break dependency of init on wallet. 11 years ago
Jeff Garzik 406b1f05f6 Revert "JSON Spirit updated to v4.06" 11 years ago
Jeff Garzik 0db9a805bd Revert "Switch to using raw_utf8" 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Philip Kaufmann 1728bf0873 update default -rpcsslciphers to include TLSv1.2 11 years ago
Gavin Andresen b2ba55c42b Avoid core dump if rpc port is in use. 11 years ago
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
Josh Lehan 971bb3e901 Added ping time measurement. 11 years ago
Jeff Garzik b0730874d9 Support absence of wallet (pwalletMain==NULL) in several locations, 11 years ago
Philip Kaufmann f65dddc7b2 misc small spelling/indentation fixes 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
coblee d64eef48a4 Add getnetworkhashps to get the calculated network hashrate 11 years ago
Peter Todd be066fad7d Add RPC call decodescript 11 years ago
Peter Todd 463c9710f5 Move Parse{Hash|Hex} to be usable by all RPC code 11 years ago
Gregory Maxwell 9d14e689c8 [raw] reject insanely high fees by default in sendrawtransaction 11 years ago
Jeff Garzik e5e9904c1c RPC: add getrawchangeaddress, for raw transaction change destinations 11 years ago
Gavin Andresen 42656ea2e5 Make RPC password resistant to timing attacks 11 years ago
Gavin Andresen 050d2e953f Remove #define loop from util.h 11 years ago
constantined 2ecb7555a9 Switch to using raw_utf8 11 years ago
constantined 2227389fa8 JSON Spirit updated to v4.06 11 years ago
Jeff Garzik 091aa8dae9 RPC: add getbestblockhash, to return tip of best chain 11 years ago
Jeff Garzik 36bd46f1c4 RPC: keypoolrefill gains optional size parameter 11 years ago
Pieter Wuille 4e534aa9d8 Add dumpwallet and importwallet RPCs 11 years ago
Jeff Garzik f590653377 RPC: add 'verifychain', to verify chain database at runtime 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
Luke Dashjr 2331952141 RPC: getblock(): Accept 2nd "verbose" parameter, similar to getrawtransaction, but defaulting to 1 for backward compatibility 11 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 11 years ago
Wladimir J. van der Laan d98bf10f23 Move pMiningKey init out of StartRPCThreads 11 years ago
Gavin Andresen 36e826cea1 Clean up mining CReserveKey to prevent crash at shutdown 11 years ago
Gavin Andresen 92f2c1fe0f Use boost::asio::deadline_timer for walletpassphrase timeout 12 years ago
Jeff Garzik 9f4976afe2 RPC: strictly require HTTP URI "/" 12 years ago
Gavin Andresen b31499ec72 Clean up shutdown process 12 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 12 years ago
Gavin Andresen 1b43bf0d3a Rename util.h Sleep --> MilliSleep 12 years ago
Philip Kaufmann 90bd933e6d translation base files update 2013-04-02 12 years ago
Gavin Andresen 3d9d2d423b Recommend alertnotify 12 years ago
freewil 10ef361169 CRPCCommand.unlocked -> CRPCCommand.threadSafe 12 years ago
freewil dcf8b8fd9e make vRPCCommands comment match property names 12 years ago
Andrew Poelstra 3913a99087 Enable dumpprivkey in safe mode 12 years ago
Matt Corallo 67a11bd6c5 Add a getaddednodeinfo RPC. 12 years ago
Matt Corallo 72a348fd9a Add addnode RPC command. 12 years ago
Philip Kaufmann 6e65420bd5 make bitcoinrpc.cpp UTF-8 conformant again 12 years ago