aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
AgeCommit message (Expand)Author
2012-05-20Merge pull request #1354 from fanquake/masterPieter Wuille
2012-05-20Make testcases build, prevent windows symbol collisionWladimir J. van der Laan
2012-05-20Convert UI interface to boost::signals2.Wladimir J. van der Laan
2012-05-19Merge pull request #1358 from luke-jr/shared_lockchkPieter Wuille
2012-05-18Shared code for wallet lock help and checkLuke Dashjr
2012-05-18change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann
2012-05-18Update License in File HeadersFordy
2012-05-17JSON-RPC: remove 'getblocknumber' deprecated RPCJeff Garzik
2012-05-17Merge pull request #1334 from rebroad/Exiting2ExitedJeff Garzik
2012-05-17Corrected grammar. As per Principle Of Least Surprise.R E Broadley
2012-05-14Always check return values of TxnBegin() and TxnCommit()Jeff Garzik
2012-05-13Fix warning about uninitialized valuePieter Wuille
2012-05-12convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cppPhilip Kaufmann
2012-05-11Merge pull request #1101 from jgarzik/http11Jeff Garzik
2012-05-09Kill warning from unavoidable signed/unsigned comparison in bitcoinrpc.cpp.Gregory Maxwell
2012-05-08RPC: Support HTTP/1.0 and HTTP/1.1, including the proper use of keep-alivesDavid Joel Schwartz
2012-05-08Support multi-threaded JSON-RPCDavid Joel Schwartz
2012-05-08Support for decomposing scripts as "obj"Luke Dashjr
2012-05-08Second parameter to JSON-RPC getblock/gettransaction: decompositionsLuke Dashjr
2012-05-08Add block "confirmations" to getblock, mainly for identifying orphansLuke Dashjr
2012-05-08Merge pull request #841 from sipa/getalltransactionsGregory Maxwell
2012-05-08Merge pull request #1075 from laanwj/2012_04_consoleuiGregory Maxwell
2012-05-05Add UI RPC console / debug windowWladimir J. van der Laan
2012-05-04Fixed non-sensical error messagePeter Todd
2012-04-26Merge pull request #1151 from freewil/listsinceblock-blockhashGavin Andresen
2012-04-26remove strange debug message from listsinceblockfreewil
2012-04-26listsinceblock: rpc param blockid -> blockhashfreewil
2012-04-23Add casts for unavoidable signed/unsigned comparisonsJeff Garzik
2012-04-21Expose CRPCTable via bitcoinrpc.h for testingPieter Wuille
2012-04-21Encapsulate mapCommands in class CRPCTablePieter Wuille
2012-04-21Encapsulate RPC command dispatch in an array of CRPCCommand'sJeff Garzik
2012-04-18gettransaction RPC for non-wallet transactionsPieter Wuille
2012-04-17Merge remote-tracking branch 'jgarzik/mempool'Pieter Wuille
2012-04-17Further reduce header dependenciesPieter Wuille
2012-04-17Move CWalletDB code to new walletdb module.Jeff Garzik
2012-04-17Remove headers.hPieter Wuille
2012-04-15Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-15The string class returns string::npos, when find() fails.Jeff Garzik
2012-04-15CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(),Jeff Garzik
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-04-12Merge pull request #1041 from gavinandresen/listtransactionsfixGavin Andresen
2012-04-11Use filesystem::path instead of manual string tinkeringPieter Wuille
2012-04-11Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ...Gavin Andresen
2012-04-10Merge pull request #1046 from laanwj/2012_04_rpcporterrorWladimir J. van der Laan
2012-04-09Merge pull request #1052 from sipa/scopedlocksPieter Wuille
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-04-06Show error message instead of exception crash when unable to bind RPC portWladimir J. van der Laan
2012-04-06fixed small error in bitcoinrpc.cppPhilip Kaufmann
2012-04-06updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion o...Philip Kaufmann
2012-04-05Merge pull request #1042 from gavinandresen/use_ssl_cleanupGavin Andresen