aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #841 from sipa/getalltransactionsGregory Maxwell2012-05-081-14/+81
|\
| * gettransaction RPC for non-wallet transactionsPieter Wuille2012-04-181-14/+81
* | Merge pull request #1075 from laanwj/2012_04_consoleuiGregory Maxwell2012-05-081-75/+88
|\ \
| * | Add UI RPC console / debug windowWladimir J. van der Laan2012-05-051-75/+88
* | | Fixed non-sensical error messagePeter Todd2012-05-041-3/+5
|/ /
* | Merge pull request #1151 from freewil/listsinceblock-blockhashGavin Andresen2012-04-261-2/+2
|\ \
| * | listsinceblock: rpc param blockid -> blockhashfreewil2012-04-261-2/+2
* | | remove strange debug message from listsinceblockfreewil2012-04-261-1/+0
|/ /
* | Add casts for unavoidable signed/unsigned comparisonsJeff Garzik2012-04-231-4/+6
* | Expose CRPCTable via bitcoinrpc.h for testingPieter Wuille2012-04-211-26/+5
* | Encapsulate mapCommands in class CRPCTablePieter Wuille2012-04-211-27/+38
* | Encapsulate RPC command dispatch in an array of CRPCCommand'sJeff Garzik2012-04-211-84/+89
|/
* Merge remote-tracking branch 'jgarzik/mempool'Pieter Wuille2012-04-171-1/+1
|\
| * CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(),Jeff Garzik2012-04-151-1/+1
* | Further reduce header dependenciesPieter Wuille2012-04-171-5/+5
* | Move CWalletDB code to new walletdb module.Jeff Garzik2012-04-171-0/+1
* | Remove headers.hPieter Wuille2012-04-171-1/+4
* | Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-151-1/+1
* | The string class returns string::npos, when find() fails.Jeff Garzik2012-04-151-1/+1
|/
* fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan2012-04-151-0/+4
* Merge pull request #1041 from gavinandresen/listtransactionsfixGavin Andresen2012-04-121-15/+23
|\
| * Bug fix listtransactions from/count handling.Gavin Andresen2012-04-041-15/+23
* | Use filesystem::path instead of manual string tinkeringPieter Wuille2012-04-111-4/+4
* | Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ...Gavin Andresen2012-04-111-3/+1
* | Merge pull request #1046 from laanwj/2012_04_rpcporterrorWladimir J. van der Laan2012-04-101-3/+15
|\ \
| * | Show error message instead of exception crash when unable to bind RPC portWladimir J. van der Laan2012-04-061-3/+15
* | | Merge pull request #1052 from sipa/scopedlocksPieter Wuille2012-04-091-3/+4
|\ \ \
| * | | Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-3/+4
| |/ /
* | | fixed small error in bitcoinrpc.cppPhilip Kaufmann2012-04-061-2/+2
* | | updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion o...Philip Kaufmann2012-04-061-13/+15
|/ /
* | Merge pull request #1042 from gavinandresen/use_ssl_cleanupGavin Andresen2012-04-051-27/+1
|\ \
| * | Remove USE_SSL #defineGavin Andresen2012-04-041-27/+1
| |/
* / Enable addmultisigaddress RPC call for main networkGavin Andresen2012-04-041-2/+0
|/
* Use a messagebox to display the error when -server is provided without provid...Wladimir J. van der Laan2012-04-041-8/+9
* support RPC stop and encryptwallet with UIWladimir J. van der Laan2012-04-041-14/+3
* VC2010 compile fixesWladimir J. van der Laan2012-04-031-7/+7
* Introduce explicit -walletupgrade optionPieter Wuille2012-03-221-0/+1
* replace call to PrintConsole with call to error()Wladimir J. van der Laan2012-03-211-20/+2
* Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"Gregory Maxwell2012-03-101-3/+3
* bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen2012-02-261-7/+5
* Cleanup JSON-RPC getblock output to be consistentLuke Dashjr2012-02-221-10/+17
* Merge branch 'testnetmining' of github.com:gavinandresen/bitcoin-gitGavin Andresen2012-02-171-2/+2
|\