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.cpp
Age
Commit message (
Expand
)
Author
2015-01-14
Add a -rpckeepalive and disable RPC use of HTTP persistent connections.
Gregory Maxwell
2015-01-04
Get rid of the internal miner's hashmeter
jtimon
2015-01-02
namespace: remove boost namespace pollution
Cory Fields
2014-12-29
rpcserver: attempt to fix uncaught exception.
Cory Fields
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-06
Disable SSLv3 (in favor of TLS) for the RPC client and server.
Gregory Maxwell
2014-12-02
Merge pull request #5369
Gavin Andresen
2014-11-28
Move `setmocktime` to hidden category
Wladimir J. van der Laan
2014-11-26
Introduce a hidden category
Pieter Wuille
2014-11-26
Add 'invalidateblock' and 'reconsiderblock' RPC commands.
Pieter Wuille
2014-11-26
[REST] set REST API behind "-rest" option
Jonas Schnelli
2014-11-26
[REST] give an appropriate response in warmup phase
Jonas Schnelli
2014-11-25
Add 'invalidateblock' and 'reconsiderblock' RPC commands.
Pieter Wuille
2014-11-19
Truthier error message when rpcpassword is missing
Glenn Willen
2014-11-18
Merge pull request #5280
Gavin Andresen
2014-11-18
HTTP REST: minor fixes
Jeff Garzik
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-10-30
Update comments in rpcserver to be doxygen compatible
Michael Ford
2014-10-17
Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the me...
Mark Friedenbach
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-15
Fixing compiler warning C4101
ENikS
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-19
Don't reveal whether password is <20 or >20 characters in RPC
Wladimir J. van der Laan
2014-08-14
Closely track mempool byte total. Add "getmempoolinfo" RPC.
Jeff Garzik
2014-08-11
Categorize rpc help overview
Cozz Lovan
2014-08-06
Remove size limit in RPC client, keep it in server
Wladimir J. van der Laan
2014-08-06
Avoid a copy in RPC output
Wladimir J. van der Laan
2014-08-03
Implement "getchaintips" RPC command to monitor blockchain forks.
Daniel Kraft
2014-07-14
Merge pull request #4400
Wladimir J. van der Laan
2014-07-14
Merge pull request #4503
Wladimir J. van der Laan
2014-07-11
getblocktemplate: longpolling support
Luke Dashjr
2014-07-10
Clean up RPCs that are disabled in safe-mode.
Gregory Maxwell
2014-07-09
add GetRandBytes() as wrapper for RAND_bytes()
Philip Kaufmann
2014-07-07
Merge pull request #4045
Wladimir J. van der Laan
2014-07-03
Clarify error message when invalid -rpcallowip
Wladimir J. van der Laan
2014-07-02
Add support for watch-only addresses
Pieter Wuille
2014-06-28
fix RPC error replies
kazcw
2014-06-28
Replace HexBits with strprintf
jtimon
2014-06-27
minor code format fix in rpc-related files
Philip Kaufmann
2014-06-26
RPC code movement: separate out JSON-RPC execution logic from HTTP server logic
Jeff Garzik
2014-06-26
RPC cleanup: Improve HTTP server replies
Jeff Garzik
2014-06-26
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
Luke Dashjr
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-21
Remove getwork() RPC call
Pieter Wuille
2014-06-19
rpc: Add acceptors only when listening succeeded
Wladimir J. van der Laan
2014-06-19
rpc: Ignore and log errors during cancel
Wladimir J. van der Laan
2014-06-09
Push cs_mains down in ProcessBlock
Pieter Wuille
[prev]
[next]