aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.h
AgeCommit message (Expand)Author
2014-11-26Add 'invalidateblock' and 'reconsiderblock' RPC commands.Pieter Wuille
2014-11-26[REST] give an appropriate response in warmup phaseJonas Schnelli
2014-11-20Update comments in src/rpc* to be doxygen compatibleMichael Ford
2014-11-18Merge pull request #5280Gavin Andresen
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-11-03Fix all header definesPavel Janík
2014-10-31minor cleanup: include orders, end comments etc.Philip Kaufmann
2014-10-30Update comments in rpcserver to be doxygen compatibleMichael Ford
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-08-28add missing header end commentsPhilip Kaufmann
2014-08-14Closely track mempool byte total. Add "getmempoolinfo" RPC.Jeff Garzik
2014-08-11Categorize rpc help overviewCozz Lovan
2014-08-03Implement "getchaintips" RPC command to monitor blockchain forks.Daniel Kraft
2014-07-11getblocktemplate: longpolling supportLuke Dashjr
2014-07-02Add support for watch-only addressesPieter Wuille
2014-06-28Replace HexBits with strprintfjtimon
2014-06-27Move AcceptedConnection class to rpcserver.h.Jeff Garzik
2014-06-26JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr
2014-06-21Remove getwork() RPC callPieter Wuille
2014-06-06estimatefee / estimatepriority RPC methodsGavin Andresen
2014-05-09Add tests for BoostAsioToCNetAddrWladimir J. van der Laan
2014-05-06rpc: add `getblockchaininfo` and `getnetworkinfo`Wladimir J. van der Laan
2014-02-27move wallet info stuff to "getwalletinfo" rpc (left original walletDaniel Newton
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-17qt: allow `walletpassphrase` in debug console without -serverWladimir J. van der Laan
2013-12-08Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balanceMichael Bauer
2013-11-27Split up bitcoinrpc (code movement only)Wladimir J. van der Laan