aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.cpp
AgeCommit message (Expand)Author
2015-02-24Sanitize command strings before logging them.Gregory Maxwell
2015-01-19Restore RPC HTTP keepalives to default.Gregory Maxwell
2015-01-15Add a -rpckeepalive and disable RPC use of HTTP persistent connections.Gregory Maxwell
2014-12-30rpcserver: attempt to fix uncaught exception.Cory Fields
2014-12-06Disable SSLv3 (in favor of TLS) for the RPC client and server.Gregory Maxwell
2014-12-02Merge pull request #5369Gavin Andresen
2014-11-28Move `setmocktime` to hidden categoryWladimir J. van der Laan
2014-11-26Introduce a hidden categoryPieter Wuille
2014-11-26Add 'invalidateblock' and 'reconsiderblock' RPC commands.Pieter Wuille
2014-11-26[REST] set REST API behind "-rest" optionJonas Schnelli
2014-11-26[REST] give an appropriate response in warmup phaseJonas Schnelli
2014-11-25Add 'invalidateblock' and 'reconsiderblock' RPC commands.Pieter Wuille
2014-11-19Truthier error message when rpcpassword is missingGlenn Willen
2014-11-18Merge pull request #5280Gavin Andresen
2014-11-18HTTP REST: minor fixesJeff Garzik
2014-11-17regression test only setmocktime RPC callGavin Andresen
2014-11-11Add unauthenticated HTTP REST interface to public blockchain data.Jeff Garzik
2014-11-04Add "warmup mode" for RPC server.Daniel Kraft
2014-10-30Update comments in rpcserver to be doxygen compatibleMichael Ford
2014-10-17Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the me...Mark Friedenbach
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-15Fixing compiler warning C4101ENikS
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-19Don't reveal whether password is <20 or >20 characters in RPCWladimir J. van der Laan
2014-08-14Closely track mempool byte total. Add "getmempoolinfo" RPC.Jeff Garzik
2014-08-11Categorize rpc help overviewCozz Lovan
2014-08-06Remove size limit in RPC client, keep it in serverWladimir J. van der Laan
2014-08-06Avoid a copy in RPC outputWladimir J. van der Laan
2014-08-03Implement "getchaintips" RPC command to monitor blockchain forks.Daniel Kraft
2014-07-14Merge pull request #4400Wladimir J. van der Laan
2014-07-14Merge pull request #4503Wladimir J. van der Laan
2014-07-11getblocktemplate: longpolling supportLuke Dashjr
2014-07-10Clean up RPCs that are disabled in safe-mode.Gregory Maxwell
2014-07-09add GetRandBytes() as wrapper for RAND_bytes()Philip Kaufmann
2014-07-07Merge pull request #4045Wladimir J. van der Laan
2014-07-03Clarify error message when invalid -rpcallowipWladimir J. van der Laan
2014-07-02Add support for watch-only addressesPieter Wuille
2014-06-28fix RPC error replieskazcw
2014-06-28Replace HexBits with strprintfjtimon
2014-06-27minor code format fix in rpc-related filesPhilip Kaufmann
2014-06-26RPC code movement: separate out JSON-RPC execution logic from HTTP server logicJeff Garzik
2014-06-26RPC cleanup: Improve HTTP server repliesJeff Garzik
2014-06-26JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-06-21Remove getwork() RPC callPieter Wuille
2014-06-19rpc: Add acceptors only when listening succeededWladimir J. van der Laan
2014-06-19rpc: Ignore and log errors during cancelWladimir J. van der Laan
2014-06-09Push cs_mains down in ProcessBlockPieter Wuille
2014-06-06estimatefee / estimatepriority RPC methodsGavin Andresen
2014-05-13Add -rpcbind option to allow binding RPC port on a specific interfaceWladimir J. van der Laan