aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Implement raw transaction RPC callsGavin Andresen2012-07-051-43/+23
* | | | | RPCTypeCheck method to make type-checking JSON Arrays easier.Gavin Andresen2012-07-051-0/+37
* | | | | Rework gettransaction / getblock RPC callsGavin Andresen2012-07-051-264/+28
* | | | | RPC: add support for JSON-RPC 2.0-style request batchingJeff Garzik2012-07-031-5/+49
* | | | | RPC: break out high level JSON-RPC req/resp into their own functionsJeff Garzik2012-07-031-30/+55
* | | | | RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode dataJeff Garzik2012-06-291-0/+2
* | | | | Create new rpcnet module, and move 'getconnectioncount' RPC to itJeff Garzik2012-06-281-11/+1
* | | | | Fix build error.Matt Corallo2012-06-281-1/+1
* | | | | Lock vnThreadsRunning[THREAD_RPCHANDLER].Matt Corallo2012-06-281-3/+14
* | | | | Use a rpc-specific queue to tell asio connections to shutdown.Matt Corallo2012-06-281-2/+5
* | | | | Revert "*Always* send a shutdown signal to enable custom shutdown actions"Matt Corallo2012-06-281-1/+2
* | | | | Cancel outstanding listen ops for RPC when shutting downGiel van Schijndel2012-06-241-31/+26
* | | | | Merge branch 'master' into async-ipv6-rpcGiel van Schijndel2012-06-241-0/+18
|\ \ \ \ \
| * | | | | RPC: add 'getrawmempool', listing all transaction ids in memory poolJeff Garzik2012-06-221-0/+18
* | | | | | *Always* send a shutdown signal to enable custom shutdown actionsGiel van Schijndel2012-06-171-2/+1
* | | | | | Merge branch 'master' into async-ipv6-rpcGiel van Schijndel2012-06-171-129/+133
|\| | | | |
| * | | | | introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann2012-06-121-7/+7
| * | | | | Merge branch 'netopt' of https://github.com/sipa/bitcoinGavin Andresen2012-06-041-1/+4
| |\ \ \ \ \
| | * | | | | Rework network config settingsPieter Wuille2012-05-311-1/+4
| * | | | | | Use ConvertTo to simplify sendmany/addmultisigaddress argument handlingGavin Andresen2012-05-311-18/+5
| * | | | | | Make sendrawtx return txid to be consistent with other send methods.Gavin Andresen2012-05-311-1/+1
| |/ / / / /
| * | | | | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-93/+106
| * | | | | Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-10/+10
* | | | | | Use the QueueShutdown signal to stop accepting new RPC connectionsGiel van Schijndel2012-05-251-7/+7
* | | | | | Allow all addresses on the loopback subnet (127.0.0.0/8) not just 127.0.0.1Giel van Schijndel2012-05-251-1/+4
* | | | | | Generalise RPC connection handling code to allow more listening socketsGiel van Schijndel2012-05-251-43/+97
* | | | | | Allow clients on the IPv6 loopback as wellGiel van Schijndel2012-05-251-3/+12
* | | | | | Add dual IPv4/IPv6 stack support to the RPC serverGiel van Schijndel2012-05-251-19/+44
* | | | | | Use asynchronous I/O to handle RPC requestsGiel van Schijndel2012-05-251-38/+82
|/ / / / /
* | | | | JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to networkJeff Garzik2012-05-231-0/+35
* | | | | Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\ \ \ \ \
| * | | | | Update License in File HeadersFordy2012-05-181-1/+1
* | | | | | Make testcases build, prevent windows symbol collisionWladimir J. van der Laan2012-05-201-2/+2
* | | | | | Convert UI interface to boost::signals2.Wladimir J. van der Laan2012-05-201-8/+8
* | | | | | Merge pull request #1358 from luke-jr/shared_lockchkPieter Wuille2012-05-191-35/+31
|\ \ \ \ \ \
| * | | | | | Shared code for wallet lock help and checkLuke Dashjr2012-05-181-35/+31
* | | | | | | change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann2012-05-181-13/+13
|/ / / / / /
* / / / / / JSON-RPC: remove 'getblocknumber' deprecated RPCJeff Garzik2012-05-171-17/+1
|/ / / / /
* | | | | Merge pull request #1334 from rebroad/Exiting2ExitedJeff Garzik2012-05-171-1/+1
|\ \ \ \ \
| * | | | | Corrected grammar. As per Principle Of Least Surprise.R E Broadley2012-05-171-1/+1
* | | | | | Always check return values of TxnBegin() and TxnCommit()Jeff Garzik2012-05-141-2/+4
|/ / / / /
* | | | | Fix warning about uninitialized valuePieter Wuille2012-05-131-1/+1
* | | | | convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cppPhilip Kaufmann2012-05-121-5/+5
* | | | | Merge pull request #1101 from jgarzik/http11Jeff Garzik2012-05-111-37/+97
|\ \ \ \ \
| * | | | | RPC: Support HTTP/1.0 and HTTP/1.1, including the proper use of keep-alivesDavid Joel Schwartz2012-05-081-12/+38
| * | | | | Support multi-threaded JSON-RPCDavid Joel Schwartz2012-05-081-32/+66
* | | | | | Kill warning from unavoidable signed/unsigned comparison in bitcoinrpc.cpp.Gregory Maxwell2012-05-091-1/+1
|/ / / / /
* | | | | Support for decomposing scripts as "obj"Luke Dashjr2012-05-081-0/+74
* | | | | Second parameter to JSON-RPC getblock/gettransaction: decompositionsLuke Dashjr2012-05-081-25/+122
* | | | | Add block "confirmations" to getblock, mainly for identifying orphansLuke Dashjr2012-05-081-0/+3