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-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
2012-05-25
Use asynchronous I/O to handle RPC requests
Giel van Schijndel
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-23
JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network
Jeff Garzik
2012-05-20
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
Make testcases build, prevent windows symbol collision
Wladimir J. van der Laan
2012-05-20
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-19
Merge pull request #1358 from luke-jr/shared_lockchk
Pieter Wuille
2012-05-18
Shared code for wallet lock help and check
Luke Dashjr
2012-05-18
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
Update License in File Headers
Fordy
2012-05-17
JSON-RPC: remove 'getblocknumber' deprecated RPC
Jeff Garzik
2012-05-17
Merge pull request #1334 from rebroad/Exiting2Exited
Jeff Garzik
2012-05-17
Corrected grammar. As per Principle Of Least Surprise.
R E Broadley
2012-05-14
Always check return values of TxnBegin() and TxnCommit()
Jeff Garzik
2012-05-13
Fix warning about uninitialized value
Pieter Wuille
2012-05-12
convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp
Philip Kaufmann
2012-05-11
Merge pull request #1101 from jgarzik/http11
Jeff Garzik
2012-05-09
Bugfix: getmemorypool: NULL pindexPrev across CreateNewBlock, in case it fails
Luke Dashjr
2012-05-09
Merge branch 'bugfix_CNBerr_daggy' into bugfix_CNBerr
Luke Dashjr
2012-05-09
Kill warning from unavoidable signed/unsigned comparison in bitcoinrpc.cpp.
Gregory Maxwell
2012-05-08
RPC: Support HTTP/1.0 and HTTP/1.1, including the proper use of keep-alives
David Joel Schwartz
2012-05-08
Support multi-threaded JSON-RPC
David Joel Schwartz
[prev]
[next]