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.cpp
Age
Commit message (
Expand
)
Author
2012-08-24
Merge pull request #1672 from gmaxwell/filter_listunspent
Gregory Maxwell
2012-08-24
Avoid leaving return types or function attributes on their own lines.
Gregory Maxwell
2012-08-23
Add txout address filtering to listunspent.
Gregory Maxwell
2012-08-23
Add address groupings RPC from the coincontrol patches.
coderrr
2012-08-21
RPC: add facility to enable RPCs to run outside cs_main, wallet locks
Jeff Garzik
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-21
Merge pull request #1690 from gavinandresen/signrawtx_null
Gregory Maxwell
2012-08-21
RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code
Jeff Garzik
2012-08-21
RPC, cosmetic: de-indent getblocktemplate()
Jeff Garzik
2012-08-21
RPC: split new 'submitblock' out of 'getblocktemplate'
Jeff Garzik
2012-08-20
Allow signrawtransaction '...' null null 'hashtype'
Gavin Andresen
2012-08-03
Merge branch 'gmp_bip_0.6.0' into gmp_bip
Luke Dashjr
2012-08-03
Minimal BIP 22 (getblocktemplate) support
Luke Dashjr
2012-08-01
Merge pull request #1612 from luke-jr/opti_getblkhash
Gregory Maxwell
2012-08-01
Optimize JSON-RPC getblockhash
Luke Dashjr
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-07-26
Merge branch 'bugfix_CNBerr' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2012-07-17
Give a better error message than 'type mismatch' for complex JSON arguments
Gavin Andresen
2012-07-17
Fix thread names after review
Giel van Schijndel
2012-07-17
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-07-05
bitcoinrpc.cpp: Removed outdated comment
Jeff Garzik
2012-07-05
Use unsigned ints to fix signed/unsigned warnings
Gavin Andresen
2012-07-05
Implement raw transaction RPC calls
Gavin Andresen
2012-07-05
RPCTypeCheck method to make type-checking JSON Arrays easier.
Gavin Andresen
2012-07-05
Rework gettransaction / getblock RPC calls
Gavin Andresen
2012-07-03
RPC: add support for JSON-RPC 2.0-style request batching
Jeff Garzik
2012-07-03
RPC: break out high level JSON-RPC req/resp into their own functions
Jeff Garzik
2012-06-29
RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data
Jeff Garzik
2012-06-28
Create new rpcnet module, and move 'getconnectioncount' RPC to it
Jeff Garzik
2012-06-28
Fix build error.
Matt Corallo
2012-06-28
Lock vnThreadsRunning[THREAD_RPCHANDLER].
Matt Corallo
2012-06-28
Use a rpc-specific queue to tell asio connections to shutdown.
Matt Corallo
2012-06-28
Revert "*Always* send a shutdown signal to enable custom shutdown actions"
Matt Corallo
2012-06-24
Cancel outstanding listen ops for RPC when shutting down
Giel van Schijndel
2012-06-24
Merge branch 'master' into async-ipv6-rpc
Giel van Schijndel
2012-06-22
RPC: add 'getrawmempool', listing all transaction ids in memory pool
Jeff Garzik
2012-06-17
*Always* send a shutdown signal to enable custom shutdown actions
Giel van Schijndel
2012-06-17
Merge branch 'master' into async-ipv6-rpc
Giel van Schijndel
2012-06-12
introduce a new StartShutdown() function, which starts a thread with Shutdown...
Philip Kaufmann
2012-06-04
Merge branch 'netopt' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-05-31
Use ConvertTo to simplify sendmany/addmultisigaddress argument handling
Gavin Andresen
2012-05-31
Make sendrawtx return txid to be consistent with other send methods.
Gavin Andresen
2012-05-31
Rework network config settings
Pieter Wuille
2012-05-25
Use the QueueShutdown signal to stop accepting new RPC connections
Giel van Schijndel
2012-05-25
Allow all addresses on the loopback subnet (127.0.0.0/8) not just 127.0.0.1
Giel van Schijndel
2012-05-25
Generalise RPC connection handling code to allow more listening sockets
Giel van Schijndel
2012-05-25
Allow clients on the IPv6 loopback as well
Giel van Schijndel
2012-05-25
Add dual IPv4/IPv6 stack support to the RPC server
Giel van Schijndel
[next]