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
/
bitcoinrpc.h
Age
Commit message (
Expand
)
Author
2012-10-04
Add constants for HTTP status codes
Wladimir J. van der Laan
2012-10-04
Document RPC error codes
Wladimir J. van der Laan
2012-08-23
Add address groupings RPC from the coincontrol patches.
coderrr
2012-08-21
Merge pull request #1493 from jgarzik/unlocked-rpc
Jeff Garzik
2012-08-21
RPC: add facility to enable RPCs to run outside cs_main, wallet locks
Jeff Garzik
2012-08-21
Fix 32-bit build error: include util.h to get int64 typedef
Gavin Andresen
2012-08-21
Merge pull request #1693 from jgarzik/rpcwallet
Jeff Garzik
2012-08-21
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
Jeff Garzik
2012-08-21
RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module
Jeff Garzik
2012-08-20
Allow signrawtransaction '...' null null 'hashtype'
Gavin Andresen
2012-07-05
RPCTypeCheck method to make type-checking JSON Arrays easier.
Gavin Andresen
2012-05-23
rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h.
Jeff Garzik
2012-05-21
Define BOOST_SPIRIT_THREADSAFE in all makefiles
Jeff Garzik
2012-05-18
Update License in File Headers
Fordy
2012-05-08
Support multi-threaded JSON-RPC
David Joel Schwartz
2012-05-05
Add UI RPC console / debug window
Wladimir J. van der Laan
2012-04-21
Expose CRPCTable via bitcoinrpc.h for testing
Pieter Wuille
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2011-08-16
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-03
windows build fixes
Wladimir J. van der Laan