223 Commits (e5ddaf5ec8ae703818dcdcf28c7dd6e001b6d681)

Author SHA1 Message Date
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
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