aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
AgeCommit message (Expand)Author
2012-08-29Rename CreateThread to NewThreadWladimir J. van der Laan
2012-08-24Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell
2012-08-24Avoid leaving return types or function attributes on their own lines.Gregory Maxwell
2012-08-23Add txout address filtering to listunspent.Gregory Maxwell
2012-08-23Add address groupings RPC from the coincontrol patches.coderrr
2012-08-21RPC: add facility to enable RPCs to run outside cs_main, wallet locksJeff Garzik
2012-08-21Merge pull request #1693 from jgarzik/rpcwalletJeff Garzik
2012-08-21RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik
2012-08-21RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp moduleJeff Garzik
2012-08-21Merge pull request #1690 from gavinandresen/signrawtx_nullGregory Maxwell
2012-08-21RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC codeJeff Garzik
2012-08-21RPC, cosmetic: de-indent getblocktemplate()Jeff Garzik
2012-08-21RPC: split new 'submitblock' out of 'getblocktemplate'Jeff Garzik
2012-08-20Allow signrawtransaction '...' null null 'hashtype'Gavin Andresen
2012-08-03Merge branch 'gmp_bip_0.6.0' into gmp_bipLuke Dashjr
2012-08-03Minimal BIP 22 (getblocktemplate) supportLuke Dashjr
2012-08-01Merge pull request #1612 from luke-jr/opti_getblkhashGregory Maxwell
2012-08-01Optimize JSON-RPC getblockhashLuke Dashjr
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-07-26Merge branch 'bugfix_CNBerr' of git://github.com/luke-jr/bitcoinGavin Andresen
2012-07-17Give a better error message than 'type mismatch' for complex JSON argumentsGavin Andresen
2012-07-17Fix thread names after reviewGiel van Schijndel
2012-07-17Give threads a recognisable name to aid in debuggingGiel van Schijndel
2012-07-05bitcoinrpc.cpp: Removed outdated commentJeff Garzik
2012-07-05Use unsigned ints to fix signed/unsigned warningsGavin Andresen
2012-07-05Implement raw transaction RPC callsGavin Andresen
2012-07-05RPCTypeCheck method to make type-checking JSON Arrays easier.Gavin Andresen
2012-07-05Rework gettransaction / getblock RPC callsGavin Andresen
2012-07-03RPC: add support for JSON-RPC 2.0-style request batchingJeff Garzik
2012-07-03RPC: break out high level JSON-RPC req/resp into their own functionsJeff Garzik
2012-06-29RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode dataJeff Garzik
2012-06-28Create new rpcnet module, and move 'getconnectioncount' RPC to itJeff Garzik
2012-06-28Fix build error.Matt Corallo
2012-06-28Lock vnThreadsRunning[THREAD_RPCHANDLER].Matt Corallo
2012-06-28Use a rpc-specific queue to tell asio connections to shutdown.Matt Corallo
2012-06-28Revert "*Always* send a shutdown signal to enable custom shutdown actions"Matt Corallo
2012-06-24Cancel outstanding listen ops for RPC when shutting downGiel van Schijndel
2012-06-24Merge branch 'master' into async-ipv6-rpcGiel van Schijndel
2012-06-22RPC: add 'getrawmempool', listing all transaction ids in memory poolJeff Garzik
2012-06-17*Always* send a shutdown signal to enable custom shutdown actionsGiel van Schijndel
2012-06-17Merge branch 'master' into async-ipv6-rpcGiel van Schijndel
2012-06-12introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann
2012-06-04Merge branch 'netopt' of https://github.com/sipa/bitcoinGavin Andresen
2012-05-31Use ConvertTo to simplify sendmany/addmultisigaddress argument handlingGavin Andresen
2012-05-31Make sendrawtx return txid to be consistent with other send methods.Gavin Andresen
2012-05-31Rework network config settingsPieter Wuille
2012-05-25Use the QueueShutdown signal to stop accepting new RPC connectionsGiel van Schijndel
2012-05-25Allow all addresses on the loopback subnet (127.0.0.0/8) not just 127.0.0.1Giel van Schijndel
2012-05-25Generalise RPC connection handling code to allow more listening socketsGiel van Schijndel
2012-05-25Allow clients on the IPv6 loopback as wellGiel van Schijndel