211 Commits (bd85cf3df786898fa0e1f584eca840d3ec05edb2)

Author SHA1 Message Date
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
Gavin Andresen cc6dfd1f4b Allow signrawtransaction '...' null null 'hashtype' 12 years ago
Wladimir J. van der Laan c23b6fd688 Revert "Make this error message similar to the others" 12 years ago
fanquake dc1e5ad191 Make this error message similar to the others 12 years ago
Luke Dashjr 3390014fd0 Minimal BIP 22 (getblocktemplate) support 12 years ago
Luke Dashjr 1be064190e Optimize JSON-RPC getblockhash 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago
Gavin Andresen 18871d4785 Give a better error message than 'type mismatch' for complex JSON arguments 12 years ago
Giel van Schijndel 9f46ab62b1 Fix thread names after review 12 years ago
Giel van Schijndel 96931d6f78 Give threads a recognisable name to aid in debugging 12 years ago
Jeff Garzik 698b9f3095 bitcoinrpc.cpp: Removed outdated comment 12 years ago
Gavin Andresen dab9fa7f91 Use unsigned ints to fix signed/unsigned warnings 12 years ago
Gavin Andresen a2709fad7f Implement raw transaction RPC calls 12 years ago
Gavin Andresen 899d373b3c RPCTypeCheck method to make type-checking JSON Arrays easier. 12 years ago
Gavin Andresen 9a6ab7f142 Rework gettransaction / getblock RPC calls 12 years ago
Jeff Garzik 613389019e RPC: add support for JSON-RPC 2.0-style request batching 12 years ago
Jeff Garzik c6494d82fa RPC: break out high level JSON-RPC req/resp into their own functions 12 years ago
Jeff Garzik 1006f0707e RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data 12 years ago
Jeff Garzik 70ab73a008 Create new rpcnet module, and move 'getconnectioncount' RPC to it 12 years ago
Matt Corallo 460d878613 Fix build error. 12 years ago
Matt Corallo 4e97a9d9eb Lock vnThreadsRunning[THREAD_RPCHANDLER]. 12 years ago