185 Commits (d078739965e09a74b50b52a66079fee804800341)

Author SHA1 Message Date
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
Matt Corallo 7cf3d2ccb9 Use a rpc-specific queue to tell asio connections to shutdown. 12 years ago
Matt Corallo 18c4beb05b Revert "*Always* send a shutdown signal to enable custom shutdown actions" 12 years ago
Giel van Schijndel ad25804feb Cancel outstanding listen ops for RPC when shutting down 12 years ago
Jeff Garzik 25d5c19522 RPC: add 'getrawmempool', listing all transaction ids in memory pool 12 years ago
Giel van Schijndel 896899e0d6 *Always* send a shutdown signal to enable custom shutdown actions 12 years ago
Philip Kaufmann 9247134eab introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits) 12 years ago
Gavin Andresen 98474d3d6f Use ConvertTo to simplify sendmany/addmultisigaddress argument handling 12 years ago
Gavin Andresen ea7582bb41 Make sendrawtx return txid to be consistent with other send methods. 12 years ago
Pieter Wuille 587f929c64 Rework network config settings 12 years ago
Giel van Schijndel fbf9df2ea3 Use the QueueShutdown signal to stop accepting new RPC connections 13 years ago
Giel van Schijndel 7cc2ceae09 Allow all addresses on the loopback subnet (127.0.0.0/8) not just 127.0.0.1 13 years ago
Giel van Schijndel a0780ba08a Generalise RPC connection handling code to allow more listening sockets 13 years ago
Giel van Schijndel 43b6dafa6e Allow clients on the IPv6 loopback as well 13 years ago
Giel van Schijndel c1ecab818c Add dual IPv4/IPv6 stack support to the RPC server 13 years ago
Giel van Schijndel 914dc01222 Use asynchronous I/O to handle RPC requests 13 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 13 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey 13 years ago
Jeff Garzik 976c08b68a JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network 13 years ago
Wladimir J. van der Laan 239c11d0dd Make testcases build, prevent windows symbol collision 13 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 13 years ago