index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bitcoinrpc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
RPC, cosmetic: de-indent getblocktemplate()
Jeff Garzik
2012-08-21
1
-95
/
+93
*
|
RPC: split new 'submitblock' out of 'getblocktemplate'
Jeff Garzik
2012-08-21
1
-20
/
+32
|
/
*
Merge branch 'gmp_bip_0.6.0' into gmp_bip
Luke Dashjr
2012-08-03
1
-18
/
+93
|
\
|
*
Minimal BIP 22 (getblocktemplate) support
Luke Dashjr
2012-08-03
1
-20
/
+95
*
|
Merge pull request #1612 from luke-jr/opti_getblkhash
Gregory Maxwell
2012-08-01
1
-4
/
+1
|
\
\
|
*
|
Optimize JSON-RPC getblockhash
Luke Dashjr
2012-08-01
1
-4
/
+1
*
|
|
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
1
-6
/
+6
*
|
|
Merge branch 'bugfix_CNBerr' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2012-07-26
1
-2
/
+20
|
\
\
\
|
*
|
|
Bugfix: getmemorypool: NULL pindexPrev across CreateNewBlock, in case it fails
Luke Dashjr
2012-05-09
1
-1
/
+11
|
*
|
|
Merge branch 'bugfix_CNBerr_daggy' into bugfix_CNBerr
Luke Dashjr
2012-05-09
1
-1
/
+9
*
|
|
|
Give a better error message than 'type mismatch' for complex JSON arguments
Gavin Andresen
2012-07-17
1
-2
/
+3
*
|
|
|
Fix thread names after review
Giel van Schijndel
2012-07-17
1
-2
/
+2
*
|
|
|
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-07-17
1
-0
/
+14
|
|
/
/
|
/
|
|
*
|
|
bitcoinrpc.cpp: Removed outdated comment
Jeff Garzik
2012-07-05
1
-4
/
+0
*
|
|
Use unsigned ints to fix signed/unsigned warnings
Gavin Andresen
2012-07-05
1
-1
/
+1
*
|
|
Implement raw transaction RPC calls
Gavin Andresen
2012-07-05
1
-43
/
+23
*
|
|
RPCTypeCheck method to make type-checking JSON Arrays easier.
Gavin Andresen
2012-07-05
1
-0
/
+37
*
|
|
Rework gettransaction / getblock RPC calls
Gavin Andresen
2012-07-05
1
-264
/
+28
*
|
|
RPC: add support for JSON-RPC 2.0-style request batching
Jeff Garzik
2012-07-03
1
-5
/
+49
*
|
|
RPC: break out high level JSON-RPC req/resp into their own functions
Jeff Garzik
2012-07-03
1
-30
/
+55
*
|
|
RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data
Jeff Garzik
2012-06-29
1
-0
/
+2
*
|
|
Create new rpcnet module, and move 'getconnectioncount' RPC to it
Jeff Garzik
2012-06-28
1
-11
/
+1
*
|
|
Fix build error.
Matt Corallo
2012-06-28
1
-1
/
+1
*
|
|
Lock vnThreadsRunning[THREAD_RPCHANDLER].
Matt Corallo
2012-06-28
1
-3
/
+14
*
|
|
Use a rpc-specific queue to tell asio connections to shutdown.
Matt Corallo
2012-06-28
1
-2
/
+5
*
|
|
Revert "*Always* send a shutdown signal to enable custom shutdown actions"
Matt Corallo
2012-06-28
1
-1
/
+2
*
|
|
Cancel outstanding listen ops for RPC when shutting down
Giel van Schijndel
2012-06-24
1
-31
/
+26
*
|
|
Merge branch 'master' into async-ipv6-rpc
Giel van Schijndel
2012-06-24
1
-0
/
+18
|
\
\
\
|
*
|
|
RPC: add 'getrawmempool', listing all transaction ids in memory pool
Jeff Garzik
2012-06-22
1
-0
/
+18
*
|
|
|
*Always* send a shutdown signal to enable custom shutdown actions
Giel van Schijndel
2012-06-17
1
-2
/
+1
*
|
|
|
Merge branch 'master' into async-ipv6-rpc
Giel van Schijndel
2012-06-17
1
-129
/
+133
|
\
|
|
|
|
*
|
|
introduce a new StartShutdown() function, which starts a thread with Shutdown...
Philip Kaufmann
2012-06-12
1
-7
/
+7
|
*
|
|
Merge branch 'netopt' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-06-04
1
-1
/
+4
|
|
\
\
\
|
|
*
|
|
Rework network config settings
Pieter Wuille
2012-05-31
1
-1
/
+4
|
*
|
|
|
Use ConvertTo to simplify sendmany/addmultisigaddress argument handling
Gavin Andresen
2012-05-31
1
-18
/
+5
|
*
|
|
|
Make sendrawtx return txid to be consistent with other send methods.
Gavin Andresen
2012-05-31
1
-1
/
+1
|
|
/
/
/
|
*
|
|
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-93
/
+106
|
*
|
|
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
1
-10
/
+10
*
|
|
|
Use the QueueShutdown signal to stop accepting new RPC connections
Giel van Schijndel
2012-05-25
1
-7
/
+7
*
|
|
|
Allow all addresses on the loopback subnet (127.0.0.0/8) not just 127.0.0.1
Giel van Schijndel
2012-05-25
1
-1
/
+4
*
|
|
|
Generalise RPC connection handling code to allow more listening sockets
Giel van Schijndel
2012-05-25
1
-43
/
+97
*
|
|
|
Allow clients on the IPv6 loopback as well
Giel van Schijndel
2012-05-25
1
-3
/
+12
*
|
|
|
Add dual IPv4/IPv6 stack support to the RPC server
Giel van Schijndel
2012-05-25
1
-19
/
+44
*
|
|
|
Use asynchronous I/O to handle RPC requests
Giel van Schijndel
2012-05-25
1
-38
/
+82
|
/
/
/
*
|
|
JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network
Jeff Garzik
2012-05-23
1
-0
/
+35
*
|
|
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
1
-1
/
+1
|
\
\
\
|
*
|
|
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
*
|
|
|
Make testcases build, prevent windows symbol collision
Wladimir J. van der Laan
2012-05-20
1
-2
/
+2
*
|
|
|
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
1
-8
/
+8
*
|
|
|
Merge pull request #1358 from luke-jr/shared_lockchk
Pieter Wuille
2012-05-19
1
-35
/
+31
|
\
\
\
\
[prev]
[next]