236 Commits (396485b14dd60d92c980b1b6257e5ef8c7955167)

Author SHA1 Message Date
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 12 years ago
Gavin Andresen 36e826cea1 Clean up mining CReserveKey to prevent crash at shutdown 12 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
Pieter Wuille 5dfbd4ff68 Convert fRescan argument to importprivkey to bool 12 years ago
Philip Kaufmann 5350ea4171 update CClientUIInterface and remove orphan Wx stuff 12 years ago
Jeff Garzik fdbb537d26 Add new RPC "lockunspent", to prevent spending of selected outputs 12 years ago
Jeff Garzik 7e1610d51e RPC: Forbid RPC username == RPC password 12 years ago
Jeff Garzik fcf234fc08 RPC: HTTP server uses its own ReadHTTPRequestLine() 12 years ago
Jeff Garzik 2306dc4b76 RPC, cosmetic: push down ReadHTTPStatus() calls into ReadHTTP() callers 12 years ago
Pieter Wuille 92467073ad Remove -detachdb and stop's detach argument. 12 years ago
Philip Kaufmann ed552cfae0 remove printf redefinition from bitcoinrpc.cpp 12 years ago
Gavin Andresen 34226be7a8 New createmultisig rpc command 12 years ago
Pieter Wuille beeb57610c Add gettxout and gettxoutsetinfo RPCs 12 years ago
Philip Kaufmann 95e625d235 fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cpp 12 years ago
Wladimir J. van der Laan 285746d3db Add constants for HTTP status codes 12 years ago
Wladimir J. van der Laan 738835d7b8 Document RPC error codes 12 years ago
Philip Kaufmann d210f4f5b8 fix -Wformat warnings all over the source 12 years ago
Pieter Wuille 2e3ffb2d82 Remove stack randomization 12 years ago
kjj2 b202d43076 Fix: when testnet=1 specified, change default ports to 18332 and 18333 12 years ago
kjj2 3731f5788e Adds a stopdetach <detach> RPC command. <detach> defaults to true. Works just like stop, but overrides the commandline/config file 12 years ago
Jeff Garzik ea0796bde3 Trim trailing whitespace for src/*.{h,cpp} 12 years ago
Philip Kaufmann 463a1cab43 fix signed/unsigned in strprintf and CNetAddr::GetByte() 12 years ago
Pieter Wuille c1d79812f4 Do not abort if RPC listening for IPv6 fails 12 years ago
Wladimir J. van der Laan 4d1d94c56c Rename CreateThread to NewThread 12 years ago
Gregory Maxwell bdab0cf58c Avoid leaving return types or function attributes on their own lines. 12 years ago
Gregory Maxwell 92735bca31 Add txout address filtering to listunspent. 12 years ago
coderrr 22dfd73598 Add address groupings RPC from the coincontrol patches. 12 years ago
Jeff Garzik 0e1d3551da RPC: add facility to enable RPCs to run outside cs_main, wallet locks 12 years ago
Jeff Garzik c625ae04d2 RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module 12 years ago
Jeff Garzik e3bc569865 RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module 12 years ago
Jeff Garzik 7600e7fc39 RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code 12 years ago
Jeff Garzik ddd1ffb4f1 RPC, cosmetic: de-indent getblocktemplate() 12 years ago
Jeff Garzik 79f2525ab6 RPC: split new 'submitblock' out of 'getblocktemplate' 12 years ago