index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcserver.h
Age
Commit message (
Expand
)
Author
2015-05-06
Merge pull request #5420
Wladimir J. van der Laan
2015-04-23
Add RPC call to generate and verify merkle blocks
Matt Corallo
2015-04-21
[REST] getutxos REST command (based on Bip64)
Jonas Schnelli
2015-04-12
Push down RPC reqWallet flag
Jonas Schnelli
2015-04-01
Introduce separate 'generate' RPC call
Pieter Wuille
2015-03-24
Regression test for ResendWalletTransactions
Gavin Andresen
2015-01-28
Trim RPC command table
Wladimir J. van der Laan
2015-01-28
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-24
Merge pull request #5599
Wladimir J. van der Laan
2015-01-04
Get rid of the internal miner's hashmeter
jtimon
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Make pass-by-ref arguments const.
Daniel Kraft
2014-11-26
Add 'invalidateblock' and 'reconsiderblock' RPC commands.
Pieter Wuille
2014-11-26
[REST] give an appropriate response in warmup phase
Jonas Schnelli
2014-11-20
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-18
Merge pull request #5280
Gavin Andresen
2014-11-17
regression test only setmocktime RPC call
Gavin Andresen
2014-11-11
Add unauthenticated HTTP REST interface to public blockchain data.
Jeff Garzik
2014-11-04
Add "warmup mode" for RPC server.
Daniel Kraft
2014-11-03
Fix all header defines
Pavel JanÃk
2014-10-31
minor cleanup: include orders, end comments etc.
Philip Kaufmann
2014-10-30
Update comments in rpcserver to be doxygen compatible
Michael Ford
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-14
Closely track mempool byte total. Add "getmempoolinfo" RPC.
Jeff Garzik
2014-08-11
Categorize rpc help overview
Cozz Lovan
2014-08-03
Implement "getchaintips" RPC command to monitor blockchain forks.
Daniel Kraft
2014-07-11
getblocktemplate: longpolling support
Luke Dashjr
2014-07-02
Add support for watch-only addresses
Pieter Wuille
2014-06-28
Replace HexBits with strprintf
jtimon
2014-06-27
Move AcceptedConnection class to rpcserver.h.
Jeff Garzik
2014-06-26
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
Luke Dashjr
2014-06-21
Remove getwork() RPC call
Pieter Wuille
2014-06-06
estimatefee / estimatepriority RPC methods
Gavin Andresen
2014-05-09
Add tests for BoostAsioToCNetAddr
Wladimir J. van der Laan
2014-05-06
rpc: add `getblockchaininfo` and `getnetworkinfo`
Wladimir J. van der Laan
2014-02-27
move wallet info stuff to "getwalletinfo" rpc (left original wallet
Daniel Newton
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-17
qt: allow `walletpassphrase` in debug console without -server
Wladimir J. van der Laan
2013-12-08
Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance
Michael Bauer
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan